pycharm refactor rename files and class, linux rename tower_ controller_

This commit is contained in:
Seth Foster
2021-04-28 18:13:22 -04:00
parent 2ad84b60b3
commit 44fed1d7c1
93 changed files with 234 additions and 149 deletions

View File

@@ -1,46 +1,131 @@
---
action_groups:
tower:
- tower_credential_input_source
- tower_credential
- tower_credential_type
- tower_group
- tower_host
- tower_inventory
- tower_inventory_source
- tower_job_cancel
- tower_job_launch
- tower_job_list
- tower_job_template
- tower_job_wait
- tower_label
- tower_license
- tower_notification
- tower_organization
- tower_project
- tower_role
- tower_schedule
- tower_settings
- tower_team
- tower_token
- tower_user
- tower_workflow_job_template_node
- tower_workflow_job_template
- tower_workflow_launch
controller:
- credential_input_source
- credential
- credential_type
- group
- host
- inventory
- inventory_source
- job_cancel
- job_launch
- job_list
- job_template
- job_wait
- label
- license
- notification
- organization
- project
- role
- schedule
- settings
- team
- token
- user
- workflow_job_template_node
- workflow_job_template
- workflow_launch
plugin_routing:
inventory:
tower:
redirect: awx.awx.controller
lookup:
tower_api:
redirect: awx.awx.controller_api
tower_schedule_rrule:
redirect: awx.awx.schedule_rrule
modules:
tower_job_list:
redirect: job_list
tower_job_launch:
redirect: job_launch
tower_workflow_job_template:
redirect: workflow_job_template
tower_team:
redirect: team
tower_job_wait:
redirect: job_wait
tower_application:
redirect: application
tower_ad_hoc_command_wait:
redirect: ad_hoc_command_wait
tower_credential:
redirect: credential
tower_label:
redirect: label
tower_group:
redirect: group
tower_host:
redirect: host
tower_schedule:
redirect: schedule
tower_role:
redirect: role
tower_ad_hoc_command:
redirect: ad_hoc_command
tower_execution_environment:
redirect: execution_environment
tower_inventory_source_update:
redirect: inventory_source_update
tower_instance_group:
redirect: instance_group
tower_settings:
redirect: settings
tower_meta:
redirect: meta
tower_export:
redirect: export
tower_ad_hoc_command_cancel:
redirect: ad_hoc_command_cancel
tower_inventory_source:
redirect: inventory_source
tower_user:
redirect: user
tower_workflow_launch:
redirect: workflow_launch
tower_project:
redirect: project
tower_token:
redirect: token
tower_credential_type:
redirect: credential_type
tower_license:
redirect: license
tower_project_update:
redirect: project_update
tower_notification_template:
redirect: notification_template
tower_organization:
redirect: organization
tower_job_template:
redirect: job_template
tower_workflow_job_template_node:
redirect: workflow_job_template_node
tower_job_cancel:
redirect: job_cancel
tower_import:
redirect: import
tower_credential_input_source:
redirect: credential_input_source
tower_inventory:
redirect: inventory
tower_receive:
redirect: receive
deprecation:
removal_date: TBD
warning_text: see plugin documentation for details
tower_send:
redirect: send
deprecation:
removal_date: TBD
warning_text: see plugin documentation for details
tower_workflow_template:
redirect: workflow_template
deprecation:
removal_date: TBD
warning_text: see plugin documentation for details
tower_notification:
redirect: tower_notification_template
redirect: notification_template