project-config/playbooks/publish/openstack-afs.yaml
Monty Taylor 535f33a073
Rework openstack doc publishing to not be overridable
Hard-code the destination in the playbooks.

Adds mappings for v3 for infra jobs.

Change-Id: Ib6126ac94a808ce24f4552641bab1925674d9851
2017-09-18 14:54:22 -05:00

7 lines
163 B
YAML

- hosts: localhost
roles:
- create-afs-token
- role: upload-afs
afs_target: "{{ afs.path }}/{{ zuul.project.short_name }}"
- destroy-afs-token