summaryrefslogtreecommitdiff
path: root/clusters
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-16 16:07:27 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-16 16:07:27 +0000
commit24673741fb1ad30c273e89c25d366e0136dfaa5b (patch)
tree0a30c7c393508b1d1d9f60defb1e3021d0b6dcd7 /clusters
parent3615cc776d0a926fc45ce280cfc6ee679d01366e (diff)
downloaddefinitions-24673741fb1ad30c273e89c25d366e0136dfaa5b.tar.gz
Remove Gitlab systems
As far as I know, these are out of date, unmaintained and nobody is using them. It was definitely a useful learning process to integrate Gitlab into Baserock, but I think this is now just taking up space in definitions.git needlessly. Change-Id: Ifdd9c0a3dd889382bc5e6825c2df4f3afbd89f3c
Diffstat (limited to 'clusters')
-rw-r--r--clusters/gitlab-ci-runner-cluster.morph16
-rw-r--r--clusters/gitlab-cluster.morph48
-rw-r--r--clusters/gitlab-server-cluster.morph22
3 files changed, 0 insertions, 86 deletions
diff --git a/clusters/gitlab-ci-runner-cluster.morph b/clusters/gitlab-ci-runner-cluster.morph
deleted file mode 100644
index 97da4a8d..00000000
--- a/clusters/gitlab-ci-runner-cluster.morph
+++ /dev/null
@@ -1,16 +0,0 @@
-name: gitlab-ci-runner-cluster
-kind: cluster
-systems:
-- morph: systems/gitlab-ci-runner.morph
- deploy-defaults:
- AUTOSTART: false
- 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
diff --git a/clusters/gitlab-cluster.morph b/clusters/gitlab-cluster.morph
deleted file mode 100644
index 5f3177ca..00000000
--- a/clusters/gitlab-cluster.morph
+++ /dev/null
@@ -1,48 +0,0 @@
-name: gitlab-cluster
-kind: cluster
-description: |
- This is an example cluster morphology that can be adapted to set up a GitLab
- server with GitLab CI running alongside it, along with one or more CI
- runners to actually run the CI tests/builds.
-
- For the server, you will need to specify the GITLAB_HOSTNAME. This is the
- domain name or IP by which your deployed GitLab instance will be able to be
- reached by. You will also need a GITLAB_PORT, CI_PORT, UNICORN PORT and
- UNICORN_CI_PORT. These are the port to use for GitLab, the port to use for
- GitLab CI, the port for GitLab's Unicorn process to listen on, and the port
- for GitLab CI's Unicorn process to listen on respectively. Finally, you will
- need to define a GITLAB_EMAIL, that is the email that mail from your GitLab
- instance will appear to be from.
-systems:
-- morph: systems/gitlab-server.morph
- deploy-defaults:
- AUTOSTART: false
- DISK_SIZE: 10G
- 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
-- morph: systems/gitlab-ci-runner.morph
- deploy-defaults:
- AUTOSTART: false
- DISK_SIZE: 10G
- 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
diff --git a/clusters/gitlab-server-cluster.morph b/clusters/gitlab-server-cluster.morph
deleted file mode 100644
index fcb7c1d2..00000000
--- a/clusters/gitlab-server-cluster.morph
+++ /dev/null
@@ -1,22 +0,0 @@
-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