As a result of an audit (see parent task) I've noticed some discrepancies for some IPs in Netbox and their role and usage.
As reported in [1] IPs that are VIPs and have role VIP in Netbox should have /32 or /128 netmasks (IPv4/6 respectively) and not the netmask of their parent prefix (Netbox default).
But for some hosts there are IPs marked as VIP that have a different netmask.
If trying to run the PuppetDB import script on the hosts where those IPs are allocated, brings various warnings.
The affected hosts are:
cloudgw1002 cloudgw2002-dev
And the related affected IPs are:
185.15.56.237/30 185.15.56.244/29 185.15.57.9/30 208.80.153.190/29
I think they should be converted all to be /32 both on Netbox and on the instances. This will also let the automation know that they are proper VIPs and will prevent it to attach them specifically to any host on Netbox (because as VIPs they can float from one host to another).
