File: main.yml

package info (click to toggle)
masakari 20.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,816 kB
  • sloc: python: 22,459; sh: 329; makefile: 68
file content (14 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: Collect devstack stackenv file
  fetch:
    flat: true
    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