try this for now

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod
2018-11-26 23:44:49 +00:00
parent 156fab5f07
commit 0d4d502d72

View File

@@ -113,10 +113,10 @@
os_subnet:
cloud: "{{ os_cloud }}"
name: external-subnet
cidr: "{{ public_interface_cidr }}"
allocation_pool_start: "{{ public_floating_start }}"
allocation_pool_end: "{{ public_floating_end }}"
gateway_ip: "{{ public_gateway_ip }}"
cidr: 209.132.184.0/24
allocation_pool_start: 209.132.184.140
allocation_pool_end: 209.132.184.146
gateway_ip: 209.132.184.254
enable_dhcp: false
register: EXTERNAL_SUBNET_ID