Jump to content

OpenShift: Difference between revisions

Line 46:
 
<pre>
 
# Create an OSEv3 group that contains the masters and nodes groups
[OSEv3:children]
Line 56 ⟶ 57:
ansible_ssh_user=root
openshift_deployment_type=origin
openshift_master_identity_providers=[{‘name’'name': ‘htpasswd_auth’'htpasswd_auth', ‘login’'login': ‘true’'true', ‘challenge’'challenge': ‘true’'true', ‘kind’'kind': ‘HTPasswdPasswordIdentityProvider’'HTPasswdPasswordIdentityProvider', ‘fil$'filename': '/etc/origin/master/htpasswd'}]
#openshift_master_identity_providers=[{‘name’'name': ‘htpasswd_auth’'htpasswd_auth', ‘login’'login': ‘true’'true', ‘challenge’'challenge': ‘true’'true', ‘kind’'kind': ‘HTPasswdPasswordIdentityProvider’'HTPasswdPasswordIdentityProvider'}]
os_sdn_network_plugin_name=redhat/openshift-ovs-multitenant
openshift_disable_check=memory_availability
Line 71 ⟶ 72:
# host group for nodes, includes region info
[nodes]
Openshift01 openshift_node_labels="{‘region’'region': ‘infra’'infra', ‘zone’'zone': ‘default’'default'}" openshift_hostname=Openshift01 openshift_public_hostname=Openshift01
Openshift02 openshift_node_labels="{‘region’'region': ‘primary’'primary', ‘zone’'zone': ‘east’'east'}" openshift_hostname=Openshift02 openshift_public_hostname=Openshift02
Openshift03 openshift_node_labels="{‘region’'region': ‘primary’'primary', ‘zone’'zone': ‘west’'west'}" openshift_hostname=Openshift03 openshift_public_hostname=Openshift03
 
</pre>
 
* If parsing of this file fails, change the Quotes & Double Quotes symbols.
 
= OpenShift Installation =
Cookies help us deliver our services. By using our services, you agree to our use of cookies.