diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2016-07-04 09:55:25 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-07-04 09:55:25 -0300 |
commit | 212faa41ce03f1719598e87fc1453ed8580655ca (patch) | |
tree | 5f4b9f2b61d5608cef8d7c61fa62591c308638f3 /inventory | |
parent | 6c746ab59b9c02a9e416dd2ccb9552f1d9112fcb (diff) | |
download | openshift-212faa41ce03f1719598e87fc1453ed8580655ca.tar.gz openshift-212faa41ce03f1719598e87fc1453ed8580655ca.tar.bz2 openshift-212faa41ce03f1719598e87fc1453ed8580655ca.tar.xz openshift-212faa41ce03f1719598e87fc1453ed8580655ca.zip |
Fix typo in example inventories.
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.aep.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.origin.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index a4f730bc0..7f3f7ee50 100644 --- a/inventory/byo/hosts.aep.example +++ b/inventory/byo/hosts.aep.example @@ -39,7 +39,7 @@ openshift_release=v3.2 # Specify an exact rpm version to install or configure. # WARNING: This value will be used for all hosts in RPM based environments, even those that have another version installed. # This could potentially trigger an upgrade and downtime, so be careful with modifying this value after the cluster is set up. -#openshift_image_tag=-3.2.0.46 +#openshift_pkg_version=-3.2.0.46 # Install the openshift examples #openshift_install_examples=true diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 5b17bbe71..892c015c5 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -40,7 +40,7 @@ openshift_release=v1.2 # Specify an exact rpm version to install or configure. # WARNING: This value will be used for all hosts in RPM based environments, even those that have another version installed. # This could potentially trigger an upgrade and downtime, so be careful with modifying this value after the cluster is set up. -#openshift_image_tag=-1.2.0 +#openshift_pkg_version=-1.2.0 # Install the openshift examples #openshift_install_examples=true diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index e74474b58..6e6af3ea7 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -39,7 +39,7 @@ openshift_release=v3.2 # Specify an exact rpm version to install or configure. # WARNING: This value will be used for all hosts in RPM based environments, even those that have another version installed. # This could potentially trigger an upgrade and downtime, so be careful with modifying this value after the cluster is set up. -#openshift_image_tag=-3.2.0.46 +#openshift_pkg_version=-3.2.0.46 # Install the openshift examples #openshift_install_examples=true |