Merge "Workaround removing of jenkins support"

This commit is contained in:
Jenkins 2017-04-12 01:22:13 +00:00 committed by Gerrit Code Review
commit 967d734500
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ wget https://git.openstack.org/cgit/openstack-infra/system-config/plain/install_
sudo bash -xe install_puppet.sh
sudo git clone --depth=1 git://git.openstack.org/openstack-infra/system-config.git /root/config
# Upstream openstack-infra dropped support for jenkins, so we need to point to commit which still
# contains jenkins puppet manifests
sudo git --git-dir=/root/config/.git --work-tree=/root/config reset --hard 97787e3b3bf156d5b9949ca615983ccb79a6a78a
sudo /bin/bash /root/config/install_modules.sh
#if [ -z "$NODEPOOL_SSH_KEY" ] ; then