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
Now ideally, it should have released all the resources. However, when I generate the config again using the same command, I get the following error
TASK [Fail if environment name exists] *****************************************
skipping: [localhost]
TASK [debug] *******************************************************************
ok: [localhost] => {
"msg": {
"ansible_facts": {
"available_env_guestips_count": "",
"available_env_pods_count": "",
"available_env_pubips_count": "",
"env_retmsg": "WARNING !! There are currently not enough environments in the DB to create this environment right now.",
"env_return": "warning"
},
"changed": false
}
}
Could it be that the DB is not being updated?
The text was updated successfully, but these errors were encountered:
It turns out that def_env_db_user and def_env_db_password are the credentials for the mysql and not the SSH details of the host as I had previously assumed. I have moved them to the same section in the all.sample in PR #25
Hi,
I'm creating an environment by using the following command
it fails to deploy for some reason so I clean it up by doing
Now ideally, it should have released all the resources. However, when I generate the config again using the same command, I get the following error
Could it be that the DB is not being updated?
The text was updated successfully, but these errors were encountered: