summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-03-03 18:34:16 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-03-06 09:12:58 +0800
commitd4b8505d4fef4a0ff650653a3056327f866d70fd (patch)
treeecb5ef33071474ca8ff66f12c30c1b69467dfa9f /ci
parentcd585136acb636d6b13b173cf593c5f01c5f33a8 (diff)
add framework of post deploy process
Change-Id: I3f5a067a6359be482a853b164fd7effdfad8fc8f Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'ci')
-rw-r--r--ci/__init__.py0
-rwxr-xr-xci/deploy/deploy.sh6
2 files changed, 6 insertions, 0 deletions
diff --git a/ci/__init__.py b/ci/__init__.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/ci/__init__.py
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
#