From d462542026bcd37d826f879e7664164aa3da8a5d Mon Sep 17 00:00:00 2001 From: "Egorov, Stanislav" Date: Thu, 31 Oct 2019 15:48:05 -0700 Subject: [PATCH] Extended output for pipeline and disk on VM After timeout pipeline is trying to run deploy_site again and failed. There is no info in debug report and console output about current status if the shipyard action. Added new cmd to describe the action. ceph-mon is detecting low disk space on n0, it's <70%. So, small increase of disk space is needed. Change-Id: Ia92390ccadec4485c37038187034a2978911accd --- tools/multi_nodes_gate/airship_gate/lib/airship.sh | 2 ++ .../airship_gate/manifests/multinode_deploy.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/multi_nodes_gate/airship_gate/lib/airship.sh b/tools/multi_nodes_gate/airship_gate/lib/airship.sh index 9b1a600a..26f4dbb7 100644 --- a/tools/multi_nodes_gate/airship_gate/lib/airship.sh +++ b/tools/multi_nodes_gate/airship_gate/lib/airship.sh @@ -100,6 +100,8 @@ shipyard_action_wait() { if [[ $(date +%s) -ge ${end_time} ]] then log "Shipyard action ${action} did not complete in ${timeout} seconds." + ACTION=$(shipyard_cmd describe "${ACTION_ID}") + log "${ACTION}" return 2 fi diff --git a/tools/multi_nodes_gate/airship_gate/manifests/multinode_deploy.json b/tools/multi_nodes_gate/airship_gate/manifests/multinode_deploy.json index 3d4edd39..7786ec84 100644 --- a/tools/multi_nodes_gate/airship_gate/manifests/multinode_deploy.json +++ b/tools/multi_nodes_gate/airship_gate/manifests/multinode_deploy.json @@ -13,7 +13,7 @@ "disk_layouts":{ "simple": { "vda": { - "size": 64, + "size": 96, "io_profile": "fast", "bootstrap": true }