Deprecate tower modules (#13210)

* first deprecation pass, need to confirm date or version

* remove doc block updates as not needed, update runtime and remove symlinks

* add line to readme as notable release

* update version before release
This commit is contained in:
Jake Jackson
2023-01-23 13:44:26 -05:00
committed by GitHub
parent 1e33bc4020
commit ebea78943d
43 changed files with 127 additions and 41 deletions
@@ -1 +0,0 @@
ad_hoc_command.py
@@ -1 +0,0 @@
ad_hoc_command_cancel.py
@@ -1 +0,0 @@
ad_hoc_command_wait.py
@@ -1 +0,0 @@
application.py
@@ -1 +0,0 @@
controller_meta.py
@@ -1 +0,0 @@
credential.py
@@ -1 +0,0 @@
credential_input_source.py
@@ -1 +0,0 @@
credential_type.py
@@ -1 +0,0 @@
execution_environment.py
@@ -1 +0,0 @@
export.py
@@ -1 +0,0 @@
group.py
@@ -1 +0,0 @@
host.py
@@ -1 +0,0 @@
import.py
@@ -1 +0,0 @@
instance_group.py
@@ -1 +0,0 @@
inventory.py
@@ -1 +0,0 @@
inventory_source.py
@@ -1 +0,0 @@
inventory_source_update.py
@@ -1 +0,0 @@
job_cancel.py
@@ -1 +0,0 @@
job_launch.py
@@ -1 +0,0 @@
job_list.py
@@ -1 +0,0 @@
job_template.py
@@ -1 +0,0 @@
job_wait.py
@@ -1 +0,0 @@
label.py
@@ -1 +0,0 @@
license.py
@@ -1 +0,0 @@
notification_template.py
@@ -1 +0,0 @@
organization.py
@@ -1 +0,0 @@
project.py
@@ -1 +0,0 @@
project_update.py
@@ -1 +0,0 @@
role.py
@@ -1 +0,0 @@
schedule.py
@@ -1 +0,0 @@
settings.py
@@ -1 +0,0 @@
team.py
@@ -1 +0,0 @@
token.py
@@ -1 +0,0 @@
user.py
@@ -1 +0,0 @@
workflow_approval.py
@@ -1 +0,0 @@
workflow_job_template.py
@@ -1 +0,0 @@
workflow_job_template_node.py
@@ -1 +0,0 @@
workflow_launch.py
@@ -1 +0,0 @@
workflow_node_wait.py
@@ -19,7 +19,6 @@ author: "John Westcott IV (@john-westcott-iv)"
short_description: create, update, or destroy Automation Platform Controller workflow job templates.
description:
- Create, update, or destroy Automation Platform Controller workflow job templates.
- Replaces the deprecated tower_workflow_template module.
- Use workflow_job_template_node after this, or use the workflow_nodes parameter to build the workflow's graph
options:
name:
@@ -20,7 +20,6 @@ short_description: create, update, or destroy Automation Platform Controller wor
description:
- Create, update, or destroy Automation Platform Controller workflow job template nodes.
- Use this to build a graph for a workflow, which dictates what the workflow runs.
- Replaces the deprecated tower_workflow_template module schema command.
- You can create nodes first, and link them afterwards, and not worry about ordering.
For failsafe referencing of a node, specify identifier, WFJT, and organization.
With those specified, you can choose to modify or not modify any other parameter.