EGI-Federation / fedcloud-vm-monitoring

Monitors VMs running on fedcloud for a given project, killing them if not acknowledged
MIT License
2 stars 1 forks source link

List unused floating IPs, security groups, and volumes #24

Open sebastian-luna-valero opened 1 week ago

sebastian-luna-valero commented 1 week ago

Summary

Add code to list unused floating IPs, security groups, and volumes.

Related discussion. Currently openstack server show list the security groups used by the VM using the security group name rather than the ID. Therefore a VM can have multiple security groups with the same name. This will cause issues identifying unused security groups.


Related issue : https://github.com/EGI-Federation/fedcloud-vm-monitoring/issues/21