RedHatGov / product-demos

GNU General Public License v3.0
31 stars 21 forks source link

Add network report job template #44

Closed nleiva closed 2 years ago

nleiva commented 2 years ago

The goal is to update the network report activity to gather network resource information from DevNet devices and build a report sean style.

As of now, everything seems to work. Though, I'm using /var/www/html and index.html as the report filename to conveniently display the report in the node1 web tab of the portal (see image).

- hosts: "{{ HOSTS }}"
  become: yes
  vars:
    report_server: node1
    #web_path: /var/www/html/reports/
    web_path: /var/www/html

image

The report creation could fail in the future if network resource modules make changes to the data structures or each device model deviate too much from each other.

willtome commented 2 years ago

This is fantastic! Great report and thank you very much for the contribution.