system-config/hiera/group/zuul-merger.yaml
Paul Belanger 50b59ed0e3
Add wheel-mirror-ubuntu-xenial-amd64 to zlstatic
Change-Id: I7edec4d73d3e49c48bd42f989eaafe9f71f39d27
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-06-29 20:24:06 -04:00

56 lines
1.6 KiB
YAML

---
zuul_sites:
- name: 'tarballs.openstack.org'
host: 'tarballs.openstack.org'
user: 'jenkins'
root: '/srv/static'
- name: 'eavesdrop.openstack.org'
host: 'eavesdrop.openstack.org'
user: 'jenkins'
root: '/srv/meetbot-openstack'
- name: 'static.openstack.org'
host: 'static.openstack.org'
user: 'jenkins'
root: '/srv/static'
- name: 'docs.openstack.org'
host: 'ftp3.ftptoyoursite.com'
user: 'openstackdocs'
pass: "%{hiera('openstackdocs_ftp_password')}"
root: '/web/content'
- name: 'api.openstack.org'
host: 'ftp3.ftptoyoursite.com'
user: 'cloudapidocs'
pass: "%{hiera('cloudapidocs_ftp_password')}"
root: '/web/content'
- name: 'developer.openstack.org'
host: 'ftp3.ftptoyoursite.com'
user: 'clouddevdocs'
pass: "%{hiera('clouddevdocs_ftp_password')}"
root: '/web/content'
zuul_nodes:
- name: 'proposal.slave.openstack.org'
host: 'proposal.slave.openstack.org'
labels: 'proposal'
- name: 'release.slave.openstack.org'
host: 'release.slave.openstack.org'
labels: 'release'
- name: 'wheel-mirror-centos-7-amd64.slave.openstack.org'
host: 'wheel-mirror-centos-7-amd64.slave.openstack.org'
labels: 'wheel-mirror-centos-7-amd64'
- name: 'wheel-mirror-ubuntu-trusty-amd64.slave.openstack.org'
host: 'wheel-mirror-ubuntu-trusty-amd64.slave.openstack.org'
labels: 'wheel-mirror-ubuntu-trusty-amd64'
- name: 'wheel-mirror-ubuntu-xenial-amd64.slave.openstack.org'
host: 'wheel-mirror-ubuntu-xenial-amd64.slave.openstack.org'
labels: 'wheel-mirror-ubuntu-xenial-amd64'