mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 12:39:22 -02:30
Removed references to tower in InventorySource and Credentials
--- Removed reference to tower in InventorySource and InventoryUpdate model --- Added a migration for above change --- Added new CONTROLLER* variables in awx/main/models/credentials/__init__.py --- Migrated awxkit to new CONTROLLER* variables --- Updated the tests to use new CONTROLLER* variables --- Fix some issues with upgrade path, rename more cases
This commit is contained in:
committed by
Shane McDonald
parent
645f7f6dac
commit
b64c2d6861
@@ -79,7 +79,7 @@ credential_type_name_to_config_kind_map = {
|
||||
'amazon web services': 'aws',
|
||||
'container registry': 'registry',
|
||||
'ansible galaxy/automation hub api token': 'galaxy',
|
||||
'ansible tower': 'tower',
|
||||
'red hat ansible automation platform': 'controller',
|
||||
'google compute engine': 'gce',
|
||||
'insights': 'insights',
|
||||
'openshift or kubernetes api bearer token': 'kubernetes',
|
||||
|
||||
Reference in New Issue
Block a user