22.5. 使用 Ansible Playbook 安装 OpenShift Container Platform
在调配的 OpenStack 实例后,将重点转移到安装 OpenShift Container Platform。安装和配置通过 OpenShift RPM 软件包提供的一系列 Ansible playbook 和角色来进行。查看之前配置好的 OSEv3.yml 文件,以确保所有选项都已正确设置。
在运行安装程序 playbook 之前,请确保通过以下方法满足所有 {rhocp} 先决条件:
$ ansible-playbook /usr/share/ansible/openshift-ansible/playbooks/prerequisites.yml
运行安装程序 playbook 以安装 Red Hat OpenShift Container Platform:
$ ansible-playbook /usr/share/ansible/openshift-ansible/playbooks/openstack/openshift-cluster/install.yml
注意
OpenShift Container Platform 版本 3.11 支持 RH OSP 14 和 RH OSP 13。OpenShift Container Platform 版本 3.10 需要运行在 RH OSP 13 上。