diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-04-12 09:50:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-12 09:50:13 -0400 |
commit | ff88247e7c3818c86a2c65ba0573e874b0998987 (patch) | |
tree | 467477b53b97c4a75c650fcd3ae5b43827d1a139 /inventory/byo | |
parent | 8d34cd374e9798e747ea02b0657571e717f25e76 (diff) | |
parent | 69fb4f0e741b09d21f14a4533193b0aa05df1b10 (diff) | |
download | openshift-ff88247e7c3818c86a2c65ba0573e874b0998987.tar.gz openshift-ff88247e7c3818c86a2c65ba0573e874b0998987.tar.bz2 openshift-ff88247e7c3818c86a2c65ba0573e874b0998987.tar.xz openshift-ff88247e7c3818c86a2c65ba0573e874b0998987.zip |
Merge pull request #3799 from rhcarvalho/docs
Documentation updates
Diffstat (limited to 'inventory/byo')
-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 27914e60a..a99423411 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -22,7 +22,7 @@ ansible_ssh_user=root # Debug level for all OpenShift components (Defaults to 2) debug_level=2 -# deployment type valid values are origin, online, atomic-enterprise and openshift-enterprise +# Specify the deployment type. Valid values are origin and openshift-enterprise. openshift_deployment_type=origin # Specify the generic release of OpenShift to install. This is used mainly just during installation, after which we diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index f0269bff8..9774aa66b 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -22,7 +22,7 @@ ansible_ssh_user=root # Debug level for all OpenShift components (Defaults to 2) debug_level=2 -# deployment type valid values are origin, online, atomic-enterprise, and openshift-enterprise +# Specify the deployment type. Valid values are origin and openshift-enterprise. openshift_deployment_type=openshift-enterprise # Specify the generic release of OpenShift to install. This is used mainly just during installation, after which we |