mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Update awx_collection to support ReceptorAddress
- Add receptor_address module which allows users to create addresses for instances - Update awx_collection functional and integration tests to support new peering design Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
@@ -930,6 +930,8 @@ class ControllerAPIModule(ControllerModule):
|
||||
item_name = existing_item['id']
|
||||
elif item_type == 'instance':
|
||||
item_name = existing_item['hostname']
|
||||
elif item_type == 'receptor_address':
|
||||
item_name = existing_item['address']
|
||||
else:
|
||||
item_name = existing_item['name']
|
||||
item_id = existing_item['id']
|
||||
|
||||
Reference in New Issue
Block a user