-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
2.5
-
False
-
-
False
-
Moderate
Description
After adding the instance group variable in the inventory file and running the installer in AAP 2.5 containerized environment, it does not creates the instance group after the installer completes.
Steps to Reproduce
- In the inventory file add the of AAP 2.5 containerized environment, add the variable to create instance group as below:
Content of inventory file
[automationcontroller]
Controller.example.com
[automationgateway]
gateway.example.com
[database]
database.example.com
[automationhub]
hub.example.com
[automationeda]
eda.example.com
[execution_nodes]
executionnode.example.com receptor_type='execution'
[instance_group_production]
executionnode.example.com
[instance_group_development]
[..]
2. Run the installer again and check if the instance group is created
ansible-playbook -i inventory ansible.containerized_installer.install
Actual Behavior
Instance group is not created after adding the instance group variable in inventory and running the installer.
Expected Behavior
Instance group should be created after adding the instance group variable in inventory and running the installer.
Additional Context
As per the content in the inventory file, the installer should create one instance group with the same "production" and have the executionnode.example.com under it, and another instance group "development" which should be empty.
We are able to pre-create instance groups manually but even after running the installer, nodes are not placed in the instance groups.