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/thrift.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 strata/openstack-services/thrift.morph (limited to 'strata/openstack-services/thrift.morph') diff --git a/strata/openstack-services/thrift.morph b/strata/openstack-services/thrift.morph new file mode 100644 index 00000000..321e06d6 --- /dev/null +++ b/strata/openstack-services/thrift.morph @@ -0,0 +1,9 @@ +{ + "name": "thrift", + "kind": "chunk", + "build-system": "autotools", + "configure-commands": [ + "./bootstrap.sh", + "./configure --prefix=\"$PREFIX\" --without-erlang" + ] +} -- cgit v1.2.1