Install puppet using build_git system-config
When running disk image builder use the build specific checkout of system-config to install puppet and puppet modules. This allows for easy local testing of changes to those scripts. Without it master is always used. Change-Id: Ifc86d77f702633d630adc1ee619f58607cb56c82
This commit is contained in:
parent
094e02378a
commit
bffc38d470
@ -24,7 +24,7 @@ set -e
|
|||||||
# Unset the download cache for this invocation to prevent bleed from build host
|
# Unset the download cache for this invocation to prevent bleed from build host
|
||||||
unset PIP_DOWNLOAD_CACHE
|
unset PIP_DOWNLOAD_CACHE
|
||||||
|
|
||||||
/bin/bash /opt/git/openstack-infra/system-config/install_puppet.sh
|
/bin/bash /opt/build_git/openstack-infra/system-config/install_puppet.sh
|
||||||
/bin/bash /opt/git/openstack-infra/system-config/install_modules.sh
|
/bin/bash /opt/build_git/openstack-infra/system-config/install_modules.sh
|
||||||
|
|
||||||
install -m 0755 -o root -g root $(dirname $0)/../bin/prepare-node /usr/local/bin
|
install -m 0755 -o root -g root $(dirname $0)/../bin/prepare-node /usr/local/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user