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

Update catalog item for playbooks #14073

Merged
merged 7 commits into from
Mar 16, 2017

Commits on Mar 15, 2017

  1. Update catalog item for ServiceTemplateAnsiblePlaybook

    1. created the update_catalog_item method
    2. Queues a job to update the existing job template and run a refresh (async)
    3. Calls ServiceTemplate#update_catalog_item to handle updating the resource actions etc.
    4. If a new dialog name is passed in a new dialog is created.
    5. If the id of the existing dialog is passed in, no changes are made to that dialog
    
    https://www.pivotaltracker.com/story/show/139020599
    syncrou committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    870717e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa194e View commit details
    Browse the repository at this point in the history
  3. Consolidate update_in_provider_queue

    create_in_provider_queue now handles both the create and update queuing
    
    https://www.pivotaltracker.com/story/show/139020599
    syncrou committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    1762ad0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae34ebf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2da6b9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad3a676 View commit details
    Browse the repository at this point in the history
  7. Validate an action includes playbook_id

    There are cases where the :retirement key of the config
    will not include a playbook_id
    
    In these cases we need to skip creation of a job template as a
    playbook id is a requirement
    
    https://www.pivotaltracker.com/story/show/139020599
    syncrou committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    078c178 View commit details
    Browse the repository at this point in the history