环境

Red Hat Satellite or Proxy 5.7

问题

Are bootstrap scripts available in python instead of Bash? It would be beneficial to use api/snippets just from the bootstrap.

决议

The bootstrap is not available in python, it is available in bash only. You can call python script from bash script and its simple as below, however:

​Raw​

#!/bin/bash
python sample.py

The APIs can be used with python, perl and ruby.