Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions roles/update/templates/workload_launch.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,11 @@ function workload_launch {
os_cmd server add volume ${INSTANCE_NAME} ${CINDER_VOL_ID}
{%- endif %}

## INJECTED ERROR: Delete the instance to cause SSH failure
echo "INJECTING ERROR: Deleting instance ${INSTANCE_NAME}"
os_cmd server delete ${INSTANCE_NAME}
sleep 10

## SSH to VM through it's floating ip or external ip
elapsed_seconds=0
while true; do
Expand Down
Loading