From d4b8505d4fef4a0ff650653a3056327f866d70fd Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Fri, 3 Mar 2017 18:34:16 +0800 Subject: add framework of post deploy process Change-Id: I3f5a067a6359be482a853b164fd7effdfad8fc8f Signed-off-by: SerenaFeng --- ci/deploy/deploy.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ci/deploy/deploy.sh') diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh index c3b78055..f6fae37e 100755 --- a/ci/deploy/deploy.sh +++ b/ci/deploy/deploy.sh @@ -327,6 +327,12 @@ if [ $IS_BARE == 0 ];then fi ssh $SSH_PARAS $DAISY_IP "${REMOTE_SPACE}/deploy/check_openstack_progress.sh" + +if [ $IS_BARE == 0 ];then + echo "============post deploy=====================" + ssh $SSH_PARAS $DAISY_IP "python ${REMOTE_SPACE}/deploy/post/execute.py" +fi + exit 0 # -- cgit 1.2.3-korg