Merge "Refactor playbooks/nodepool-zuul-functional/pre.yaml"
This commit is contained in:
commit
ae034e8f35
@ -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
|
||||
|
1
roles/nodepool-zuul-functional/README.rst
Normal file
1
roles/nodepool-zuul-functional/README.rst
Normal file
@ -0,0 +1 @@
|
||||
Prepare nodepool installation.
|
6
roles/nodepool-zuul-functional/tasks/main.yaml
Normal file
6
roles/nodepool-zuul-functional/tasks/main.yaml
Normal 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 }}"
|
Loading…
Reference in New Issue
Block a user