cppforlife / turbulence-release

Turbulence release is used for injecting failure scenarios into any BOSH deployment.
Apache License 2.0
49 stars 17 forks source link

Killing VMs on azure does not work as of semicolon in VM CID #29

Open hfrenzel opened 4 years ago

hfrenzel commented 4 years ago

Hi,

trying to kill VMs on Azure does not work as of semicolon in VM CID: (related issue cloudfoundry/bosh-cli#512 was fixed with cloudfoundry/bosh-cli#513)

Deleting VM 'agent_id:eb967e44-3ce2-4602-adc1-8c4f4bde0ed3;resource_group_name:test;storage_account_name:test': Expected task '581861' to succeed but was state is 'error'
$ bosh task 581861
...
Task 581861 | 23:25:16 | Delete VM: agent_id:eb967e44-3ce2-4602-adc1-8c4f4bde0ed3 (00:00:03)
                      L Error: CPI error 'Bosh::Clouds::CloudError' with message 'Invalid instance id (plain) 'agent_id:eb967e44-3ce2-4602-adc1-8c4f4bde0ed3'' in 'delete_vm' CPI method (CPI request ID: 'cpi-569776')

Please adapt the fix of bosh-cli to this turbulence-release as well.

dav1dc-pcf commented 4 years ago

We have hit the same issue on Azure.

Upstream issue appears to be fixed? https://github.com/cloudfoundry/bosh-cli/issues/512

Wondering if there is any ETA for updating that dep in this project??

Many Thanks in Advance. 🙏