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-20 15:12:27 +0100
commite304369b4c8f80182c3f7314ec022d1c501b42bf (patch)
tree9ed9e93768ed26ee333d455b7845863920241593
parent71f3287996979e76e23cb9b7b2eee9e3fa317e96 (diff)
downloadinfrastructure-sam/mason-zuul-2.tar.gz
Add test Mason config for zuul-masonsam/mason-zuul-2
-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"