summaryrefslogtreecommitdiff
path: root/baserock_mason_x86_64
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-13 11:54:13 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-13 11:56:05 +0000
commitdb60e420de057da497ff4763efadaa4ded0f34e1 (patch)
treeecde9413e820a20848068bcae955f1a0b645df48 /baserock_mason_x86_64
parent7b90d2489352b5e7b4049467b67bb29aaddb2030 (diff)
downloadinfrastructure-db60e420de057da497ff4763efadaa4ded0f34e1.tar.gz
Add more configuration from mason-x86-64.baserock.org
Diffstat (limited to 'baserock_mason_x86_64')
-rw-r--r--baserock_mason_x86_64/distbuild.conf10
-rw-r--r--baserock_mason_x86_64/mason-x86-64.morph20
-rw-r--r--baserock_mason_x86_64/mason.conf9
3 files changed, 39 insertions, 0 deletions
diff --git a/baserock_mason_x86_64/distbuild.conf b/baserock_mason_x86_64/distbuild.conf
new file mode 100644
index 00000000..96494ce1
--- /dev/null
+++ b/baserock_mason_x86_64/distbuild.conf
@@ -0,0 +1,10 @@
+CONTROLLERHOST: mason-x86-64
+ARTIFACT_CACHE_SERVER: 192.168.222.14
+DISTBUILD_CONTROLLER: true
+DISTBUILD_WORKER: true
+TROVE_HOST: git.baserock.org
+TROVE_ID: baserock
+WORKERS: mason-x86-64
+
+# Do not change the following
+WORKER_SSH_KEY: /etc/distbuild/worker.key
diff --git a/baserock_mason_x86_64/mason-x86-64.morph b/baserock_mason_x86_64/mason-x86-64.morph
new file mode 100644
index 00000000..ae17716f
--- /dev/null
+++ b/baserock_mason_x86_64/mason-x86-64.morph
@@ -0,0 +1,20 @@
+name: mason-x86-64
+kind: cluster
+description: |
+ Generic x86_64 Mason image.
+systems:
+- morph: systems/build-system-x86_64.morph
+ deploy:
+ mason:
+ type: openstack
+ location: https://compute.datacentred.io:5000/v2.0
+ CLOUD_INIT: yes
+ DISK_SIZE: 3G
+ DISTBUILD_GENERIC: true
+ INSTALL_FILES: distbuild/manifest
+ KERNEL_ARGS: console=ttyS0 console=tty0
+ MASON_GENERIC: true
+ OPENSTACK_IMAGENAME: baserock_mason_x86_64
+ # Note that this *must* match the name of the instance, as
+ # cloud-init will override this hostname.
+ HOSTNAME: mason-x86-64
diff --git a/baserock_mason_x86_64/mason.conf b/baserock_mason_x86_64/mason.conf
new file mode 100644
index 00000000..cc7bfce3
--- /dev/null
+++ b/baserock_mason_x86_64/mason.conf
@@ -0,0 +1,9 @@
+ARTIFACT_CACHE_SERVER: 192.168.222.14
+MASON_CLUSTER_MORPHOLOGY: clusters/ci.morph
+MASON_DEFINITIONS_REF: master
+MASON_DISTBUILD_ARCH: x86_64
+MASON_TEST_HOST: None
+TROVE_HOST: git.baserock.org
+TROVE_ID: baserock
+CONTROLLERHOST: mason-x86-64
+TEST_INFRASTRUCTURE_TYPE: none