summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-05-18 14:36:54 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-05-18 14:36:54 +0000
commit4c2475fd36f3ab6eafadd0a5280f40d6ffcffc8d (patch)
treec7681dfa84e381c07dabc94192cf22684da10afd
parent2a58baccb438fb9ffd4370bd0c83727a654e5709 (diff)
downloadinfrastructure-4c2475fd36f3ab6eafadd0a5280f40d6ffcffc8d.tar.gz
Add test Mason config for zuul-mason
-rw-r--r--test_new_mason/mason.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/test_new_mason/mason.conf b/test_new_mason/mason.conf
new file mode 100644
index 00000000..c45c9225
--- /dev/null
+++ b/test_new_mason/mason.conf
@@ -0,0 +1,18 @@
+# Configuration for my testing of the new (Zuul-based) Baserock Mason/
+
+TROVE_ID: baserock
+TROVE_HOST: git.baserock.org
+
+# Not sure if this will work.
+ARTIFACT_CACHE_SERVER: none
+
+GERRIT_USER: mason
+GERRIT_HOSTNAME: testgerrit.baserock.org
+GERRIT_HTTP_PORT: 8080
+# FIXME: Mason should be its own user.
+GERRIT_SSH_KEY_PATH: /root/.ssh/id_rsa
+
+MASON_CLUSTER_MORPHOLOGY: clusters/ci.morph
+MASON_DISTBUILD_CONTROLLERS:
+MASON_ARCHITECTURE: x86_64
+MASON_DISTBUILD_CONTROLLERS: "x86_64:this-isnt-even-used"