From ff486940011b0d5e5d6279245037e8e1986d29e5 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Thu, 8 May 2014 12:09:46 +0000 Subject: Add system and cluster for GitLab CI Runners --- gitlab-ci-runner-cluster.morph | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gitlab-ci-runner-cluster.morph (limited to 'gitlab-ci-runner-cluster.morph') diff --git a/gitlab-ci-runner-cluster.morph b/gitlab-ci-runner-cluster.morph new file mode 100644 index 00000000..fe6e3451 --- /dev/null +++ b/gitlab-ci-runner-cluster.morph @@ -0,0 +1,16 @@ +kind: cluster +name: gitlab-ci-runner-cluster +systems: +- morph: gitlab-ci-runner + 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 + INSTALL_FILES: gitlab-ci-runner/manifest -- cgit v1.2.1