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

Create initial tower objects when we start the worker #14283

Merged

Commits on Mar 20, 2017

  1. Configuration menu
    Copy the full SHA
    3484703 View commit details
    Browse the repository at this point in the history
  2. Fix up the initial embedded ansible environment from the EmbeddedAnsi…

    …bleWorker::Runner
    
    This creates a concern around creating and removing objects
    in the embedded ansible instance.
    
    In particular we remove all of the demo data that is initialized
    for us during setup and we create just the objects that we need
    and save the ids to the provider.
    carbonin committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8322c66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9ae577 View commit details
    Browse the repository at this point in the history
  4. Make sure EmbeddedAnsible.alive? == true after setup

    Without this we were we were getting "502 Bad Gateway" errors when
    trying to remove the demo data through API calls to the embedded
    ansible instance.  This was because even though the setup playbook
    finished, the server would take just a bit longer to start to serve
    requests.
    carbonin committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    5d2d5df View commit details
    Browse the repository at this point in the history