You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am created 2 environments using ebs-deploy (est-app-1-qa, test-app-1-dev) and 1 created manually (manuallycreated-env). After, I run the "delete application" command:
Deleting application automatic-app
Waiting for environment(s) test-app-1-qa, test-app-1-dev, manuallycreated-env, manuallycreated-env, manuallycreated-2-dev, manuallycreated-env, test-app-1-qa, test-app-1-dev to have any health and have status Terminated
Environment test-app-1-qa is Grey and has status Terminating ... waiting
Environment test-app-1-dev is Grey and has status Terminating ... waiting
Environment manuallycreated-env is Grey and has status Terminating ... waiting
Environment manuallycreated-env is Grey and has status Terminated ... done
Environment manuallycreated-2-dev is Grey and has status Terminated ... done
Environment manuallycreated-env is Grey and has status Terminated ... done
Environment test-app-1-qa is Grey and has status Terminated ... done
Environment test-app-1-dev is Grey and has status Terminated ... done
Environment test-app-1-qa is Grey and has status Terminating ... waiting
Environment test-app-1-dev is Grey and has status Terminating ... waiting
Environment manuallycreated-env is Grey and has status Terminating ... waiting
Environment manuallycreated-env is Grey and has status Terminated ... done
Environment manuallycreated-env is Grey and has status Terminated ... done
Traceback (most recent call last):
File "/usr/local/bin/ebs-deploy", line 81, in <module>
main()
File "/usr/local/bin/ebs-deploy", line 75, in main
exit(command.execute(helper, config, args))
File "/usr/local/lib/python2.7/dist-packages/ebs_deploy/commands/delete_application_command.py", line 25, in execute
helper.wait_for_environments(environment_names, status='Terminated')
File "/usr/local/lib/python2.7/dist-packages/ebs_deploy/__init__.py", line 457, in wait_for_environments
environment_names.remove(env_name)
ValueError: list.remove(x): x not in list
Questions:
In the "Waiting for environment(s)" lines... Why are the names repeated?
The environment manuallycreated-2-dev was a old environment created manually and it was already fully decommissioned (at least in the AWS web console) before running the command. Perhaps that's why the error?
The text was updated successfully, but these errors were encountered:
Hi,
I am created 2 environments using ebs-deploy (est-app-1-qa, test-app-1-dev) and 1 created manually (manuallycreated-env). After, I run the "delete application" command:
Output:
Questions:
The text was updated successfully, but these errors were encountered: