John Westcott IV
cb1ba9e3a4
Fixing zuul issues
2020-09-23 09:03:03 -04:00
John Westcott IV
c5df37777b
Addig tests and updating minor module bugs
2020-09-22 15:22:35 -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
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
Benoit Bayszczak
08c9219f48
rename 'approle_auth_path' to 'default_auth_path' & fix kwargs.get
2020-09-08 10:39:12 +02: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
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
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
300a4510ac
update completness
2020-09-01 15:59:53 -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
John Westcott IV
5f29b4bc18
Fixing typo
2020-09-01 13:17:24 -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
36ab0dd03e
Fixing white spaces
2020-09-01 09:24:36 -04:00
John Westcott IV
574c3b65b2
Converting from string to array
2020-08-31 16:56:42 -04:00
John Westcott IV
5a8bcd357b
Fixing linting issues
2020-08-31 16:56:42 -04:00
John Westcott IV
1bd8f4ad3e
Removing tower_instance_group from completness
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
John Westcott IV
feb9bcff4d
Adding transaction to mock requests
2020-08-28 12:43:33 -04:00
Benoit Bayszczak
e8b54abec4
[credential_plugin/hashivault] edit tests
2020-08-28 17:39:37 +02:00
Benoit Bayszczak
cf5d1a2d03
restore previous tests as we need to keep backward compatibility
...
This reverts commit 7c8e5ace52 .
2020-08-27 11:06:14 +02:00
beeankha
0f3aefe592
Fix pep8 errors, rebase
2020-08-26 19:51:10 -04:00
John Westcott IV
7afd84dc49
Resolving issue in test_completness
2020-08-26 19:50:04 -04: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
2b6e4fe353
Permissions change, spell check, pep8, etc
2020-08-26 10:16:37 -04:00
John Westcott IV
b7b304eb84
Changing how we check modules
...
Options which are not in the API POST and are marked in the module as deprecated are ignored
If an option is not in the API POST but is marked as a list we assume its a relation
2020-08-26 10:16:37 -04:00
John Westcott IV
8f97109ac7
Fixing PY2 compile issues
2020-08-26 10:16:37 -04:00
John Westcott IV
730a9b25ac
Fixing pep8 and other issues
2020-08-26 10:16:37 -04:00
John Westcott IV
a36d942f67
Migrating old test_notification test to test_notification_template
2020-08-26 10:16:37 -04: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
f8290f0ce3
Fixing flake8 and adding more module OKs
2020-08-26 10:16:37 -04:00
John Westcott IV
1ad4c4ab86
Fixing pep8 issues
2020-08-26 10:16:37 -04:00
John Westcott IV
9353e94629
Spell checking
2020-08-26 10:16:37 -04:00
John Westcott IV
85a1233764
Adding read-only endpoint check, fixing typo, adding needs_development check
2020-08-26 10:16:37 -04:00
John Westcott IV
c2cdd8e403
Initial commit of test_completeness
2020-08-26 10:16:37 -04:00
Benoit Bayszczak
7c8e5ace52
fix tests
2020-08-26 11:14:04 +02:00
beeankha
da732a3941
Add unit test, update lookup method to favor ID over name
2020-08-25 14:57:02 -04:00
John Westcott IV
748bdbd2dd
Fix python3 Zuul error with awxkit
2020-08-19 14:12:50 -04:00
John Westcott IV
40f6741474
Adding import/export awx kit features
...
Changed library structure
Origional TowerModule becomes TowerLegacyModule
TowerModule from tower_api becomes TowerAPIModule
A real base TowerModule is created in tower_module.py
A new TowerAWXKitModule is created in tower_awxkit
TowerAWXKitModule and TowerAPIModule are child classes of TowerModule
2020-08-19 14:12:50 -04:00
AlanCoding
750c22a150
Handle not-provided falsy values in tower_inventory_source
2020-07-29 21:55:20 -04:00
beeankha
fe176a4f8c
Match test playbook output to edited module output
2020-07-28 11:50:19 -04:00