diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-01-05 08:57:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-05 08:57:05 -0800 |
commit | caec381b6cd0ea632cfe927c23b6229ab69e834a (patch) | |
tree | d135d0e5a3fb5f6e3474b84fc6a700ebe6310970 /roles/openshift_openstack/tasks | |
parent | 38fd87868572e1cd45b645896fc47b6577271df4 (diff) | |
parent | 4514a0ddb20480d43f153f25de94a267f10f0696 (diff) | |
download | openshift-caec381b6cd0ea632cfe927c23b6229ab69e834a.tar.gz openshift-caec381b6cd0ea632cfe927c23b6229ab69e834a.tar.bz2 openshift-caec381b6cd0ea632cfe927c23b6229ab69e834a.tar.xz openshift-caec381b6cd0ea632cfe927c23b6229ab69e834a.zip |
Merge pull request #6532 from jmencak/heat_stack-cns
Automatic merge from submit-queue.
OpenStack provisioning -- support cns.
Initial support for CNS nodes during OpenShift on OpenStack provisioning.
Diffstat (limited to 'roles/openshift_openstack/tasks')
-rw-r--r-- | roles/openshift_openstack/tasks/check-prerequisites.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_openstack/tasks/check-prerequisites.yml b/roles/openshift_openstack/tasks/check-prerequisites.yml index 30996cc47..1e487d434 100644 --- a/roles/openshift_openstack/tasks/check-prerequisites.yml +++ b/roles/openshift_openstack/tasks/check-prerequisites.yml @@ -91,6 +91,7 @@ with_items: - "{{ openshift_openstack_master_image }}" - "{{ openshift_openstack_infra_image }}" + - "{{ openshift_openstack_cns_image }}" - "{{ openshift_openstack_node_image }}" - "{{ openshift_openstack_lb_image }}" - "{{ openshift_openstack_etcd_image }}" @@ -100,6 +101,7 @@ with_items: - "{{ openshift_openstack_master_flavor }}" - "{{ openshift_openstack_infra_flavor }}" + - "{{ openshift_openstack_cns_flavor }}" - "{{ openshift_openstack_node_flavor }}" - "{{ openshift_openstack_lb_flavor }}" - "{{ openshift_openstack_etcd_flavor }}" |