From a1148fcf458de3ad8000fa848597cb974e15115d Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Fri, 30 Mar 2018 17:03:40 +0200 Subject: [PATCH] update OpenShift to 3.9 --- prod.hosts | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/prod.hosts b/prod.hosts index 27ca2e8..319de48 100644 --- a/prod.hosts +++ b/prod.hosts @@ -3,9 +3,9 @@ # [itix:vars] itix_dns_suffix=itix.fr -itix_openshift_version=3.7 +itix_openshift_version=3.9 itix_application_templates_repo_tag=ose-v1.4.7 -itix_openshift_origin_repo_tag=release-3.7 +itix_openshift_origin_repo_tag=release-3.9 itix_openshift_docker_images_repo_tag=master [itix:children] @@ -25,7 +25,7 @@ openshift.itix.fr openshift.itix.fr [nodes] -openshift.itix.fr openshift_schedulable=true openshift_node_labels='{ "region": "infra" }' +openshift.itix.fr openshift_node_labels='{ "region": "infra", "node-role.kubernetes.io/compute": "true", "node-role.kubernetes.io/master": "true" }' # # The rest is used only by the OpenShift installer playbook @@ -65,9 +65,4 @@ openshift_additional_projects={} # Enable the "flat network" SDN os_sdn_network_plugin_name='redhat/openshift-ovs-subnet' -# Do not install the service broker -openshift_enable_service_catalog=false -template_service_broker_install=false -ansible_service_broker_install=false -