datacenter / acitoolkit

A basic toolkit for accessing the Cisco APIC
Other
347 stars 266 forks source link

Allow FQDNs on report Application GUI #365

Closed edudppaz closed 3 years ago

edudppaz commented 3 years ago

The current "backend" code allows the use of both FQDN and IP Addressess when connecting to APIC, however, due to the IPAddress validator used in the flask form (Forms.py), non-ip addresses are marked as invalid on the GUI.

Normally, APICs should be reachable on both FQDN or IP address so this is not a major showstopper, but i ran into this issue when trying to use the acitoolkit against the Devnet Sandbox (sandboxapicdc.cisco.com) which i guess is behind a Proxy/Load Balancer so it cannot be reached directly over IP.

The proposed merge includes: