From 461433b75da4589f5a67ee1af42c0b78de23d53e Mon Sep 17 00:00:00 2001 From: QiLiang Date: Wed, 23 Nov 2016 10:43:38 +0800 Subject: Add refresh.sh exec on compass-core Add refresh.sh exec on compass-core, so user don't need to manually execute the refresh.sh script when they what redeploy the openstack without redeploy the compass-core vm. Change-Id: I1a6b5ca84d4dd00a3f326b30b68e0ecac022d5ef Signed-off-by: QiLiang --- deploy/compass_vm.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'deploy/compass_vm.sh') diff --git a/deploy/compass_vm.sh b/deploy/compass_vm.sh index f1c92892..61e27051 100755 --- a/deploy/compass_vm.sh +++ b/deploy/compass_vm.sh @@ -74,6 +74,11 @@ function inject_compass_conf() { _inject_dashboard_conf } +function refresh_compass_core () { + cmd="/opt/compass/bin/refresh.sh" + exec_cmd_on_compass $cmd +} + function wait_ok() { set +x log_info "wait_compass_ok enter" -- cgit 1.2.3-korg