John Westcott IV
|
24bdbd8c58
|
Fixing issue with lookup plugin not able to load host, user, etc
|
2020-09-16 14:41:04 -04:00 |
|
Alan Rominger
|
3aec1a115d
|
fix wording
|
2020-09-15 22:38:37 -04:00 |
|
Alan Rominger
|
2f1a9a28ea
|
streamline credential test
|
2020-09-15 22:38:37 -04:00 |
|
Alan Rominger
|
362d6a3204
|
Add new option update_secrets to allow lazy or strict updating
|
2020-09-15 22:38:37 -04:00 |
|
Nicolas Payart
|
8e97214309
|
Add option update_password (always, on_create) to tower_user module
|
2020-09-15 22:37:50 -04:00 |
|
softwarefactory-project-zuul[bot]
|
9d66b41e84
|
Merge pull request #7991 from bbayszczak/hashivault_auth_path_in_inputs
hashivault_kv auth_path moved from metadata to inputs
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
https://github.com/jakemcdermott
|
2020-09-14 15:28:07 +00:00 |
|
softwarefactory-project-zuul[bot]
|
4b51c71220
|
Merge pull request #8109 from AlanCoding/hack_null_org
Hack to delete orphaned organizations, consolidate get_one methods
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-09-10 18:15:45 +00:00 |
|
Ryan Petrello
|
af238be377
|
address a few follow-up issues for Org -> Galaxy Credentials support
- add support for managing galaxy creds in the tower organization module
- fix a minor serializer bug
|
2020-09-10 11:00:21 -04:00 |
|
Alan Rominger
|
2e1f5cebb7
|
Further refine error message and update integration tests
Fix test with spaces
pep8 failure
More test tweaks
Even more test fixes
|
2020-09-10 09:49:27 -04:00 |
|
Alan Rominger
|
a73323f3d6
|
Hack to delete orphaned organizations, consolidate get_one methods
minor test update
Updating the message if more than one object is found
Update test to new message
|
2020-09-10 09:00:50 -04:00 |
|
Sean Sullivan
|
470b7aaeea
|
Merge pull request #10 from ansible/devel
Rebase from devel
|
2020-09-09 07:49:37 -05:00 |
|
John Westcott IV
|
570251dc3d
|
Modifying get_item_name to handle a None object
|
2020-09-08 15:28:57 -04:00 |
|
John Westcott IV
|
faa33efdd2
|
Fixing registered name
|
2020-09-08 15:28:37 -04:00 |
|
John Westcott IV
|
09b8f82bbb
|
Fixing test issue and 'modornizing' test
|
2020-09-08 15:28:21 -04:00 |
|
sean-m-sullivan
|
cfdfa911e8
|
update lint
|
2020-09-08 14:00:12 -05:00 |
|
John Westcott IV
|
4c0e288fee
|
Touching up to missing sport of get_one returning multiple params
|
2020-09-08 13:38:44 -04:00 |
|
John Westcott IV
|
c2cfaec7d1
|
Fixing name -> username
|
2020-09-08 11:52:53 -04:00 |
|
John Westcott IV
|
d6f35a71d7
|
Adding allow_unknown option for get_item_name
|
2020-09-08 11:51:47 -04:00 |
|
John Westcott IV
|
6467d34445
|
Touching up tower_inventory_source after rebase
|
2020-09-08 11:36:33 -04:00 |
|
John Westcott IV
|
0a8db586d1
|
Changing how get_one returns
|
2020-09-08 11:10:18 -04:00 |
|
John Westcott IV
|
106157c600
|
get_one now also returns the name field, and modifying modules for get_one and added in some IDs in a handful of unit tests
|
2020-09-08 11:06:01 -04:00 |
|
John Westcott IV
|
4c4d6dad49
|
Adding get_item_name and making static methods
|
2020-09-08 11:03:10 -04:00 |
|
John Westcott IV
|
24ec129235
|
Modifying credential for new get_one
|
2020-09-08 11:03:10 -04:00 |
|
John Westcott IV
|
5042ad3a2b
|
Updating user module for new get_one
|
2020-09-08 11:03:10 -04:00 |
|
John Westcott IV
|
51959b29de
|
Adding name_or_id to get_one to make module more uniform
|
2020-09-08 11:03:10 -04:00 |
|
Benoit Bayszczak
|
08c9219f48
|
rename 'approle_auth_path' to 'default_auth_path' & fix kwargs.get
|
2020-09-08 10:39:12 +02:00 |
|
beeankha
|
c7114b2571
|
Add specific lookup data to error message
|
2020-09-07 11:43:44 -04:00 |
|
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
|
65e0ed8c77
|
Fix linter error
|
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
|
300a4510ac
|
update completness
|
2020-09-01 15:59:53 -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
|
d95d8121f9
|
added to no endpoints for module
|
2020-09-01 15:22:14 -05: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 |
|
John Westcott IV
|
5f29b4bc18
|
Fixing typo
|
2020-09-01 13:17:24 -04:00 |
|
Ryan Petrello
|
059999c7c3
|
update the inventory source module to respect new fields
|
2020-09-01 13:15:07 -04:00 |
|