Seth Foster
a9013c43fa
fix pylint 2.9 errors in awx collection
2021-06-30 14:28:35 -04:00
Alan Rominger
b8f5dda6da
Fix ansible-test pep8 bug and add notable release
2021-06-28 22:37:10 -04:00
Seth Foster
5da02690c1
Fix copy_from warning message
...
- warn() does not take keyword 'msg'
- add testing around the copy_from parameter for project creation
2021-06-26 01:28:02 -04:00
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
Christian M. Adams
06b04007a0
Rename managed_by_tower to managed
2021-06-22 10:49:36 -04:00
Bill Nottingham
1e68519c99
Remove insights_credential from inventory
2021-06-22 10:49:33 -04:00
sean-m-ssullivan
214c27a5cf
add job data to filed wait jobs
2021-06-11 09:45:28 -04:00
Shane McDonald
f882ac420d
Fix tests
2021-06-09 13:48:23 -04:00
Seth Foster
4bd910493a
sanity tests
2021-06-08 14:33:28 -04:00
Seth Foster
ee8c1638c5
remove deprecated modules
2021-06-08 14:33:26 -04:00
Seth Foster
7d06fc74dd
tower_username to controller_username, etc
2021-06-08 14:33:25 -04:00
Seth Foster
39b26c8f0e
Added env variable CONTROLLER_HOST, et al. Add awx.awx namespace to the runtime.yml redirects, and added templating task to change to ansible.controller
2021-06-08 14:33:24 -04:00
Seth Foster
82c5803e59
mostly includes renaming non-syntax references to tower
2021-06-08 14:33:24 -04:00
Seth Foster
ef56571772
controller_meta, templating
2021-06-08 14:33:23 -04:00
Seth Foster
6911a59f39
fix unit tests
2021-06-08 14:33:23 -04:00
Seth Foster
7a63785255
more rename, mostly in test
2021-06-08 14:33:23 -04:00
Seth Foster
44fed1d7c1
pycharm refactor rename files and class, linux rename tower_ controller_
2021-06-08 14:33:22 -04:00
Jim Ladd
7e1814e234
mock has_unpartitioned_events in collection tests
...
.. just like we do with the main awx tests
2021-06-04 09:17:08 -07:00
softwarefactory-project-zuul[bot]
0bdd873bd3
Merge pull request #9896 from sean-m-sullivan/approval_node
...
Add workflow approval and node wait modules
SUMMARY
Please see #9878 this is a clean PR after redoing my fork.
Add a module to find a workflow approval node and approve or deny it, based on Issue #8013 .
Add a module to wait for a specific workflow node to complete and return information on it.
Both of these are based on tests I have been creating for testing workflows.
Scenario
Launch workflow
Wait for A node in the workflow to finish, compare output to expected output.
If it matches, approve the approval node, otherwise deny the approval node.
Workflow completes.
Even used in concert I've added the wait feature to both of these so a user can wait on either to appear.
This does require a workflow to use unique names on the job nodes they are waiting on, As the job # is created on the fly, it would be difficult for user to specify, A future update could explore searching for a specific identifier among a workflow template and then finding that job created by that identifier.
Currently without the modules this depends on generous use of the uri module, with until and retry coupled together.
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
awx-collection
AWX VERSION
19.0.0
Reviewed-by: Bianca Henderson <beeankha@gmail.com >
2021-04-24 22:52:50 +00:00
sean-m-ssullivan
ec312358e2
fix completeness
2021-04-23 11:57:24 -05:00
sean-m-ssullivan
ce1f3009f9
add tower workflow schema update
2021-04-22 13:39:33 -05:00
Alan Rominger
38352063e8
Remove custom inventory script API
2021-04-22 08:36:46 -04:00
Seth Foster
89e28d6d4a
fix awx_collections tests by comparing Decimal to float, instead of comparing strings
2021-04-08 13:38:35 -04:00
softwarefactory-project-zuul[bot]
c16079e5f8
Merge pull request #9741 from shanemcd/fix-project-inventories
...
Fix inventories-from-projects when running in Kubernetes
Related: #9704
Will also require a new release of the operator which will contain ansible/awx-operator#155
Reviewed-by: Elijah DeLee <kdelee@redhat.com >
Reviewed-by: Chris Meyers <None>
Reviewed-by: Bianca Henderson <beeankha@gmail.com >
2021-03-30 14:48:48 +00:00
beeankha
b1119d2972
Fix format specification linting erros
2021-03-29 16:11:06 -04:00
Shane McDonald
b73759e380
Fix collection test
2021-03-29 15:03:28 -04:00
beeankha
b681d1078f
Update unit test to pull in product names that are no longer hardcoded
2021-03-26 16:17:14 -04:00
John Westcott IV
75a99bb1d5
Fixing version check
2021-03-25 10:56:34 -04:00
John Westcott IV
aa9906ebae
Fixing issues
2021-03-25 10:39:03 -04:00
John Westcott IV
bb43ecb0b5
Splitting out AWX and Tower versions
2021-03-25 10:39:03 -04:00
beeankha
e2b290ff99
Use distutils instead of semver, add/update unit tests
2021-03-25 10:39:03 -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
beeankha
586019fe8f
Fix linting errors in credential input source test file
2021-03-18 15:18:57 -04:00
surbhijain1502
f062554e82
To test Centrify Vault Credential Source
2021-03-17 10:19:03 -04:00
softwarefactory-project-zuul[bot]
de52adedef
Merge pull request #9584 from shanemcd/explicit-is_container_group
...
Explicit db field for is_container_group
Reviewed-by: Jake McDermott <yo@jakemcdermott.me >
Reviewed-by: Ryan Petrello <None>
2021-03-15 18:57:01 +00:00
Shane McDonald
876d4316e1
Fix collection tests
2021-03-15 14:14:03 -04:00
Sean Sullivan
0f04851ab7
Merge branch 'devel' into copy_awx_collection
2021-03-12 15:26:59 -06:00
Nikhil Jain
2aa30226f4
removing some invalid chars
2021-03-11 20:07:31 +05:30
Nikhil Jain
53da8e0775
removing some invalid chars
2021-03-11 19:50:11 +05:30
Nikhil Jain
8e53453737
remove the extra result in test
2021-03-11 19:35:53 +05:30
Nikhil Jain
80023017a2
fix the tower_user module to update the fields properly
2021-03-11 19:14:50 +05:30
sean-m-ssullivan
295e40002e
update
2021-03-08 10:18:34 -06:00
Ryan Petrello
4c60999161
remove custom_virtualenv support from the AWX collection and docs
2021-03-05 15:38:46 -05:00
Shane McDonald
ee1d322336
WIP: Module for EEs
2021-03-03 18:52:54 -05:00
sean-m-sullivan
115726ed83
fix completness
2021-02-21 23:29:30 -06:00
sean-m-sullivan
ed8b4a3c70
Merge branch 'fix-awx_collection-docs' of github.com:sean-m-sullivan/awx into fix-awx_collection-docs
2021-02-10 15:45:38 -06:00
sean-m-sullivan
d4f86e8999
update test
2021-02-10 15:45:17 -06:00
sean-m-sullivan
9d359a080b
updating completeness parameters
2021-02-04 11:33:49 -06:00
softwarefactory-project-zuul[bot]
7d432e484c
Merge pull request #9205 from beeankha/fix_pylint_error
...
Fix Pylint Error
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-02-02 19:19:46 +00:00
beeankha
3ad9aa902d
Fix pylint throwaway variable error
2021-02-02 08:56:42 -05:00