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
sean-m-ssullivan
9d500e89f5
update test logic
2021-04-06 13:48:05 -05:00
sean-m-ssullivan
f9d2db696b
add instance groups
2021-04-03 14:00:56 -05:00
sean-m-ssullivan
fce544bb73
add test logic
2021-03-29 22:14:06 -05:00
beeankha
b681d1078f
Update unit test to pull in product names that are no longer hardcoded
2021-03-26 16:17:14 -04:00
beeankha
f38c9e7478
Update manual project Collection integration test to be compatible with EEs
2021-03-26 15:35:52 -04:00
beeankha
81024f8dfe
Remove/modify usage of tower-cli in Collections tests
2021-03-26 11:46:08 -04:00
Ryan Petrello
5d210a1063
remove unnecessary references to bwrap, bubblewrap, and proot
2021-03-24 21:20:08 -04:00
Ryan Petrello
9d9b7a226d
fix busted pep8 collection tests
...
see: https://github.com/psf/black/issues/1841
2021-03-24 17:28:04 -04:00
Sean Sullivan
0f04851ab7
Merge branch 'devel' into copy_awx_collection
2021-03-12 15:26:59 -06:00
Nikhil Jain
0ee49dae76
fix tower collection integration test race condition
2021-03-12 14:57:52 +05:30
sean-m-ssullivan
857a5718e5
update logic
2021-03-09 18:40:15 -06:00
sean-m-ssullivan
55855e9e63
fix lint and update test
2021-03-08 21:56:16 -06:00
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
sean-m-ssullivan
c4d8d5ee9e
Merge branch 'copy_awx_collection' of github.com:sean-m-sullivan/awx into copy_awx_collection
2021-03-03 12:20:53 -06:00
sean-m-ssullivan
6d88a81cbd
update logic
2021-03-03 12:20:13 -06:00
Sean Sullivan
56d6479cd8
Merge pull request #48 from ansible/devel
...
Rebase
2021-03-03 09:56:54 -06:00
beeankha
3153587c90
Clean up Collections test playbooks
2021-03-03 09:44:35 -05:00
Sean Sullivan
e05db68bde
Reverted tower credential test
...
Reverted tower credential test
2021-03-02 13:00:08 -06:00
sean-m-sullivan
57f4db25d2
linting
2021-02-21 23:51:21 -06:00
sean-m-sullivan
115726ed83
fix completness
2021-02-21 23:29:30 -06:00
sean-m-sullivan
9a7dd38cbb
add copy to modules
2021-02-21 19:49:14 -06:00
sean-m-sullivan
62d91365a7
add test for ad hoc no module arg
2021-02-15 12:23:18 -06:00
sean-m-sullivan
f35c16e4f0
update
2021-02-03 18:47:32 -06:00
Sean Sullivan
226a689f7b
Merge pull request #36 from ansible/devel
...
Rebase
2021-02-03 18:40:12 -06:00
softwarefactory-project-zuul[bot]
cc9ee550d9
Merge pull request #9185 from sean-m-sullivan/add_orgs_job_launch
...
Add orgs job launch
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
https://github.com/beeankha
2021-02-02 16:05:42 +00:00
sean-m-sullivan
c40ca718d0
add org to job launch
2021-01-28 08:31:52 -06:00
Sean Sullivan
0e9f7f37e0
Delete test file
...
Delete test file
2021-01-18 12:21:25 -06:00
Sean Sullivan
e8ea6bc946
Delete test file
...
Delete test file
2021-01-18 12:20:27 -06:00
sean-m-sullivan
1042c1cc28
add logic for survey
2021-01-17 10:32:07 -06:00
sean-m-sullivan
bbed8ec704
add update to tower project
2020-11-25 09:36:03 -06:00
Ryan Petrello
4d8176e6af
Merge remote-tracking branch 'downstream' into downstream
2020-11-11 13:30:21 -05:00
beeankha
400c55faaa
Remove Cloudforms as a credential type from collections
2020-11-10 15:49:55 -05:00
Sean Sullivan
0fd0f0c1bd
Merge pull request #21 from ansible/devel
...
Rebase
2020-11-10 08:13:52 -06:00
softwarefactory-project-zuul[bot]
52d178bbe4
Merge pull request #8489 from sean-m-sullivan/workflow_node_logic
...
Update Logic for workflow node creation/deletion
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-10-29 18:36:40 +00:00
sean-m-sullivan
beb329c31e
update logic for node creation
2020-10-29 09:52:13 -05: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
softwarefactory-project-zuul[bot]
447bc4b4da
Merge pull request #8364 from sean-m-sullivan/workflow_approval
...
Workflow approval
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
https://github.com/beeankha
2020-10-21 15:08:01 +00:00
Anton Nesterov
130f6300c5
Fix missing alias in argument_spec and add tests for it
2020-10-20 21:15:28 +02:00
Anton Nesterov
8a09731a52
Rename inventory_source param to name
...
* fixes #8347
* Rename inventory_source to name in the tower_inventory_source_update
* Allow to specify both name or id for `name` and `inventory` params
2020-10-17 17:33:53 +02:00
sean-m-sullivan
4151361420
linting
2020-10-17 01:13:50 -05:00
sean-m-sullivan
c0e1ac266c
add tests
2020-10-17 01:00:14 -05:00
sean-m-sullivan
82bb8033ec
update to approval role
2020-10-16 13:27:28 -05:00
sean-m-sullivan
3b903a7459
fix typo
2020-10-13 18:41:52 -05:00
sean-m-sullivan
51eb4e6d6b
update to auto_exit, add tests, add mutual exclusive parameters
2020-10-13 18:17:22 -05:00
sean-m-sullivan
e16a910062
updated workflow task name
2020-10-13 14:24:56 -05:00
sean-m-sullivan
6b27ee6a3c
updated workflow name
2020-10-13 14:24:22 -05:00