9af2b71e07
https://docs.openstack.org/infra/manual/zuulv3.html#legacy-job-migration-details Co-Authored-By: Duong Ha-Quang <duonghq@vn.fujitsu.com> Co-Authored-By: yong sheng gong <gong.yongsheng@99cloud.net> Closes-bug: #1729632 Change-Id: I2d1c4795b1a591831a12535d2f048a13258f4913
14 lines
418 B
YAML
14 lines
418 B
YAML
- name: Collect devstack stackenv file
|
|
fetch:
|
|
flat: yes
|
|
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/confs/devstack/-stackenv"
|
|
src: "/opt/stack/devstack/.stackenv"
|
|
|
|
- name: Collect devstack config files
|
|
synchronize:
|
|
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/confs/devstack/"
|
|
mode: pull
|
|
src: "/opt/stack/devstack/{{ item }}"
|
|
with_items:
|
|
- local.conf
|