OpenShift: Difference between revisions

Content added Content deleted
Line 46: Line 46:


<pre>
<pre>

# Create an OSEv3 group that contains the masters and nodes groups
# Create an OSEv3 group that contains the masters and nodes groups
[OSEv3:children]
[OSEv3:children]
Line 56: Line 57:
ansible_ssh_user=root
ansible_ssh_user=root
openshift_deployment_type=origin
openshift_deployment_type=origin
openshift_master_identity_providers=[{‘name’: ‘htpasswd_auth’, ‘login’: ‘true’, ‘challenge’: ‘true’, ‘kind’: ‘HTPasswdPasswordIdentityProvider’, ‘fil$
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/origin/master/htpasswd'}]
#openshift_master_identity_providers=[{‘name’: ‘htpasswd_auth’, ‘login’: ‘true’, ‘challenge’: ‘true’, ‘kind’: ‘HTPasswdPasswordIdentityProvider’}]
#openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}]
os_sdn_network_plugin_name=redhat/openshift-ovs-multitenant
os_sdn_network_plugin_name=redhat/openshift-ovs-multitenant
openshift_disable_check=memory_availability
openshift_disable_check=memory_availability
Line 71: Line 72:
# host group for nodes, includes region info
# host group for nodes, includes region info
[nodes]
[nodes]
Openshift01 openshift_node_labels={‘region’: ‘infra’, ‘zone’: ‘default’} openshift_hostname=Openshift01 openshift_public_hostname=Openshift01
Openshift01 openshift_node_labels="{'region': 'infra', 'zone': 'default'}" openshift_hostname=Openshift01 openshift_public_hostname=Openshift01
Openshift02 openshift_node_labels={‘region’: ‘primary’, ‘zone’: ‘east’} openshift_hostname=Openshift02 openshift_public_hostname=Openshift02
Openshift02 openshift_node_labels="{'region': 'primary', 'zone': 'east'}" openshift_hostname=Openshift02 openshift_public_hostname=Openshift02
Openshift03 openshift_node_labels={‘region’: ‘primary’, ‘zone’: ‘west’} openshift_hostname=Openshift03 openshift_public_hostname=Openshift03
Openshift03 openshift_node_labels="{'region': 'primary', 'zone': 'west'}" openshift_hostname=Openshift03 openshift_public_hostname=Openshift03

</pre>
</pre>

* If parsing of this file fails, change the Quotes & Double Quotes symbols.


= OpenShift Installation =
= OpenShift Installation =