3d0dfb706c
The default quotas are often not sufficient for a side wide load balancing service. This will adjust them to some more reasonable values. The os_quota module of ansible assumes an installed block storage service so it is not suitable for our tests which don't install cinder. Therefore we are using the openstack client straight. Change-Id: If85cc3862b9316d9bf43e025bfaab8e1b7fd5576
12 lines
479 B
YAML
12 lines
479 B
YAML
---
|
|
features:
|
|
- |
|
|
Octavia is creating vms, securitygroups, and other things in its
|
|
project. In most cases the default quotas are not big enough. This
|
|
will adjust them to (configurable) reasonable values.
|
|
security:
|
|
- |
|
|
Avoid setting the quotas too high for your cloud since this can
|
|
impact the performance of other servcies and lead to a potential
|
|
Denial-of-Service attack if Loadbalancer quotas are not set
|
|
properly or RBAC is not properly set up. |