summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMason Test Runner <mason@test.runner>2014-11-07 16:46:26 +0000
committerMason Test Runner <mason@test.runner>2014-11-07 16:46:26 +0000
commit3b2fd4702dbfa9be5681b509be5c2b7b8c41fbc1 (patch)
tree4756fcc2bed13232f98dd1cb639f78f975a40dda
parent79977555a97e526e651c178357746cb0623c7027 (diff)
downloadturbo-hipster-3b2fd4702dbfa9be5681b509be5c2b7b8c41fbc1.tar.gz
Add a config file
-rw-r--r--etc/turbo-hipster/mason-config.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/etc/turbo-hipster/mason-config.yaml b/etc/turbo-hipster/mason-config.yaml
new file mode 100644
index 0000000..d9fd110
--- /dev/null
+++ b/etc/turbo-hipster/mason-config.yaml
@@ -0,0 +1,30 @@
+zuul_server:
+ gerrit_site: http://172.16.20.44:8080
+ git_origin: git://172.16.20.44:29418
+ gearman_host: 127.0.0.1
+ gearman_port: 4730
+
+debug_log: /var/log/turbo-hipster/debug.log
+jobs_working_dir: /var/lib/turbo-hipster/jobs
+git_working_dir: /var/lib/turbo-hipster/git
+pip_download_cache: /var/cache/pip
+
+plugins:
+ - name: build_deploy_test
+ function: build:definitions-build-and-deploy
+ config:
+ trove-host: git.baserock.org
+ artifact-cache-server: http://172.16.20.31:8080/
+ controllers: "x86_64:172.16.20.53"
+ cluster-morphology: clusters/ci.morph
+ test-infrastructure-type: openstack
+ deployment-host: "x86_64:user@vroomfondel.ducie.codethink.co.uk:5000/v2.0/"
+ trove-id: baserock
+ openstack-network-id: 71f5151a-b7c3-405d-a841-d1b07e5db099
+ architecture: x86_64
+ upstream-trove: ct-mcr-1.ducie.codethink.co.uk
+
+publish_logs:
+ type: local
+ path: /var/log/
+ prepend_url: http://localhost/logs