Merge "Increase subnet allocation pool"

This commit is contained in:
Zuul 2020-05-12 10:33:14 +00:00 committed by Gerrit Code Review
commit e86efa9d26

@ -43,7 +43,7 @@
tempest_private_net_provider_type: 'geneve'
tempest_public_subnet_cidr: '{{ tempest_cidr }}'
tempest_public_subnet_gateway_ip: '{{ tempest_cidr|nthhost(1) }}'
tempest_public_subnet_allocation_pools: '{{ tempest_cidr|nthhost(100) ~ "-" ~ tempest_cidr|nthhost(120) }}'
tempest_public_subnet_allocation_pools: '{{ tempest_cidr|nthhost(100) ~ "-" ~ tempest_cidr|nthhost(150) }}'
tempest_network_ping_gateway: true
when: tempest_cidr is defined