Workaround removing of jenkins support

Since commit [1] openstack-infra has dropped
jenkins support because they don't use jenkins anymore.

We are not ready to this change so need to workaround it.

[1] ed3e133ff9

Change-Id: I99ef36c98bb262092e9bce9fdd9fd726182d2067
Related-Bug: #1681836
This commit is contained in:
Mykyta Karpin 2017-04-11 16:04:06 +03:00
parent ac8e764722
commit ddd9c0cfec
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