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
10 lines
181 B
YAML
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
|