Skip to content
New issue

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

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

Already on GitHub? # to your account

Return of AnsibleTower workflows and job-templates should include inventory and description #191

Closed
bherrin3 opened this issue Feb 17, 2023 · 1 comment · Fixed by #192
Closed
Assignees

Comments

@bherrin3
Copy link
Contributor

Problem

  • There are now MANY inventories that exist for users to deploy and the default inventory may not be the correct location to deploy (they may want to override run-time)
  • By default, the description of the workflow / job-template (which is in the API) is not passed back to the user when requesting information about a workflow / job-template

Solution

  • Add both of these as a return to the following
(broker) ➜  broker git:(master) ✗ broker providers AnsibleTower --workflow deploy-base-rhel
[INFO 230217 10:48:36] Querying provider AnsibleTower
[INFO 230217 10:48:36] Using token authentication
[INFO 230217 10:48:40] Accepted additional nick fields:
    deploy_scenario: baserhel
    deploy_rhel_version: ''
    host_type: host 
(broker) ➜  broker git:(master) ✗ broker providers AnsibleTower --job-template satlab-tower-set-swap
[INFO 230217 10:49:57] Querying provider AnsibleTower
[INFO 230217 10:49:57] Using token authentication
[INFO 230217 10:49:58] Accepted additional nick fields:
    set_swap_default: 4096
    target_host: ''
@ogajduse
Copy link
Member

Just FTR, broker is still not able to choose the instance of AnsibleTower to get the WF/JT details from. See #127

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants