Comment 13 for bug 1453662

Revision history for this message
Stanislav Makar (smakar) wrote : Re: Redeploying compute node fails at puppet provider network

root@node-13:~# neutron subnet-show 8f1f2e83-9c6d-4409-9c77-b4b352a20cf8
+-------------------+------------------------------------------------------+
| Field | Value |
+-------------------+------------------------------------------------------+
| allocation_pools | {"start": "192.168.108.1", "end": "192.168.111.0"} |
| | {"start": "192.168.111.2", "end": "192.168.111.254"} |
| cidr | 192.168.108.0/22 |
| dns_nameservers | 8.8.4.4 |
| | 8.8.8.8 |
| enable_dhcp | True |
| gateway_ip | 192.168.111.1 |
| host_routes | |
| id | 8f1f2e83-9c6d-4409-9c77-b4b352a20cf8 |
| ip_version | 4 |
| ipv6_address_mode | |
| ipv6_ra_mode | |
| name | net04__subnet |
| network_id | 4383540f-4f34-44fd-99f8-e3d863383f04 |
| tenant_id | 5d224c475500423f9d2eee4003f38fae |
+-------------------+------------------------------------------------------+

it is misconfiguration
network 192.168.111.0/22 could not be due to it is included in 192.168.108.0/22

Network: 192.168.108.0/22 (Class C)
Netmask: 255.255.252.0 = 22
Wildcard: 0.0.3.255
Broadcast: 192.168.111.255
HostMin: 192.168.108.1
HostMax: 192.168.111.254

First time Neutron fixes by itself but during next redeploy we are trying to set again 192.168.111.0/22 -- it fails