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

Give embedded ansible enough time to start in containers #17603

Merged
merged 2 commits into from
Jul 5, 2018

Commits on Jun 26, 2018

  1. Add a timeout to docker and container Embedded Ansible startup

    Previously we would wait forever. That's never good.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1576744
    carbonin committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    2a766b2 View commit details
    Browse the repository at this point in the history
  2. Remove the health checks from ContainerEmbeddedAnsible

    We already do health checks from the EmbeddedAnsibleWorker
    so we don't really need OpenShift to do more, especially if they
    have small built-in timeouts.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1576744
    carbonin committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    572f295 View commit details
    Browse the repository at this point in the history