Merge "Refactor playbooks/nodepool-zuul-functional/pre.yaml"

This commit is contained in:
Zuul 2018-02-22 17:34:30 +00:00 committed by Gerrit Code Review
commit ae034e8f35
3 changed files with 8 additions and 9 deletions

View File

@ -4,12 +4,4 @@
- role: bindep
bindep_profile: default
bindep_dir: "{{ zuul.projects['git.openstack.org/openstack-infra/zuul'].src_dir }}"
tasks:
- name: Install packages and run zuul-nodepool-integration/start.sh
shell:
cmd: |
sudo pip3 install .
./tools/zuul-nodepool-integration/start.sh
chdir: "{{ zuul.projects['git.openstack.org/openstack-infra/nodepool'].src_dir }}"
- nodepool-zuul-functional

View File

@ -0,0 +1 @@
Prepare nodepool installation.

View File

@ -0,0 +1,6 @@
- name: Install packages and run zuul-nodepool-integration/start.sh
shell:
cmd: |
sudo pip3 install .
./tools/zuul-nodepool-integration/start.sh
chdir: "{{ zuul.projects['git.openstack.org/openstack-infra/nodepool'].src_dir }}"