From fb5f953f80ac16876ae09dd0fae800dae7d9a278 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 5 Oct 2017 00:01:58 +0000 Subject: [PATCH] use fedora-compat branch for openshift-ansible until fixes are merged upstream Signed-off-by: Adam Miller --- playbooks/groups/osbs-cluster.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 0601496475..ce3032a502 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -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,