Use custom bindep installer for puppet jobs

This fixes a bug where install-distro-packages fails to properly
location the other-requirements.txt file.

Change-Id: I80fb2ceab2269189d27ab9b8dcb18d45205c960b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-06-10 15:09:49 -04:00
parent 231c7de1c5
commit acdbb100f0
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -177,7 +177,10 @@
template-name: "{template-name}"
- link-logs
- puppet-openstack-integration-checkout
- install-distro-packages
- shell: |
#!/bin/bash -xe
export PACKAGES=puppet-openstack-integration/other-requirements.txt
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
- shell: |
#!/bin/bash -xe
cd puppet-openstack-integration
@ -202,7 +205,10 @@
template-name: "{template-name}"
- link-logs
- puppet-openstack-integration-checkout
- install-distro-packages
- shell: |
#!/bin/bash -xe
export PACKAGES=puppet-openstack-integration/other-requirements.txt
/usr/local/jenkins/slave_scripts/install-distro-packages.sh
- puppet-prepare-node
- shell: |
#!/bin/bash -xe