Commit Graph

388 Commits

Author SHA1 Message Date
beeankha a0b8f6a25d Make org an optional parameter for both inv source and inv source update modules 2020-09-04 18:56:58 -04:00
beeankha 4133ec974b Follow same pattern as project update module, add task to integration test 2020-09-04 13:05:34 -04:00
beeankha 7764f1c1a5 Fix inv source org lookup, adjust unit tests (since org is now required for inv source module), update README, edit typos in test-related README 2020-09-04 10:19:56 -04:00
beeankha b78dea3e4b Add wait ability to the module 2020-09-04 10:19:56 -04:00
beeankha 1ce5d7d539 Add ability to look up inventory sources by org name/ID 2020-09-04 10:19:56 -04:00
beeankha 72dbd10c2a Initial commit for new inventory sync module 2020-09-04 10:19:56 -04:00
softwarefactory-project-zuul[bot] 77b1afe6fd Merge pull request #7873 from sean-m-sullivan/project_update
Project update

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-02 15:39:23 +00:00
sean-m-sullivan 5478c5f2fb linting 2020-09-02 08:30:09 -05:00
sean-m-sullivan e2bf3a0287 update to use isdigit and updated tests 2020-09-02 07:19:11 -05:00
sean-m-sullivan a17eedd9fe update to not use organizations 2020-09-01 23:08:15 -05:00
sean-m-sullivan d05c7d6cc5 update to use organizations 2020-09-01 22:54:08 -05:00
sean-m-sullivan 6200467629 add label to workflow templates 2020-09-01 18:58:39 -05:00
sean-m-sullivan 532447ed40 update to tower module 2020-09-01 16:43:58 -05:00
sean-m-sullivan d269a6d233 update 2020-09-01 15:59:04 -05:00
softwarefactory-project-zuul[bot] fcd1169093 Merge pull request #8043 from john-westcott-iv/instance_groups_module
Adding tower_instance_group module

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-09-01 20:26:44 +00:00
sean-m-sullivan 5d4413041e update to wait 2020-09-01 14:59:16 -05:00
Sean Sullivan 8e317cabc0 Merge pull request #5 from ansible/devel
Rebase from devel
2020-09-01 14:42:23 -05:00
softwarefactory-project-zuul[bot] 30616c1fce Merge pull request #8022 from sean-m-sullivan/wait_function
Add wait function and update collection modules

Reviewed-by: Bianca Henderson <beeankha@gmail.com>
             https://github.com/beeankha
2020-09-01 19:13:12 +00:00
Ryan Petrello 059999c7c3 update the inventory source module to respect new fields 2020-09-01 13:15:07 -04:00
Chris Meyers a8a47f314e remove source_regions 2020-09-01 12:50:56 -04:00
Chris Meyers f32716a0f1 remove instance_filter 2020-09-01 12:50:56 -04:00
Chris Meyers 7278e7c025 remove group_by from inventory source
* Does not remove group_by testing
2020-09-01 12:50:56 -04:00
John Westcott IV d01f2d6caf Converting policy_instance_list from dict to list 2020-09-01 11:02:39 -04:00
John Westcott IV 5a8bcd357b Fixing linting issues 2020-08-31 16:56:42 -04:00
John Westcott IV 9e29dd08fb Adding tower_instance_group module 2020-08-31 16:56:42 -04:00
sean-m-sullivan cd45cfec30 updated doc and pep8 2020-08-31 15:53:54 -05:00
sean-m-sullivan d9d454d435 Merge branch 'wait_function' of github.com:sean-m-sullivan/awx into wait_function 2020-08-31 15:24:40 -05:00
sean-m-sullivan 0bc927820b updated legacy messages 2020-08-31 15:24:32 -05:00
Sean Sullivan d0ab307787 Merge pull request #4 from ansible/devel
Rebase from Dev
2020-08-31 13:45:49 -05:00
sean-m-sullivan fd77a8aca5 updated output 2020-08-28 08:22:44 -05:00
sean-m-sullivan 007b0d841e updated parameters and errors 2020-08-28 07:19:39 -05:00
sean-m-sullivan 49e2a3fa5a update documentation 2020-08-26 23:44:31 -05:00
sean-m-sullivan 0c18587851 update to use time function 2020-08-26 23:30:18 -05:00
John Westcott IV 2690fcec31 Adding insights credential to tower_inventory
Fixed a spacing issue in documentation

Enhanced integration test to include a block to ensure cleanup of assets
2020-08-26 19:50:04 -04:00
softwarefactory-project-zuul[bot] 1514a5ac23 Merge pull request #7963 from john-westcott-iv/tools
Collections Completeness Tests

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-08-26 19:34:52 +00:00
John Westcott IV b1ffbf1e39 Change module from tower_notification to tower_notification_template 2020-08-26 10:16:37 -04:00
John Westcott IV 41ca20dc99 Changing scm_credential to credential to match API 2020-08-26 10:16:37 -04:00
John Westcott IV 3b6152a380 Changing job_timeout to an aliase of timeout to match the API 2020-08-26 10:16:37 -04:00
sean-m-sullivan bed3a9ee41 added id lookup 2020-08-26 08:11:51 -05:00
Benoit Bayszczak d49a61b63e add missing creds types to tower_credential module
Add the following native credentials types to the tower_credential module
 - 'satellite': 'Red Hat Satellite 6' # renaming of satellite6
 - 'aim': 'CyberArk AIM Central Credential Provider Lookup'
 - 'conjur': 'CyberArk Conjur Secret Lookup'
 - 'hashivault_kv': 'HashiCorp Vault Secret Lookup'
 - 'hashivault_ssh': 'HashiCorp Vault Signed SSH'
 - 'azure_kv': 'Microsoft Azure Key Vault'
 - 'kubernetes_bearer_token': 'OpenShift or Kubernetes API Bearer Token'
 - 'github_token': 'GitHub Personal Access Token'
 - 'gitlab_token': 'GitLab Personal Access Token'
2020-08-25 17:24:17 +02:00
beeankha 54317236f3 Fix pep8 error, remove redundant var assignment 2020-08-24 17:13:22 -04:00
beeankha e9d66df77a Initial commit for tower_role name vs id lookup bug fix 2020-08-24 17:13:21 -04:00
sean-m-sullivan 3794f095cf update to tower_project_update 2020-08-22 13:43:14 -05:00
Sean Sullivan d6815e5114 Removed reference to sync
Updated references to sync in favour of update.
2020-08-20 10:30:43 -05:00
John Westcott IV 2c8c1ff595 Fixing sanity error 2020-08-19 14:14:49 -04:00
John Westcott IV a2eab45d61 Trying to gobble up logs incase there are errors 2020-08-19 14:12:50 -04:00
John Westcott IV c2e0c0655b Fixing validate-module errors 2020-08-19 14:12:50 -04:00
John Westcott IV 8688740e93 Fixing ansible pep8 issues 2020-08-19 14:12:50 -04:00
John Westcott IV 3fe61cfa4f Fixing linting issues 2020-08-19 14:12:50 -04:00
John Westcott IV 5107f164a2 Expanding examples 2020-08-19 14:12:50 -04:00