use fedora-compat branch for openshift-ansible until fixes are merged upstream
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
8f41bb0d3b
commit
fb5f953f80
1 changed files with 3 additions and 2 deletions
|
@ -124,6 +124,7 @@
|
|||
- NetworkManager
|
||||
- libselinux-python
|
||||
- origin
|
||||
- python3-PyYAML
|
||||
|
||||
- name: Deploy controller public ssh keys to osbs cluster hosts
|
||||
authorized_key:
|
||||
|
@ -204,7 +205,7 @@
|
|||
openshift_release: "v3.6.0",
|
||||
openshift_ansible_path: "/root/openshift-ansible",
|
||||
openshift_ansible_playbook: "playbooks/byo/config.yml",
|
||||
openshift_ansible_version: "release-3.6",
|
||||
openshift_ansible_version: "release-3.6-fedora-compat",
|
||||
openshift_ansible_ssh_user: root,
|
||||
openshift_ansible_install_examples: false,
|
||||
openshift_ansible_containerized_deploy: false,
|
||||
|
@ -229,7 +230,7 @@
|
|||
openshift_release: "v3.6.0",
|
||||
openshift_ansible_path: "/root/openshift-ansible",
|
||||
openshift_ansible_playbook: "playbooks/byo/config.yml",
|
||||
openshift_ansible_version: "release-3.6",
|
||||
openshift_ansible_version: "release-3.6-fedora-compat",
|
||||
openshift_ansible_ssh_user: root,
|
||||
openshift_ansible_install_examples: false,
|
||||
openshift_ansible_containerized_deploy: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue