From 2b10a9677817377618e33d2b07ab7caefe316633 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 18 Aug 2014 17:05:22 +0000 Subject: Re-organise definitions with scripts/organise-morphologies.py --- clusters/gitlab-server-cluster.morph | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 clusters/gitlab-server-cluster.morph (limited to 'clusters/gitlab-server-cluster.morph') diff --git a/clusters/gitlab-server-cluster.morph b/clusters/gitlab-server-cluster.morph new file mode 100644 index 00000000..fcb7c1d2 --- /dev/null +++ b/clusters/gitlab-server-cluster.morph @@ -0,0 +1,22 @@ +name: gitlab-server-cluster +kind: cluster +systems: +- morph: systems/gitlab-server.morph + deploy-defaults: + AUTOSTART: false + DISK_SIZE: 6G + RAM_SIZE: 2G + VCPUS: 2 + VERSION_LABEL: factory + deploy: + gitlab: + type: kvm + location: kvm+ssh://USER@HOST/gitlab/home/USER/gitlab.img + CI_PORT: 81 + GITLAB_EMAIL: gitlab@gitlab.example.com + GITLAB_HOSTNAME: gitlab.example.com + GITLAB_PORT: 80 + HOSTNAME: gitlab + INSTALL_FILES: gitlab-server/manifest + UNICORN_CI_PORT: 8081 + UNICORN_PORT: 8080 -- cgit v1.2.1