Merge "Add afs sites to zuul-launchers"

This commit is contained in:
Jenkins 2016-09-15 17:45:35 +00:00 committed by Gerrit Code Review
commit 38ce26bab4

View File

@ -21,6 +21,10 @@ zuul_sites:
pass: "%{hiera('openstackdocs_ftp_password')}" pass: "%{hiera('openstackdocs_ftp_password')}"
root: '/web/content' root: '/web/content'
- name: 'afs-docs'
root: '/afs/openstack.org/docs'
keytab: '/etc/zuul-launcher.keytab'
- name: 'api.openstack.org' - name: 'api.openstack.org'
host: 'ftp3.ftptoyoursite.com' host: 'ftp3.ftptoyoursite.com'
user: 'cloudapidocs' user: 'cloudapidocs'
@ -33,6 +37,10 @@ zuul_sites:
pass: "%{hiera('clouddevdocs_ftp_password')}" pass: "%{hiera('clouddevdocs_ftp_password')}"
root: '/web/content' root: '/web/content'
- name: 'afs-developer-docs'
root: '/afs/openstack.org/developer-docs'
keytab: '/etc/zuul-launcher.keytab'
zuul_nodes: zuul_nodes:
- name: 'proposal.slave.openstack.org' - name: 'proposal.slave.openstack.org'
host: 'proposal.slave.openstack.org' host: 'proposal.slave.openstack.org'