Browse Source

update the host file to OCP 3.7 and cleanup the mess

master
Nicolas Massé 8 years ago
parent
commit
20c1543e56
  1. 19
      prod.hosts

19
prod.hosts

@ -3,7 +3,7 @@
# #
[lab:vars] [lab:vars]
lab_dns_suffix=itix.fr lab_dns_suffix=itix.fr
docker_storage_vg=storage openshift_version=3.7
[lab:children] [lab:children]
masters masters
@ -18,8 +18,11 @@ openshift_master_default_subdomain=app.itix.fr
[masters] [masters]
openshift.itix.fr openshift.itix.fr
[etcd]
openshift.itix.fr
[nodes] [nodes]
openshift.itix.fr openshift_schedulable=true openshift_node_labels='{ "workload-infra": "true", "workload-app": "true" }' openshift.itix.fr openshift_schedulable=true openshift_node_labels='{ "region": "infra" }'
# #
# The rest is used only by the OpenShift installer playbook # The rest is used only by the OpenShift installer playbook
@ -27,16 +30,14 @@ openshift.itix.fr openshift_schedulable=true openshift_node_labels='{ "workload-
[OSEv3:children] [OSEv3:children]
masters masters
nodes nodes
etcd
[OSEv3:vars] [OSEv3:vars]
# Yes, we need to use sudo # Yes, we need to use sudo
ansible_become=yes ansible_become=yes
# what to install # what to install
deployment_type=origin deployment_type=openshift-enterprise
# New installation method : everything in containers !
contenairized=true
# Clustering method # Clustering method
openshift_master_cluster_method=native openshift_master_cluster_method=native
@ -44,15 +45,9 @@ openshift_master_cluster_method=native
# Bypass Registry Security Checks # Bypass Registry Security Checks
openshift_docker_insecure_registries=172.30.0.0/16 openshift_docker_insecure_registries=172.30.0.0/16
# default project node selector
osm_default_node_selector='workload-app=true'
# Make sure NTP is enabled # Make sure NTP is enabled
openshift_clock_enabled=true openshift_clock_enabled=true
# default router
openshift_hosted_router_selector='workload-infra=true'
# Do not create the default project "my-project" # Do not create the default project "my-project"
openshift_additional_projects={} openshift_additional_projects={}

Loading…
Cancel
Save