
Changes nodepool-functional-py35 and nodepool-functional-py35-src to use the native devstack job and not the legacy job. Change-Id: I3d97d83360816001da0f599d95b13eae3abb6c96
12 lines
244 B
YAML
12 lines
244 B
YAML
- hosts: all
|
|
roles:
|
|
- run-devstack
|
|
- role: bindep
|
|
bindep_profile: default
|
|
|
|
tasks:
|
|
- name: Ensure nodepool output log directory
|
|
file:
|
|
path: '{{ ansible_user_dir }}/work/logs/nodepool'
|
|
state: directory
|