Alan Rominger
4a85983eb7
Symlink modules for 2.9 compat ( #5103 )
...
* Symlink modules for 2.9 compat
* Avoid symlinks in completeness tests
2021-06-22 10:49:40 -04:00
Seth Foster
44fed1d7c1
pycharm refactor rename files and class, linux rename tower_ controller_
2021-06-08 14:33:22 -04:00
Ryan Petrello
c2ef0a6500
move code linting to a stricter pep8-esque auto-formatting tool, black
2021-03-23 09:39:58 -04:00
Donald Picard
8f66cfa2c0
related #8344 add support for wait of project_updates jobs, inventory_update, and workflow_job.
...
Signed-off-by: Donald Picard <donald.picard@sogeti.com>
2020-10-22 09:05:02 -04:00
sean-m-sullivan
cd45cfec30
updated doc and pep8
2020-08-31 15:53:54 -05:00
sean-m-sullivan
0bc927820b
updated legacy messages
2020-08-31 15:24:32 -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
0c18587851
update to use time function
2020-08-26 23:30:18 -05: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
86f1ba984a
Comply with updated Ansible sanity test rules
2020-06-03 08:44:11 -04:00
John Westcott IV
c61e875bf8
Moving tower_oauthtoken into a doc fragement
2020-05-21 13:44:29 -04:00
AlanCoding
b90a296d41
Document and align the env var for OAuth token
2020-04-07 10:00:02 -04:00
AlanCoding
da661e45ae
Remove unnecessary module parameters
...
remove cases of required=False, the default
remove str type specifier which, the default
remove supports check mode, not changeable
2020-04-06 22:08:41 -04:00
beeankha
230949c43c
Fix timeout error
2020-03-27 15:44:23 -04:00
beeankha
2e8f9185ab
Fix default value errors for cases of None for min/max_interval
2020-03-27 15:05:23 -04:00
beeankha
6d6322ae4d
Update integration tests, update tower_wait module
2020-03-27 15:05:23 -04:00
John Westcott IV
914ea54925
Make module prefer interval (if set) over min/max
...
Fix linting issues for True vs true
Fix up unit test related errors
2020-03-27 15:05:23 -04:00
John Westcott IV
e03911d378
Depricate min and max interval in favor of interval
2020-03-27 15:05:23 -04:00
John Westcott IV
61287f6b36
Removing old unneeded output and fixing comments
2020-03-27 15:05:23 -04:00
John Westcott IV
f6bfdef34d
Removed old secho comment from Tower-CLI
...
Fixed job name for tests
2020-03-27 15:05:23 -04:00
John Westcott IV
7494ba7b9c
Initial cut at tower_job_wait conversion
2020-03-27 15:05:23 -04:00
Alan Rominger
2e4e687d69
Optional tower cli ( #3 )
...
* Allow running tests without tower_cli
* patch up test mutability
* Fix test import error, warning mock
* flake8 error
Update documentation for non-converted modules
2020-02-26 09:26:22 -05:00
softwarefactory-project-zuul[bot]
9701ac1804
Merge pull request #5329 from AlanCoding/rm_another_ignore
...
Run and fix all sanity tests
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-14 21:25:44 +00:00
AlanCoding
1402a2c8a5
Run and fix all sanity tests
2019-11-14 14:45:16 -05:00
softwarefactory-project-zuul[bot]
6567ad612c
Merge pull request #5170 from AlanCoding/py2_fix2
...
Fix multibyte character handling issue for tower_job_wait #55585
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-11-14 19:33:50 +00:00
AlanCoding
5095816762
In tower_job_wait intentionally fail module for failure
2019-10-31 12:41:53 -04:00
Hideki Saito
cb354c2ef1
Fix multibyte character handling issue for tower_job_wait #55585
...
Add multibyte hostname handling test as an integration test
Signed-off-by: Hideki Saito <saito@fgrep.org>
2019-10-30 14:11:49 -04:00
AlanCoding
c103a813bf
declare types in Ansible Tower module options
2019-10-29 11:24:16 -04:00
AlanCoding
7dd8e35e8c
Use namespaced doc fragment, cleanup
...
doc fragment will now be at awx.awx.auth
changed from just tower, which source from core
remove Makefile things no longer needed
2019-09-27 23:09:39 -04:00
AlanCoding
98619c5e23
rename awx modules folder to collection
2019-09-27 14:29:04 -04:00