diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-12-03 14:11:39 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-12-03 14:11:39 -0500 |
commit | 64d40b71f3b52b69999831a7d6e13916ec5ad1cd (patch) | |
tree | 9087a58294e551046962e1ea267c165a5a315290 /inventory | |
parent | 15aa17c6162c036f6b164f225d2a071c138af965 (diff) | |
parent | 192ccc8e6e6f465351828f32e9dc43b840897b67 (diff) | |
download | openshift-64d40b71f3b52b69999831a7d6e13916ec5ad1cd.tar.gz openshift-64d40b71f3b52b69999831a7d6e13916ec5ad1cd.tar.bz2 openshift-64d40b71f3b52b69999831a7d6e13916ec5ad1cd.tar.xz openshift-64d40b71f3b52b69999831a7d6e13916ec5ad1cd.zip |
Merge pull request #1012 from abutcher/dns-ip-override
Refactor dns options and facts
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 29d81d64f..799725a37 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -158,6 +158,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # entries for the interfaces attached to the host. #openshift_set_hostname=True +# Configure dnsIP in the node config +#openshift_dns_ip=172.30.0.1 + # host group for masters [masters] ose3-master[1:3]-ansible.test.example.com |