Files
devstack/roles/run-devstack/tasks/main.yaml
Ian Wienand 11641ce14d Move platform jobs to zuulv3 native
We've called the jobs that don't run on our main Ubuntu targets
"platform" jobs; start at moving these jobs to native jobs.

Depends-On: https://review.openstack.org/541010

Change-Id: Ib64d91206a9ac677f4d77873bc54c6a84702d6c3
2018-02-23 08:26:34 +11:00

10 lines
181 B
YAML

- name: Run devstack
shell:
cmd: |
./stack.sh 2>&1
echo "*** FINISHED ***"
args:
chdir: "{{devstack_base_dir}}/devstack"
become: true
become_user: stack