Merge "Fix tacker"
authorTim Rozet <trozet@redhat.com>
Sun, 24 Jul 2016 13:09:00 +0000 (13:09 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Sun, 24 Jul 2016 13:09:00 +0000 (13:09 +0000)
1  2 
build/overcloud-full.sh

diff --combined build/overcloud-full.sh
@@@ -53,7 -53,7 +53,7 @@@ don
  
  # tar up the congress puppet module
  rm -rf puppet-congress
 -git clone https://github.com/radez/puppet-congress
 +git clone -b stable/mitaka https://github.com/radez/puppet-congress
  pushd puppet-congress > /dev/null
  git archive --format=tar.gz --prefix=congress/ origin/stable/mitaka > ../puppet-congress.tar.gz
  popd > /dev/null
@@@ -89,7 -89,8 +89,8 @@@ tar czf vsperf.tar.gz vsper
  
  # tar up the tacker puppet module
  rm -rf puppet-tacker
- git clone https://github.com/radez/puppet-tacker
+ # TODO move this back to radez puppet-tacker after PR is accepted
+ git clone -b fix_db_sync https://github.com/trozet/puppet-tacker
  pushd puppet-tacker > /dev/null
  git archive --format=tar.gz --prefix=tacker/ HEAD > ../puppet-tacker.tar.gz
  popd > /dev/null