diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-03-10 09:35:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-10 09:35:22 -0500 |
commit | 32d20e7e52d843a51b4de2f576cc05a89d37c767 (patch) | |
tree | 808beb556346d708a8da157f353718785cf65e67 | |
parent | 23ba89e0a51c7b34813da2d47e8735cd996e46c1 (diff) | |
parent | bc2f5e91380434ae9ff3b6be6e1139388a38d41d (diff) | |
download | openshift-32d20e7e52d843a51b4de2f576cc05a89d37c767.tar.gz openshift-32d20e7e52d843a51b4de2f576cc05a89d37c767.tar.bz2 openshift-32d20e7e52d843a51b4de2f576cc05a89d37c767.tar.xz openshift-32d20e7e52d843a51b4de2f576cc05a89d37c767.zip |
Merge pull request #3618 from germansosa/master
Fix references to openshift_set_node_ip in inventory examples
-rw-r--r-- | inventory/byo/hosts.origin.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 6dec97fda..b9ffbf120 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -633,7 +633,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Configure nodeIP in the node config # This is needed in cases where node traffic is desired to go over an # interface other than the default network interface. -#openshift_node_set_node_ip=True +#openshift_set_node_ip=True # Force setting of system hostname when configuring OpenShift # This works around issues related to installations that do not have valid dns diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 2b61e7d8d..10fc4d6f3 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -634,7 +634,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Configure nodeIP in the node config # This is needed in cases where node traffic is desired to go over an # interface other than the default network interface. -#openshift_node_set_node_ip=True +#openshift_set_node_ip=True # Force setting of system hostname when configuring OpenShift # This works around issues related to installations that do not have valid dns |