Fix tacker 93/17393/3
authorMichael Chapman <michapma@redhat.com>
Thu, 21 Jul 2016 21:36:09 +0000 (17:36 -0400)
committerTim Rozet <trozet@redhat.com>
Fri, 22 Jul 2016 19:59:13 +0000 (15:59 -0400)
opnfv-tht-pr: 49

JIRA: APEX-210

Change-Id: I9ed97588e8ae70d8ded6d2939c6a62d38393d8de
Signed-off-by: Michael Chapman <michapma@redhat.com>
Signed-off-by: Tim Rozet <trozet@redhat.com>
build/opnfv-environment.yaml
build/overcloud-full.sh
lib/overcloud-deploy-functions.sh

index 61915c9..7a723f5 100644 (file)
@@ -8,7 +8,7 @@ parameters:
   ControllerEnableSwiftStorage: false
 #  CloudDomain:
   EnableSahara: false
-  EnableTacker: false
+  EnableTacker: true
   ExtraConfig:
     tripleo::ringbuilder::build_ring: False
     nova::policy::policies:
index 7eb22d1..e9930fa 100755 (executable)
@@ -89,7 +89,8 @@ tar czf vsperf.tar.gz vsperf
 
 # 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
index 14c3724..e3fdc65 100755 (executable)
@@ -199,8 +199,8 @@ if [ "$debug" == 'TRUE' ]; then
     LIBGUESTFS_BACKEND=direct virt-customize -a overcloud-full.qcow2 --root-password password:opnfvapex
 fi
 
-if [ "${deploy_options_array['tacker']}" == 'True' ]; then
-    sed -i '/EnableTacker/\\c  EnableTacker: true' opnfv-environment.yaml
+if [ "${deploy_options_array['tacker']}" == 'False' ]; then
+    sed -i '/EnableTacker:/c\  EnableTacker: false' opnfv-environment.yaml
 fi
 
 source stackrc