summaryrefslogtreecommitdiff
path: root/systems/devel-system-x86_64-gce.morph
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2015-04-14 20:23:30 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2015-04-17 16:55:47 +0000
commitce7ea2923f1dc8c8fbd5600f14e356ffed99072b (patch)
treea57acda310648685cbf4c7c4aa9d21bea974c754 /systems/devel-system-x86_64-gce.morph
parent2c013960069f9080589f2e61bd616a437e7a5264 (diff)
downloaddefinitions-baserock/markdoffman/google-compute-engine.tar.gz
Add strata, systems and cluster morpologies for google compute engine.baserock/markdoffman/google-compute-engine
Add the ability to create baserock images compatible with google compute engine. Add an example cluster morphology that does this.
Diffstat (limited to 'systems/devel-system-x86_64-gce.morph')
-rw-r--r--systems/devel-system-x86_64-gce.morph62
1 files changed, 62 insertions, 0 deletions
diff --git a/systems/devel-system-x86_64-gce.morph b/systems/devel-system-x86_64-gce.morph
new file mode 100644
index 00000000..db7a70ed
--- /dev/null
+++ b/systems/devel-system-x86_64-gce.morph
@@ -0,0 +1,62 @@
+name: devel-system-x86_64-generic
+kind: system
+description: |
+ A system with useful tools for doing Baserock development.
+
+ For use on 64-bit Intel x86 computers.
+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: python-cliapp
+ morph: strata/python-cliapp.morph
+- name: python-wsgi
+ morph: strata/python-wsgi.morph
+- name: morph-utils
+ morph: strata/morph-utils.morph
+- name: openstack-common
+ morph: strata/openstack-common.morph
+- name: openstack-clients
+ morph: strata/openstack-clients.morph
+- name: cloudinit-support
+ morph: strata/cloudinit-support.morph
+- name: nodejs
+ morph: strata/nodejs.morph
+- name: ruby
+ morph: strata/ruby.morph
+- name: lorry
+ morph: strata/lorry.morph
+- name: baserock-import
+ morph: strata/baserock-import.morph
+- name: nfs
+ morph: strata/nfs.morph
+- name: python-core
+ morph: strata/python-core.morph
+- name: python-tools
+ morph: strata/python-tools.morph
+- name: python-common
+ morph: strata/python-common.morph
+- name: devtools
+ morph: strata/devtools.morph
+- name: ansible
+ morph: strata/ansible.morph
+- name: swift
+ morph: strata/swift.morph
+- name: google-compute-engine
+ morph: strata/google-compute-engine.morph
+configuration-extensions:
+- set-hostname
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
+- cloud-init
+- google-compute-engine