Skip to content

Commit

Permalink
Add patch to force-delete Nutanix builder VMs (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna authored May 20, 2024
1 parent b8c2df9 commit 8f8e33a
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From f774d9a0df083f88e441b2b38d3b79616f98e789 Mon Sep 17 00:00:00 2001
From: Prow Bot <prow@amazonaws.com>
Date: Mon, 20 May 2024 16:53:01 -0400
Subject: [PATCH] Force-delete Nutanix builder VMs on failure

---
images/capi/packer/nutanix/packer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/capi/packer/nutanix/packer.json b/images/capi/packer/nutanix/packer.json
index de9a4a43b..f46c8d8d2 100644
--- a/images/capi/packer/nutanix/packer.json
+++ b/images/capi/packer/nutanix/packer.json
@@ -165,6 +165,6 @@
"source_image_force": "false",
"ssh_password": "builder",
"ssh_username": "builder",
- "vm_force_delete": "false"
+ "vm_force_delete": "true"
}
}
--
2.39.3 (Apple Git-146)

0 comments on commit 8f8e33a

Please sign in to comment.