Fix install-guide publishing
The ocata and earlier guides have been publishing to the service-type, not the project-name. The Zuul v3 conversion broke this, restore this. Note that this still results in some different names since we use the services-type-authority now and formerly had hand-written assignments. Change-Id: Ib03cc560868db725e151e0e8c9107846137f5d27
This commit is contained in:
parent
7d36a2400b
commit
13a44fbc66
@ -14,10 +14,12 @@
|
||||
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: set-service-type-data-fact
|
||||
when: zuul_success | bool
|
||||
- role: create-afs-token
|
||||
when: zuul_success | bool
|
||||
- role: upload-afs
|
||||
afs_target: "{{ afs.path }}/project-install-guide/{{ zuul.project.short_name }}"
|
||||
afs_target: "{{ afs.path }}/project-install-guide/{{ service_type_data.service_type }}"
|
||||
when: zuul_success | bool
|
||||
- role: destroy-afs-token
|
||||
when: zuul_success | bool
|
||||
|
Loading…
Reference in New Issue
Block a user