I’m stuck in a situation where I have a model where I tried to deploy a machine which gets stuck in a “pending” state (See my comment in this bug): Bug #1607971 “cannot remove or destroy machine in pending state” : Bugs : juju
So, any subsequent deployment will not happen.
I end up in a situation where my model is totally un-usable since no new machines can be provisioned and I’m left with a broken model.
To reproduce, try like this in AWS (eu-west-1):
juju add-model bork
juju deploy cs:~asbalderson/noop-centos-0
juju remove-machine 4 --force --debug
juju deploy ubuntu
Not even juju destroy-model bork
helps here as the machines ends up in state: stopped.
Is there any way to “kill-machine” or even “kill-model” in juju or how can I save a model getting blocked like this?
The controller is on 2.5.1
== Update March 24 ==
It seems that this now has affect across the whole controller. I can get no more machines to deploy in any model. I’m suspecting that something has kicked in on a cloud basis even… scary.
Using the same aws cloud credentials via jaas works just fine.
@anastasia-macmood This also relates to what I wrote about models not getting removed. It even now seems to bog out the entire controller. Can this be related to the/my aws cloud provider even?