From 0f0bb39104d35cfcf2a01eeb1866927945bcfa8a Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Wed, 3 Sep 2014 19:12:50 +0000 Subject: Openstack services strata and configuration. Add a stratum for openstack services that includes all the core openstack service code and daemons. Add configuration files for keystone, glance, nova and nova-compute. Add a system and cluster definition that builds an image that runs keystone, glance and nova. --- strata/openstack-services/decorator.morph | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 strata/openstack-services/decorator.morph (limited to 'strata/openstack-services/decorator.morph') diff --git a/strata/openstack-services/decorator.morph b/strata/openstack-services/decorator.morph new file mode 100644 index 00000000..00162855 --- /dev/null +++ b/strata/openstack-services/decorator.morph @@ -0,0 +1,6 @@ +name: decorator +kind: chunk +build-commands: +- cd decorator && python setup.py build +install-commands: +- cd decorator && python setup.py install --prefix "$PREFIX" --root "$DESTDIR" -- cgit v1.2.1