Remove unused zuul sites
We define some sites here, but we don't use the ftp ones anymore. Remove them. Change-Id: I07ceecd4f9b2a166a596485928bbf9065c755f3f
This commit is contained in:
parent
13dc4f7d10
commit
d0112d2f25
@ -15,29 +15,11 @@ zuul_sites:
|
||||
user: 'jenkins'
|
||||
root: '/srv/static'
|
||||
|
||||
- name: 'docs.openstack.org'
|
||||
host: 'ftp3.ftptoyoursite.com'
|
||||
user: 'openstackdocs'
|
||||
pass: "%{hiera('openstackdocs_ftp_password')}"
|
||||
root: '/web/content'
|
||||
|
||||
- name: 'afs-docs'
|
||||
root: '/afs/.openstack.org/docs'
|
||||
keytab: '/etc/zuul-launcher.keytab'
|
||||
user: 'service/zuul-launcher'
|
||||
|
||||
- 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'
|
||||
|
||||
- name: 'afs-developer-docs'
|
||||
root: '/afs/.openstack.org/developer-docs'
|
||||
keytab: '/etc/zuul-launcher.keytab'
|
||||
|
Loading…
Reference in New Issue
Block a user