summaryrefslogtreecommitdiff
path: root/mason/share/mason.conf
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-09 15:37:07 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-17 11:39:19 +0100
commit48a4b547d84f9469d0bda0ba9a151a8cd195ff5c (patch)
tree4e09a72eadeddf1f131e22bd1bdb38caa17e33aa /mason/share/mason.conf
parent34872e2636ed058a414ee7c66634accb754e8840 (diff)
downloaddefinitions-48a4b547d84f9469d0bda0ba9a151a8cd195ff5c.tar.gz
Configure Mason with Ansible
Diffstat (limited to 'mason/share/mason.conf')
-rw-r--r--mason/share/mason.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/mason/share/mason.conf b/mason/share/mason.conf
new file mode 100644
index 00000000..b323896d
--- /dev/null
+++ b/mason/share/mason.conf
@@ -0,0 +1,12 @@
+# This file is generarated by the mason-setup systemd unit.
+# If you want to change the configuration, change the configuration
+# in /etc/mason/mason.conf and restart the service.
+
+ARTIFACT_CACHE_SERVER={{ ARTIFACT_CACHE_SERVER|quote }}
+UPSTREAM_TROVE_ADDRESS={{ TROVE_HOST|quote }}
+DEFINITIONS_REF={{ MASON_DEFINITIONS_REF|quote }}
+DISTBUILD_ARCH={{ MASON_DISTBUILD_ARCH|quote }}
+DISTBUILD_CONTROLLER_ADDRESS={{ CONTROLLERHOST|quote }}
+TROVE_ID={{ TROVE_ID|quote }}
+BUILD_CLUSTER_MORPHOLOGY={{ MASON_CLUSTER_MORPHOLOGY|quote }}
+TEST_VM_HOST_SSH_URL={{ MASON_TEST_HOST|quote }}