summaryrefslogtreecommitdiff
path: root/clusters/mason.morph
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-10-30 16:28:31 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-11 17:36:41 +0900
commit6cb5b32227de1043933fed3542e70bc3c64f59c3 (patch)
tree5fd8396053cebe86e913391671d905b2c4c2c5ce /clusters/mason.morph
parent3dcb1a2d6f541449ba7d5192c7db9e09204a799b (diff)
downloaddefinitions-6cb5b32227de1043933fed3542e70bc3c64f59c3.tar.gz
Move trove & mason related systems, clusters and strata to a new trove subdirectory
Change-Id: Id71531000851293c2be834360ff543399cda3989
Diffstat (limited to 'clusters/mason.morph')
-rw-r--r--clusters/mason.morph56
1 files changed, 0 insertions, 56 deletions
diff --git a/clusters/mason.morph b/clusters/mason.morph
deleted file mode 100644
index 376cf337..00000000
--- a/clusters/mason.morph
+++ /dev/null
@@ -1,56 +0,0 @@
-name: example-mason-cluster
-kind: cluster
-description: |
- This is a template cluster morphology that can be adapted to set up a
- Mason. Masons are composed of a trove and a distbuild system.
-
- It is suggested that you use mason/mason-generator.sh to adapt this
- template to suit your needs. It also handles the generation of
- keys to let the systems communicate.
-systems:
-- morph: systems/trove-system-x86_64.morph
- deploy:
- red-box-v1-trove:
- type: extensions/kvm
- location: kvm+ssh://vm-user@vm-host/red-box-v1-trove/vm-path/red-box-v1-trove.img
- AUTOSTART: true
- DISK_SIZE: 20G
- HOSTNAME: red-box-v1-trove
- LORRY_SSH_KEY: ssh_keys/lorry.key
- MASON_SSH_PUBKEY: ssh_keys/mason.key.pub
- RAM_SIZE: 8G
- TROVE_ADMIN_EMAIL: adminuser@example.com
- TROVE_ADMIN_NAME: Nobody
- TROVE_ADMIN_SSH_PUBKEY: ssh_keys/id_rsa.pub
- TROVE_ADMIN_USER: adminuser
- TROVE_COMPANY: Company name goes here
- TROVE_HOST: red-box-v1
- TROVE_ID: red-box-v1-trove
- UPSTREAM_TROVE: upstream-trove
- VCPUS: 2
- VERSION_LABEL: 45
- WORKER_SSH_PUBKEY: ssh_keys/worker.key.pub
-- morph: systems/build-system-x86_64.morph
- deploy-defaults:
- ARTIFACT_CACHE_SERVER: red-box-v1-trove.example.com
- CONTROLLERHOST: red-box-v1-controller.example.com
- DISTBUILD_CONTROLLER: false
- DISTBUILD_WORKER: true
- INSTALL_FILES: install-files/distbuild/manifest
- RAM_SIZE: 8G
- TROVE_HOST: upstream-trove
- TROVE_ID: upstream-trove
- VCPUS: 2
- WORKER_SSH_KEY: ssh_keys/worker.key
- deploy:
- red-box-v1-controller:
- type: extensions/kvm
- location: kvm+ssh://vm-user@vm-host/red-box-v1-controller/vm-path/red-box-v1-controller.img
- DISK_SIZE: 60G
- DISTBUILD_CONTROLLER: true
- HOSTNAME: red-box-v1-controller
- MASON_CLUSTER_MORPHOLOGY: clusters/ci.morph
- MASON_DEFINITIONS_REF: master
- MASON_DISTBUILD_ARCH: x86_64
- MASON_TEST_HOST: vm-user@vm-host:/vm-path/
- WORKERS: red-box-v1-controller