diff options
Diffstat (limited to 'inventory')
| -rw-r--r-- | inventory/byo/hosts.origin.example | 11 | ||||
| -rw-r--r-- | inventory/byo/hosts.ose.example | 10 | 
2 files changed, 11 insertions, 10 deletions
| diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index ad69bd587..dbe57bbd2 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -118,7 +118,7 @@ openshift_release=v3.6  # Force the registry to use for the docker/crio system container. By default the registry  # will be built off of the deployment type and ansible_distribution. Only  # use this option if you are sure you know what you are doing! -#openshift_docker_systemcontainer_image_registry_override="registry.example.com" +#openshift_docker_systemcontainer_image_override="registry.example.com/container-engine:latest"  #openshift_crio_systemcontainer_image_registry_override="registry.example.com"  # Items added, as is, to end of /etc/sysconfig/docker OPTIONS  # Default value: "--log-driver=journald" @@ -613,6 +613,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  # WORKAROUND : If you must use an overlapping subnet, you can configure a non conflicting  # docker0 CIDR range by adding '--bip=192.168.2.1/24' to DOCKER_NETWORK_OPTIONS  # environment variable located in /etc/sysconfig/docker-network. +# When upgrading these must be specificed!  #osm_cluster_network_cidr=10.128.0.0/14  #openshift_portal_net=172.30.0.0/16 @@ -634,6 +635,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  # Configure number of bits to allocate to each host’s subnet e.g. 9  # would mean a /23 network on the host. +# When upgrading this must be specificed!  #osm_host_subnet_length=9  # Configure master API and console ports. @@ -719,11 +721,10 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  # Setting this variable to true will override that check.  #openshift_override_hostname_check=true -# Configure dnsmasq for cluster dns, switch the host's local resolver to use dnsmasq -# and configure node's dnsIP to point at the node's local dnsmasq instance. Defaults -# to True for Origin 1.2 and OSE 3.2. False for 1.1 / 3.1 installs, this cannot -# be used with 1.0 and 3.0. +# openshift_use_dnsmasq is deprecated.  This must be true, or installs will fail +# in versions >= 3.6  #openshift_use_dnsmasq=False +  # Define an additional dnsmasq.conf file to deploy to /etc/dnsmasq.d/openshift-ansible.conf  # This is useful for POC environments where DNS may not actually be available yet or to set  # options like 'strict-order' to alter dnsmasq configuration. diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index b52806bc7..0d60de6d2 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -118,7 +118,7 @@ openshift_release=v3.6  # Force the registry to use for the container-engine/crio system container. By default the registry  # will be built off of the deployment type and ansible_distribution. Only  # use this option if you are sure you know what you are doing! -#openshift_docker_systemcontainer_image_registry_override="registry.example.com" +#openshift_docker_systemcontainer_image_override="registry.example.com/container-engine:latest"  #openshift_crio_systemcontainer_image_registry_override="registry.example.com"  # Items added, as is, to end of /etc/sysconfig/docker OPTIONS  # Default value: "--log-driver=journald" @@ -621,6 +621,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  # WORKAROUND : If you must use an overlapping subnet, you can configure a non conflicting  # docker0 CIDR range by adding '--bip=192.168.2.1/24' to DOCKER_NETWORK_OPTIONS  # environment variable located in /etc/sysconfig/docker-network. +# When upgrading these must be specificed!  #osm_cluster_network_cidr=10.128.0.0/14  #openshift_portal_net=172.30.0.0/16 @@ -642,6 +643,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  # Configure number of bits to allocate to each host’s subnet e.g. 9  # would mean a /23 network on the host. +# When upgrading this must be specificed!  #osm_host_subnet_length=9  # Configure master API and console ports. @@ -727,10 +729,8 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  # Setting this variable to true will override that check.  #openshift_override_hostname_check=true -# Configure dnsmasq for cluster dns, switch the host's local resolver to use dnsmasq -# and configure node's dnsIP to point at the node's local dnsmasq instance. Defaults -# to True for Origin 1.2 and OSE 3.2. False for 1.1 / 3.1 installs, this cannot -# be used with 1.0 and 3.0. +# openshift_use_dnsmasq is deprecated.  This must be true, or installs will fail +# in versions >= 3.6  #openshift_use_dnsmasq=False  # Define an additional dnsmasq.conf file to deploy to /etc/dnsmasq.d/openshift-ansible.conf  # This is useful for POC environments where DNS may not actually be available yet or to set | 
