From 3b2fd4702dbfa9be5681b509be5c2b7b8c41fbc1 Mon Sep 17 00:00:00 2001 From: Mason Test Runner Date: Fri, 7 Nov 2014 16:46:26 +0000 Subject: Add a config file --- etc/turbo-hipster/mason-config.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 etc/turbo-hipster/mason-config.yaml 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 -- cgit v1.2.1