summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJames Gu <james.gu@att.com>2021-03-02 12:30:11 -0800
committerJames Gu <james.gu@att.com>2021-03-02 20:50:50 +0000
commit286cb850aad6fb73aa1debbc8e7fd54560682b2f (patch)
tree0a258318a99f40530be4e974731552c0f8d4a7ea /tools
parentb6153c6e800463f7682cfbc3218328a93f79c7c7 (diff)
Intel-pod 15 upgrade to Airship 1.8stable/jerma
Fixed the last issue in pod 15 site upgrade to airship 1.8. Added sleep between genesis and shipyard site action Updated upstream treasumerap reference to include the QOS fix Change-Id: I0086778eb8bb1ba1222880c4d0dfca829c82a9ca Signed-off-by: James Gu <james.gu@att.com> (cherry picked from commit 88723e1bb827b0efa57f47cb12d0ff1c1fe7802c)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/deploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/deploy.sh b/tools/deploy.sh
index be9669c..7648613 100755
--- a/tools/deploy.sh
+++ b/tools/deploy.sh
@@ -203,6 +203,8 @@ promenade_bundle() {
genesis_deploy() {
scp bundle/${SITE_NAME}/genesis.sh $GEN_SSH:
ssh $GEN_SSH PROMENADE_ENCRYPTION_KEY=$PROMENADE_KEY sudo -E ./genesis.sh
+ # give some time for shipyard service to be ready to avoid error out during site actions
+ sleep 60
}
create_configdocs() {