diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-03-30 05:38:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-30 05:38:56 -0500 |
commit | 2166209cc50cd7989fdf9fcc58b55e05b180d54b (patch) | |
tree | b6edd906b0b121cdf353e6200a20ad512ff2b21f /inventory/byo/hosts.ose.example | |
parent | 52b609645a96bc78d1c0dc4d76d56661b5c2a498 (diff) | |
parent | f5827111a7609b3c6f7f72a03c8bc13fee2bbb60 (diff) | |
download | openshift-2166209cc50cd7989fdf9fcc58b55e05b180d54b.tar.gz openshift-2166209cc50cd7989fdf9fcc58b55e05b180d54b.tar.bz2 openshift-2166209cc50cd7989fdf9fcc58b55e05b180d54b.tar.xz openshift-2166209cc50cd7989fdf9fcc58b55e05b180d54b.zip |
Merge pull request #3734 from sosiouxme/20170322-deployment-type
Merged by openshift-bot
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index c3ef6ed7f..823d6f58f 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -23,7 +23,7 @@ ansible_ssh_user=root debug_level=2 # deployment type valid values are origin, online, atomic-enterprise, and openshift-enterprise -deployment_type=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 # rely on the version running on the first master. Works best for containerized installs where we can usually |