summaryrefslogtreecommitdiff
path: root/playbooks/pbr-installation-openstack/run.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/pbr-installation-openstack/run.yaml')
-rw-r--r--playbooks/pbr-installation-openstack/run.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/pbr-installation-openstack/run.yaml b/playbooks/pbr-installation-openstack/run.yaml
new file mode 100644
index 0000000..adf7665
--- /dev/null
+++ b/playbooks/pbr-installation-openstack/run.yaml
@@ -0,0 +1,6 @@
+- hosts: all
+ tasks:
+ - shell:
+ cmd: |
+ export PBR_PIP_VERSION="{{ pbr_pip_version }}"
+ bash -xe /home/zuul/src/opendev.org/openstack/pbr/tools/integration.sh $(cat /home/zuul/src/opendev.org/openstack/requirements/projects.txt)