Mark send, receive, and workflow_job_template modules as deprecated

Add routing.yml file to mark modules for deprecation and pass sanity tests

Ignore sanity tests for deprecated modules
This commit is contained in:
beeankha
2020-04-14 17:34:36 -04:00
parent 7311ddf722
commit 8926f635df
5 changed files with 36 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
---
plugin_routing:
modules:
tower_receive:
deprecation:
removal_date: TBD
warning_text: see plugin documentation for details
tower_send:
deprecation:
removal_date: TBD
warning_text: see plugin documentation for details
tower_workflow_template:
deprecation:
removal_date: TBD
warning_text: see plugin documentation for details