diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-02-13 09:43:21 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-02-13 09:43:21 +0000 |
commit | 557204ec2f5ab192967a4176a095c3b3875de41d (patch) | |
tree | 916fd3ff77a9ab3c6dd732f11ef0d194fb5677da | |
parent | 8671cc5732f357e5019ba8a296c2e24b9d5f33ff (diff) | |
download | infrastructure-557204ec2f5ab192967a4176a095c3b3875de41d.tar.gz |
Add mason.conf file from mason-x86-64.baserock.org
Copy this to /etc/mason/mason.conf in a generic Mason image to recreate
the mason-x86-64.baserock.org machine.
Remember this is a V2 prototype Mason not the V3 Zuul-based Mason.
-rw-r--r-- | mason-x86-64.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mason-x86-64.conf b/mason-x86-64.conf new file mode 100644 index 00000000..cc7bfce3 --- /dev/null +++ b/mason-x86-64.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 |