X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=cmframework%2Fscripts%2Fbootstrap.sh;h=17b5ba9eeaa086c51c9bad071f12f0ddb935efdc;hb=eab13b2a30c8ace45b72b4560392a8ec6f41c128;hp=03dda993fe82c0b10aeb369e09578919251a4be0;hpb=6ec88afabb201adbd3e02490b3cac283a6e43842;p=ta%2Fconfig-manager.git diff --git a/cmframework/scripts/bootstrap.sh b/cmframework/scripts/bootstrap.sh index 03dda99..17b5ba9 100755 --- a/cmframework/scripts/bootstrap.sh +++ b/cmframework/scripts/bootstrap.sh @@ -104,9 +104,11 @@ function main() fi else log_installation_success + /opt/openstack-ansible/playbooks/report-installation-progress --status completed --description "Installation complete" --percentage 100 fi else log_installation_failure + /opt/openstack-ansible/playbooks/report-installation-progress --status failed --description "Installation failed" fi return $rc