Add overcloud-compute element.

This element pre-installs all packages required for an
overcloud compute image.

Change-Id: Ie85dece58a5892f3ac0fb7aeabd65772784dc1c8
This commit is contained in:
Dan Prince
2015-02-05 11:26:50 -05:00
parent 51eaf541e2
commit a542ca4702
4 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1 @@
Install all packages required for the overcloud compute role.

View File

@@ -0,0 +1,2 @@
package-installs
pkg-map

View File

@@ -0,0 +1,6 @@
nova_compute_package
neutron_package
ceilometer_compute_package
neutron_ml2_package
neutron_openvswitch_package
libvirt_package

View File

@@ -0,0 +1,10 @@
{
"default": {
"nova_compute_package": "openstack-nova-compute",
"neutron_package": "openstack-neutron",
"ceilometer_compute_package": "openstack-ceilometer-compute",
"neutron_ml2_package": "openstack-neutron-ml2",
"neutron_openvswitch_package": "openstack-neutron-openvswitch",
"libvirt_package": "libvirt"
}
}