Avoid tools/nodepool-integration-setup.sh from zuul
Fold in content from zuul/tools/nodepool-integration-setup.sh into our playbook to reduce dependency of the repos and simplify job setup. Change-Id: I168522ae2c214eac2f51410c67b3a79862a8787f
This commit is contained in:
parent
b692467182
commit
a3ad923a7e
@ -7,7 +7,9 @@
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Run tools/nodepool-integration-setup.sh from zuul
|
||||
- name: Install packages and run zuul-nodepool-integration/start.sh
|
||||
shell:
|
||||
cmd: tools/nodepool-integration-setup.sh
|
||||
chdir: "{{ zuul.projects['git.openstack.org/openstack-infra/zuul'].src_dir }}"
|
||||
cmd: |
|
||||
sudo pip3 install .
|
||||
./tools/zuul-nodepool-integration/start.sh
|
||||
chdir: "{{ zuul.projects['git.openstack.org/openstack-infra/nodepool'].src_dir }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user