Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for problems with the cloud #33

Open
colin-nolan opened this issue May 29, 2017 · 0 comments
Open

Check for problems with the cloud #33

colin-nolan opened this issue May 29, 2017 · 0 comments

Comments

@colin-nolan
Copy link
Contributor

When the cloud isn't completely working, it causes some unusual issues and error messages in Ansible. It's easy to waste a load of time down rabit holes without realising that the cloud isn't quite as fluffy as it should be...

It could be useful if we had something to discover cloud issues. This could be:

  • A status service that runs continuously, which Ansible could check before running and fail with a meaningful error message if a part of the cloud that it will need is down (and to ignore the issue if the run won't use that part of the cloud).
  • A script Ansible runs to ensure the cloud is working.
  • A script that could be ran manually (if the developer remembers) as part of the debugging process.

The first option would be preferable IMO. However, I suspect that it would take quite a lot of work to correctly integrate into our Ansible runs. Whether we should maintain such a service or expect others to provide it is debatable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant