Uploaded image for project: 'Ansible Automation Platform RFEs'
  1. Ansible Automation Platform RFEs
  2. AAPRFE-2402

Instance groups not being created after running the installer in AAP 2.5 containerized environment

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • 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

      1. 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.

              dysilva Dylan Silva
              rhn-support-achadha Arvinder Singh Chadha
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: