From 4c2475fd36f3ab6eafadd0a5280f40d6ffcffc8d Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 18 May 2015 14:36:54 +0000 Subject: Add test Mason config for zuul-mason --- test_new_mason/mason.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test_new_mason/mason.conf 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" -- cgit v1.2.1