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:
Monty Taylor 2017-08-24 19:16:12 -04:00
parent 13dc4f7d10
commit d0112d2f25
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -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'