masakari/roles/devstack-config/tasks/main.yml
tpatil 0fa59ab7ed Add functional CI job and tests for segments
Added multi-node CI job to run functional tests.
This patch adds functional tests to check the behaviour
of Segment APIs.

Co-Authored-By: jayashri bidwe <jayashri.bidwe@nttdata.com>

Change-Id: I787b26b29fcd9556bc6b24b75ffe8e70e9f44610
2019-03-05 12:22:07 +05:30

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