Merge "Add project-config to zuul cloner"

This commit is contained in:
Jenkins 2014-09-25 23:48:08 +00:00 committed by Gerrit Code Review
commit 07b3f9eb4f

View File

@ -21,14 +21,17 @@ export PUPPET_INTEGRATION_TEST=1
cat > clonemap.yaml <<EOF
clonemap:
- name: '(.*?)/(.*)'
- name: openstack-infra/project-config
dest: /etc/project-config
- name: '(.*?)/puppet-(.*)'
dest: '/etc/puppet/modules/\2'
EOF
# Add puppet modules that should be installed to the end of this list
sudo -E /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
git://git.openstack.org \
openstack-infra/puppet-storyboard
openstack-infra/puppet-storyboard \
openstack-infra/project-config
if [[ ! -d applytest ]] ; then
mkdir applytest