Browse Source

update OpenShift to 3.9

master
Nicolas Massé 8 years ago
parent
commit
a1148fcf45
  1. 11
      prod.hosts

11
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

Loading…
Cancel
Save