diff options
| author | Alex Dellapenta <adellape@redhat.com> | 2016-02-09 12:05:33 -0500 | 
|---|---|---|
| committer | Alex Dellapenta <adellape@redhat.com> | 2016-02-09 12:15:29 -0500 | 
| commit | 6837a43bc073ee705b7a2d66375eb850a799a545 (patch) | |
| tree | c36bca294160e1f34d470b9ff0ebb161199d1389 /inventory/byo | |
| parent | d148f0a39665d7528b854515257aa45ec6739230 (diff) | |
| download | openshift-6837a43bc073ee705b7a2d66375eb850a799a545.tar.gz openshift-6837a43bc073ee705b7a2d66375eb850a799a545.tar.bz2 openshift-6837a43bc073ee705b7a2d66375eb850a799a545.tar.xz openshift-6837a43bc073ee705b7a2d66375eb850a799a545.zip  | |
Fix HA typo in example AEP/OSE/Origin inventories
Diffstat (limited to 'inventory/byo')
| -rw-r--r-- | inventory/byo/hosts.aep.example | 6 | ||||
| -rw-r--r-- | inventory/byo/hosts.origin.example | 6 | ||||
| -rw-r--r-- | inventory/byo/hosts.ose.example | 6 | 
3 files changed, 9 insertions, 9 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index 7f4a1a9d2..915a82579 100644 --- a/inventory/byo/hosts.aep.example +++ b/inventory/byo/hosts.aep.example @@ -98,8 +98,8 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  # Set cockpit plugins  #osm_cockpit_plugins=['cockpit-kubernetes'] -# Native high availbility cluster method with optional load balancer. -# If no lb group is defined installer assumes that a load balancer has +# Native high availability cluster method with optional load balancer. +# If no lb group is defined, the installer assumes that a load balancer has  # been preconfigured. For installation the value of  # openshift_master_cluster_hostname must resolve to the load balancer  # or to one or all of the masters defined in the inventory if no load @@ -247,7 +247,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  # openshift-ansible will wait indefinitely for your input when it detects that the  # value of openshift_hostname resolves to an IP address not bound to any local  # interfaces. This mis-configuration is problematic for any pod leveraging host -# networking and liveness or readiness probes.  +# networking and liveness or readiness probes.  # Setting this variable to true will override that check.  #openshift_override_hostname_check=true diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index aae987796..4fe514d97 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -103,8 +103,8 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  # Set cockpit plugins  #osm_cockpit_plugins=['cockpit-kubernetes'] -# Native high availbility cluster method with optional load balancer. -# If no lb group is defined installer assumes that a load balancer has +# Native high availability cluster method with optional load balancer. +# If no lb group is defined, the installer assumes that a load balancer has  # been preconfigured. For installation the value of  # openshift_master_cluster_hostname must resolve to the load balancer  # or to one or all of the masters defined in the inventory if no load @@ -252,7 +252,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  # openshift-ansible will wait indefinitely for your input when it detects that the  # value of openshift_hostname resolves to an IP address not bound to any local  # interfaces. This mis-configuration is problematic for any pod leveraging host -# networking and liveness or readiness probes.  +# networking and liveness or readiness probes.  # Setting this variable to true will override that check.  #openshift_override_hostname_check=true diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index f017f9a6e..26caba36a 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -98,8 +98,8 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  # Set cockpit plugins  #osm_cockpit_plugins=['cockpit-kubernetes'] -# Native high availbility cluster method with optional load balancer. -# If no lb group is defined installer assumes that a load balancer has +# Native high availability cluster method with optional load balancer. +# If no lb group is defined, the installer assumes that a load balancer has  # been preconfigured. For installation the value of  # openshift_master_cluster_hostname must resolve to the load balancer  # or to one or all of the masters defined in the inventory if no load @@ -247,7 +247,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',  # openshift-ansible will wait indefinitely for your input when it detects that the  # value of openshift_hostname resolves to an IP address not bound to any local  # interfaces. This mis-configuration is problematic for any pod leveraging host -# networking and liveness or readiness probes.  +# networking and liveness or readiness probes.  # Setting this variable to true will override that check.  #openshift_override_hostname_check=true  | 
