CCI-MOC / esi

Elastic Secure Infrastructure project
6 stars 13 forks source link

Set quota on floating IPs on our current deployment. #492

Closed naved001 closed 10 months ago

naved001 commented 11 months ago

2 per project should be plenty.

We already figured out quotas on VLANs per project and we should also set that on projects (if we aren't already doing that).

tzumainn commented 11 months ago

I've set this manually for now. I still need to figure out how to configure this parameter in tripleo (or possible in a post-deploy ansible playbook).

tzumainn commented 10 months ago

I did this by updating the Neutron conf file on each controller; there's a quota section:

[quotas] quota_port=500 quota_security_group=10 quota_network_gateway=5 quota_packet_filter=100 quota_floatingip=2

naved001 commented 10 months ago

I made this change on the new deployment too.