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
This commit is contained in:
Egorov, Stanislav 2019-10-31 15:48:05 -07:00
parent d7d345fd24
commit d462542026
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -13,7 +13,7 @@
"disk_layouts":{
"simple": {
"vda": {
"size": 64,
"size": 96,
"io_profile": "fast",
"bootstrap": true
}