Add overcloud-full element

Add a generic overcloud-full. Generally useful, but for now is just Used just
to apply workaround to make sure openstack-glance-{api,registry} get installed
for now.

Change-Id: Ib28ec320899cae43cbccdee9e6cd660e30b042b5
This commit is contained in:
James Slagle 2015-04-17 06:53:58 -04:00
parent 4e4851cccf
commit 84a58f108c
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,13 @@
overcloud-full
==============
Element for the overcloud-full image created by instack-undercloud.
Workarounds
-----------
This element can be used to apply needed workarounds.
* openstack-glance-api and openstack-glance-registry are currently installed
explicitly since this is not handled by the overcloud-control element from
tripleo-puppet-elements

View File

@ -0,0 +1,2 @@
openstack-glance-api:
openstack-glance-registry:

View File

@ -140,6 +140,7 @@ grub2 \
export OVERCLOUD_FULL_DIB_EXTRA_ARGS=${OVERCLOUD_FULL_DIB_EXTRA_ARGS:-"\
$PUPPET_COMMON_ELEMENTS \
overcloud-full \
overcloud-controller \
overcloud-compute \
overcloud-ceph-storage \