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 | |
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')
-rw-r--r-- | inventory/byo/hosts.openstack | 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.openstack b/inventory/byo/hosts.openstack index ea7e905cb..c648078c4 100644 --- a/inventory/byo/hosts.openstack +++ b/inventory/byo/hosts.openstack @@ -15,7 +15,7 @@ ansible_become=yes # Debug level for all OpenShift components (Defaults to 2) debug_level=2 -deployment_type=openshift-enterprise +openshift_deployment_type=openshift-enterprise openshift_additional_repos=[{'id': 'ose-3.1', 'name': 'ose-3.1', 'baseurl': 'http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/ose/3.1/os', 'enabled': 1, 'gpgcheck': 0}] diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index d9cf9b499..d61f033f8 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.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=origin +openshift_deployment_type=origin # 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 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 |