Merge "Add project-config to zuul cloner"
This commit is contained in:
commit
07b3f9eb4f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user