https://access.redhat.com/solutions/1498333
SOLUTION 已验证 - 已更新 2015年六月25日01:06 -
环境
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:
#!/bin/bash
python sample.py
The APIs can be used with python, perl and ruby.
本文讨论了在 Red Hat Satellite 5.7 中使用 Python 而不是 Bash 进行 bootstrap 脚本的问题。虽然 bootstrap 脚本仅以 Bash 形式提供,但可以通过 Bash 调用 Python 脚本。同时,API 支持 Python、Perl 和 Ruby 的使用。
31万+

被折叠的 条评论
为什么被折叠?



