Increase subnet allocation pool

This might avoid errors with some tests complaing no more ip allocation
available.

Change-Id: Idb758f1eb2e74a1f6bbbb1d4243423a3395e3530
Related-Bug: #1852770
This commit is contained in:
Arx Cruz 2020-04-24 12:51:30 +02:00
parent c8e3f5df27
commit d31e0f05d8

@ -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