Created
October 14, 2018 03:09
-
-
Save magick93/c4f19639166f2b619c1c7db7e4f87348 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[OSEv3:children] | |
masters | |
nodes | |
etcd | |
[masters] | |
xxx.xxx.xxx.xxx openshift_ip=xxx.xxx.xxx.xxx openshift_schedulable=true | |
[etcd] | |
xxx.xxx.xxx.xxx openshift_ip=xxx.xxx.xxx.xxx | |
[nodes] | |
xxx.xxx.xxx.xxx openshift_ip=xxx.xxx.xxx.xxx openshift_schedulable=true openshift_node_group_name="node-config-all-in-one" | |
[OSEv3:vars] | |
ansible_ssh_user=root | |
enable_excluders=False | |
enable_docker_excluder=False | |
ansible_service_broker_install=True | |
containerized=False | |
os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant' | |
openshift_disable_check=disk_availability,docker_storage,memory_availability,docker_image_availability | |
#openshift_node_kubelet_args={'pods-per-core': ['10']} | |
deployment_type=origin | |
openshift_deployment_type=origin | |
openshift_disable_check=docker_storage | |
openshift_release="v3.11" | |
openshift_image_tag="v3.11" | |
openshift_pkg_version="-3.11" | |
openshift_install_examples=true | |
openshift_management_install_management=True | |
openshift_hostname=apps.mydomain.com | |
template_service_broker_selector={"region":"infra"} | |
openshift_metrics_image_version="v3.11" | |
openshift_logging_image_version="v3.11" | |
openshift_logging_elasticsearch_proxy_image_version="v1.0.0" | |
logging_elasticsearch_rollout_override=false | |
osm_use_cockpit=true | |
openshift_metrics_install_metrics=True | |
openshift_logging_install_logging=True | |
openshift_hosted_metrics_public_url=metrics.apps.mydomain.com | |
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}] | |
#openshift_master_htpasswd_file='/etc/origin/master/htpasswd' | |
openshift_public_hostname=console.mydomain.com | |
openshift_master_default_subdomain=apps.mydomain.com | |
openshift_master_api_port=8443 | |
openshift_master_console_port=8443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment