summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-05-08 12:09:46 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-05-08 12:53:42 +0000
commita1f8455565d3bd8f825befa820667eb3e726d5cd (patch)
tree680e21e0609dd69f76630655a3a1b966c2a23fc4
parent3e91af218eb9a43de9452c02bb7c0a58dda73261 (diff)
downloaddefinitions-baserock/adamcoldrick/gitlab-systems.tar.gz
Add system and cluster for GitLab CI Runnersbaserock/adamcoldrick/gitlab-systems
-rw-r--r--devel-system-x86_64-web.morph30
-rw-r--r--gitlab-ci-runner-cluster.morph15
2 files changed, 45 insertions, 0 deletions
diff --git a/devel-system-x86_64-web.morph b/devel-system-x86_64-web.morph
new file mode 100644
index 00000000..d5e84202
--- /dev/null
+++ b/devel-system-x86_64-web.morph
@@ -0,0 +1,30 @@
+arch: x86_64
+configuration-extensions:
+- set-hostname
+- add-config-files
+- simple-network
+- nfsboot
+- install-files
+description: A system that is able to build other systems based on the 64-bit x86
+ architecture.
+kind: system
+name: devel-system-x86_64-web
+strata:
+- morph: build-essential
+- morph: core
+- morph: foundation
+- morph: genivi-foundation
+- morph: bsp-x86_64-generic
+- morph: connectivity
+- morph: audio-bluetooth
+- morph: x-common
+- morph: x-x86_64-generic
+- morph: multimedia
+- morph: genivi
+- morph: genivi-x-x86_64-generic
+- morph: tools
+- morph: virtualization
+- morph: glanceclient
+- morph: databases
+- morph: useful
+- morph: nfs
diff --git a/gitlab-ci-runner-cluster.morph b/gitlab-ci-runner-cluster.morph
new file mode 100644
index 00000000..07da65b0
--- /dev/null
+++ b/gitlab-ci-runner-cluster.morph
@@ -0,0 +1,15 @@
+kind: cluster
+name: gitlab-ci-runner-cluster
+systems:
+- morph: devel-system-x86_64-web
+ deploy-defaults:
+ AUTOSTART: no
+ DISK_SIZE: 6G
+ RAM_SIZE: 3G
+ VCPUS: 2
+ VERSION_LABEL: factory
+ deploy:
+ gitlab-ci-runner:
+ type: kvm
+ location: kvm+ssh://USER@HOST/gitlab-ci-runner/home/USER/gitlab-ci-runner.img
+ HOSTNAME: gitlab-ci-runner