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

Expose plugin ansible content consolidation as a rake task #17407

Merged
merged 4 commits into from
May 21, 2018

Commits on May 14, 2018

  1. Move seeding the local playbook repo to ApplianceEmbeddedAnsible

    This only applies to the appliance version of embedded ansible
    so it makes more sense for the logic to live here rather than
    in the worker which should only be responsible for creating the
    repo in the provider.
    
    https://www.pivotaltracker.com/story/show/157313841
    carbonin committed May 14, 2018
    Configuration menu
    Copy the full SHA
    8c32282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e090f5 View commit details
    Browse the repository at this point in the history
  3. Create a rake task for writing plugin ansible content to a directory

    This task will be used to create an rpm for providing plugin
    ansible content to the embedded ansible container image
    
    https://www.pivotaltracker.com/story/show/157313841
    carbonin committed May 14, 2018
    Configuration menu
    Copy the full SHA
    9b6fe1e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Don't fail if the EmbeddedAnsible instance can't create the playbook …

    …repo
    
    This is currently the case for DockerEmbeddedAnsible and ContainerEmbeddedAnsible
    so this will allow those cases to continue without the default project
    carbonin committed May 17, 2018
    Configuration menu
    Copy the full SHA
    f8568b9 View commit details
    Browse the repository at this point in the history