From e982d61e2337081da7e230ca8203557aacc8603a Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 20 Jul 2017 02:22:04 +0000 Subject: [PATCH] Revert "add python2 bits to f26 osbs hosts, openshift-ansible requires it" This wasn't actually needed, there's an issue in openshift-ansible It's been reported upstream and I have a fix in a fork/topic-branch https://github.com/openshift/openshift-ansible/issues/4801 This reverts commit b92e12b85ab68b7cfdc483d4b7410424ec609c84. --- playbooks/groups/osbs-orchestrator-cluster.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/playbooks/groups/osbs-orchestrator-cluster.yml b/playbooks/groups/osbs-orchestrator-cluster.yml index fff54d2ce5..325ebf31ee 100644 --- a/playbooks/groups/osbs-orchestrator-cluster.yml +++ b/playbooks/groups/osbs-orchestrator-cluster.yml @@ -137,13 +137,6 @@ - NetworkManager - libselinux-python - origin - - python2 - - python2-dnf - - libselinux-python - - libsemanage-python - - python2-firewall - - pyOpenSSL - - python-cryptography - name: Deploy controller public ssh keys to osbs cluster hosts authorized_key: @@ -234,6 +227,7 @@ openshift_shared_infra: true openshift_deployment_type: "origin" openshift_metrics_deploy: true + openshift_ansible_python_interpreter: "/usr/bin/python3" when: env == 'staging' tags: ['openshift-cluster','ansible-ansible-openshift-ansible'] @@ -258,6 +252,7 @@ openshift_shared_infra: true openshift_deployment_type: "origin" openshift_metrics_deploy: true + openshift_ansible_python_interpreter: "/usr/bin/python3" when: env == 'staging' tags: ['openshift-cluster','ansible-ansible-openshift-ansible']