This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.13.4.11. 下载 Ansible playbook
下载 Ansible playbook 以在 RHV 上安装 OpenShift Container Platform 版本 4.7。
流程
在您的安装机器中运行以下命令:
mkdir playbooks
$ mkdir playbooks
Copy to Clipboard Copied! Toggle word wrap Toggle overflow cd playbooks
$ cd playbooks
Copy to Clipboard Copied! Toggle word wrap Toggle overflow curl -s -L -X GET https://api.github.com/repos/openshift/installer/contents/upi/ovirt?ref=release-4.7 |
$ curl -s -L -X GET https://api.github.com/repos/openshift/installer/contents/upi/ovirt?ref=release-4.7 | grep 'download_url.*\.yml' | awk '{ print $2 }' | sed -r 's/("|",)//g' | xargs -n 1 curl -O
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
后续步骤
-
下载这些 Ansible playbook 后,还必须为资产目录创建环境变量,并在运行安装程序创建安装配置文件前自定义
inventory.yml
文件。