Openstack implements quotas on resources we can use. We have some monitoring and alerting around cpu/mem quotas, but none on network quotas. We recently hit errors on deploying AppInsts because we hit a security group rule quota limit:
Unfortunately at this time it appears we can't even see what those quota limits are.
# openstack quota list --network
You are not authorized to perform the requested action: identity:list_projects. (HTTP 403) (Request-ID: req-e4cf610b-d760-42d9-b301-3aadba75687c)
We should add listing quotas to the list of openstack commands needed for onboarding a new openstack cloudlet.
We should add monitoring and alerting when we are close to using up any of our network quotas.
Openstack implements quotas on resources we can use. We have some monitoring and alerting around cpu/mem quotas, but none on network quotas. We recently hit errors on deploying AppInsts because we hit a security group rule quota limit:
Unfortunately at this time it appears we can't even see what those quota limits are.
We should add listing quotas to the list of openstack commands needed for onboarding a new openstack cloudlet.
We should add monitoring and alerting when we are close to using up any of our network quotas.