From deb93e2086e04e22de969a011ef9ce752ccfa268 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Wed, 7 Aug 2019 11:41:45 +0200 Subject: [PATCH] OSBS: Deploy Origin 3.11 Signed-off-by: Clement Verna --- playbooks/groups/osbs-cluster.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 9e7e359d50..562698f1cb 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -208,14 +208,14 @@ cluster_inventory_filename: "{{ inventory_filename }}" openshift_htpasswd_file: "/etc/origin/htpasswd" openshift_master_public_api_url: "https://{{ osbs_url }}:8443" - openshift_release: "v3.9.0" + openshift_release: "v3.11" openshift_ansible_path: "/root/openshift-ansible" openshift_ansible_pre_playbook: "playbooks/prerequisites.yml" openshift_ansible_playbook: "playbooks/deploy_cluster.yml" - openshift_ansible_version: "openshift-ansible-3.9.37-1" + openshift_ansible_version: "openshift-ansible-3.11.51-1" openshift_ansible_ssh_user: root openshift_ansible_install_examples: false - openshift_ansible_containerized_deploy: false + openshift_ansible_containerized_deploy: true openshift_cluster_masters_group: "{{ cluster_masters_group }}" openshift_cluster_nodes_group: "{{ cluster_nodes_group }}" openshift_cluster_infra_group: "{{ cluster_infra_group }}"