mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-06 13:23:06 +00:00
Enable configuration of loadbalancer options within the quota module so that the current collection can be used to address Octavia quotas. Change-Id: I1dd593f5387929ed522d54954fc63dd535df7c7c
37 lines
670 B
YAML
37 lines
670 B
YAML
test_project: ansible_project
|
|
test_network_quota:
|
|
floating_ips: 5
|
|
networks: 50
|
|
ports: 300
|
|
rbac_policies: 5
|
|
routers: 5
|
|
security_group_rules: 5
|
|
security_groups: 5
|
|
subnet_pools: 5
|
|
subnets: 5
|
|
test_volume_quota:
|
|
backup_gigabytes: 500
|
|
backups: 5
|
|
gigabytes: 500
|
|
groups: 1
|
|
per_volume_gigabytes: 10
|
|
snapshots: 5
|
|
volumes: 5
|
|
test_compute_quota:
|
|
cores: 5
|
|
injected_file_content_bytes: 5
|
|
injected_file_path_bytes: 5
|
|
injected_files: 5
|
|
instances: 5
|
|
key_pairs: 5
|
|
metadata_items: 5
|
|
ram: 5
|
|
server_group_members: 5
|
|
server_groups: 5
|
|
test_load_balancer_quota:
|
|
load_balancers: 5
|
|
health_monitors: 5
|
|
listeners: 5
|
|
pools: 5
|
|
members: 5
|