summaryrefslogtreecommitdiff
path: root/systems/openstack-server.morph
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-09-03 19:12:50 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-10-02 02:46:23 +0000
commit0f0bb39104d35cfcf2a01eeb1866927945bcfa8a (patch)
tree98338062b2ac0101c95c94a7299eedff538fc614 /systems/openstack-server.morph
parentf1da7ace54bed18c5c7eac5242ec84d4ca81c55d (diff)
downloaddefinitions-0f0bb39104d35cfcf2a01eeb1866927945bcfa8a.tar.gz
Openstack services strata and configuration.baserock/markdoffman/openstack
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/openstack-server.morph')
-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