summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-09-03 19:12:50 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-22 12:46:17 +0000
commite227227f9d87f1d6fa3fab6d469364a84cbdd863 (patch)
treee50e982fb6093bbd138610c9a6f05448c922bacc /systems
parent95c31140fced760a5f8c3392b86b54a117f1ac82 (diff)
downloaddefinitions-e227227f9d87f1d6fa3fab6d469364a84cbdd863.tar.gz
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.
Diffstat (limited to 'systems')
-rw-r--r--systems/openstack-server.morph36
1 files changed, 36 insertions, 0 deletions
diff --git a/systems/openstack-server.morph b/systems/openstack-server.morph
new file mode 100644
index 00000000..1a1a83c1
--- /dev/null
+++ b/systems/openstack-server.morph
@@ -0,0 +1,36 @@
+name: devel-system-x86_64-openstack
+kind: system
+description: A system that is able to build other systems based on the 64-bit x86
+ architecture.
+arch: x86_64
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+- name: core
+ morph: strata/core.morph
+- name: foundation
+ morph: strata/foundation.morph
+- name: bsp-x86_64-generic
+ morph: strata/bsp-x86_64-generic.morph
+- name: tools
+ morph: strata/tools.morph
+- name: cloudinit-support
+ morph: strata/cloudinit-support.morph
+- name: virtualization
+ morph: strata/virtualization.morph
+- name: connectivity
+ morph: strata/connectivity.morph
+- name: erlang
+ morph: strata/erlang.morph
+- name: openstack-services
+ morph: strata/openstack-services.morph
+configuration-extensions:
+- set-hostname
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
+- cloud-init
+- openstack-keystone
+- openstack-glance
+- openstack-nova