summaryrefslogtreecommitdiff
path: root/systems/gitlab-server
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-06-20 12:06:55 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-06-20 14:11:09 +0000
commit7055c080c937d60a198442a4c2d796ffca32acac (patch)
treef0759a9c145cd61d2371594eec79302975d56b0a /systems/gitlab-server
parent913147ff9f1e8cf6e8b80eb032dace635e24944f (diff)
downloaddefinitions-7055c080c937d60a198442a4c2d796ffca32acac.tar.gz
Move systems and strata into subdirectoriesbaserock/richardmaw/S11284/morphologies-by-path
Diffstat (limited to 'systems/gitlab-server')
-rw-r--r--systems/gitlab-server32
1 files changed, 32 insertions, 0 deletions
diff --git a/systems/gitlab-server b/systems/gitlab-server
new file mode 100644
index 00000000..a2753b35
--- /dev/null
+++ b/systems/gitlab-server
@@ -0,0 +1,32 @@
+arch: x86_64
+configuration-extensions:
+- set-hostname
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
+- gitlab
+description: system which hosts a gitlab server
+kind: system
+name: gitlab-server
+strata:
+- name: build-essential
+ morph: strata/build-essential
+- name: bsp-x86_64-generic
+ morph: strata/bsp-x86_64-generic
+- name: foundation
+ morph: strata/foundation
+- name: core
+ morph: strata/core
+- name: tools
+ morph: strata/tools
+- name: nfs
+ morph: strata/nfs
+- name: databases
+ morph: strata/databases
+- name: webtools
+ morph: strata/webtools
+- name: ruby
+ morph: strata/ruby
+- name: gitlab
+ morph: strata/gitlab