SteeltoeOSS / Tooling

Steeltoe developer tool collection
https://steeltoe.io/
Apache License 2.0
12 stars 7 forks source link

st status reports "unknown" for a Cloud Foundry service that's "delete in progress" #65

Closed ccheetham closed 4 years ago

ccheetham commented 5 years ago

To recreate:

% st add postgresql mydb
% st args -t cloud-foundry mypg -F -- -c \{\"db_name\":\"postgresample\",\"db_username\":\"steeltoe\",\"owner_name\":\"SteeltoeOSS\",\"owner_email\":\"demo@steeltoe.io\"\}
% st deploy
% st status
mypg starting
% st status
mypg online
% st undeploy
% st status
mypg unknown
% cf s
...
name   service             plan         bound apps   last operation       broker                      upgrade available
mypg   postgresql-10-odb   standalone                delete in progress   crunchy-postgresql-10-odb
cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/166707814

The labels on this github issue will be updated when the story is started.