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

[RFE] consider implicit hosts for automation analytics calculation.

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • 2.4
    • automation-analytics
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      Currently, AAP does not consider the implicit hosts, the hosts which are not part of the direct inventory but managed at the playbook level. This causes incorrect calculations on the portal:

      Example:

      Run below-mentioned playbook using inventory with no hosts:

      ~~~


       - name: insights
         hosts: localhost
         tasks:
                  - name: task on localhost
                    command: echo "this is getting executed on localhost"

                  - name: delegate task to some other node
                    shell: date;touch /tmp/analytics.test
                    delegate_to: ah.shadowman.com

      ~~~

      Execution results: PFA

       

      Actual Results:

      Automation Analytics has no info about 'ah.shadowman.com' client.

       

      Expected Results:

      Automation Analytics should either consider 'PLAY RECAP' or some other way to capture all hosts.

              rhn-support-ebock Emily Bock
              rhn-support-ahuchcha Amar Huchchanavar
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: