I am struggling with network node Neutron implementation not giving IP addresses in certain tenants (after controller reboot some tenants start to work while other stop to, looks like issue is not related to any particular setup in tenant).
In both cases I see DHCP requests arriving on tap interface, dnsmasq process running correctly in tenant, but in case of some tenants DHCP replies are not seen and it seems nothing is delivered to dnsmasq process. Restarting neutron-dhcp-agent nor killing dnsmasq proces (and then restarting neutron-dhcp-agent) does not help.
I am out of ideas...any help greatly appreciated !
Not working tenant:
ip netns exec qdhcp-363efdba-9c30-4305-8a6a-7639a66a13fd ip a
...
190: tap51abb5e4-c1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default
...
ip netns exec qdhcp-363efdba-9c30-4305-8a6a-7639a66a13fd tcpdump port 67 or port 68 -i tap51abb5e4-c1 -nnvvvNXs 512
...
I see DHCP requests, but no DHCP reply
ps -efa | grep tap51abb5e4-c1
nobody 23933 1 0 08:00 ? 00:00:00 dnsmasq --no-hosts --no-resolv --strict-order --bind-interfaces --interface=tap51abb5e4-c1 --except-interface=lo --pid-file=/var/run/neutron/dhcp/363efdba-9c30-4305-8a6a-7639a66a13fd/pid --dhcp-hostsfile=/var/run/neutron/dhcp/363efdba-9c30-4305-8a6a-7639a66a13fd/host --addn-hosts=/var/run/neutron/dhcp/363efdba-9c30-4305-8a6a-7639a66a13fd/addn_hosts --dhcp-optsfile=/var/run/neutron/dhcp/363efdba-9c30-4305-8a6a-7639a66a13fd/opts --leasefile-ro --dhcp-range=set:tag0,192.168.2.0,static,172800s --dhcp-lease-max=256 --conf-file=/etc/neutron/dnsmasq/dnsmasq-neutron.conf --domain=openstacklocal
Looking at process, no packets are arriving
strace -p 23933 -e network,write -s 4096
I have noticed there is no tag in OVS assigned (example of 2 not-working networks):
Port "tap51abb5e4-c1"
Interface "tap51abb5e4-c1"
type: internal
Port "tap5d9b6dc3-32"
Interface "tap5d9b6dc3-32"
type: internal
Doing the same for working tenant:
I see request and offer + packets reported on process via strace -p 24505 -e network,write -s 4096
Process 24505 attached
recvmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(68), sin_addr=inet_addr("0.0.0.0")}, msg_iov(1)=[{"\1\1\6\0\0022\341M\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\372\26>\37.\211\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0c\202Sc5\1\0032\4\300\250\2\7\f\10robo-web7\r\1\34\2\3\17\6w\f,/\32y*\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 548}], msg_controllen=32, {cmsg_len=28, cmsg_level=SOL_IP, cmsg_type=, ...}, msg_flags=0}, MSG_PEEK|MSG_TRUNC) = 300
recvmsg(3, {msg_name(16)={sa_family=AF_INET, sin_port=htons(68), sin_addr=inet_addr("0.0.0.0")}, msg_iov(1)=[{"\1\1\6\0\0022\341M\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\372\26>\37.\211\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0
OVS tags are assigned (example of 2 working networks):
Port "tapb8d8b645-21"
tag: 10
Interface "tapb8d8b645-21"
type: internal
Port "tap0c2e98d8-a0"
tag: 1
Interface "tap0c2e98d8-a0"
type: internal
DHCP ports:
+-----------------------+---------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+---------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-f98167a1-7764-410b-9208-3dfdfd062e01 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "3aac969c-a6d6-4bb6-ba83-e8987a5a9d55", "ip_address": "192.168.11.102"} |
| id | 02101bf8-5a02-4133-a75c-386374253d36 |
| mac_address | fa:16:3e:4e:16:43 |
| name | |
| network_id | f98167a1-7764-410b-9208-3dfdfd062e01 |
| security_groups | |
| status | BUILD |
| tenant_id | 2a75c9fab47b4156bf273cb11e47eb76 |
+-----------------------+---------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-e8cef444-3c9a-441a-b72e-78173a4f591f |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "8c480853-4ba1-4647-8290-95f8a610e909", "ip_address": "192.168.2.5"} |
| id | 0c2e98d8-a0bc-4d8e-a271-7fce048967c5 |
| mac_address | fa:16:3e:f0:db:e4 |
| name | |
| network_id | e8cef444-3c9a-441a-b72e-78173a4f591f |
| security_groups | |
| status | BUILD |
| tenant_id | 5d2c20eea3334cf49ef8be9433cfb33e |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-9449f760-fe3f-4e99-8189-bbe4c82025c4 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "067292bb-f826-4847-a65d-94b3e3b405a2", "ip_address": "192.168.3.4"} |
| id | 176d9d3e-7521-4680-94d4-d8359cc9538c |
| mac_address | fa:16:3e:35:3e:59 |
| name | |
| network_id | 9449f760-fe3f-4e99-8189-bbe4c82025c4 |
| security_groups | |
| status | BUILD |
| tenant_id | 839e72dc02e54a3889b33d3a4916e228 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-7729df66-2b4d-4b68-950a-cfaf6b54e86c |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "b21cca67-0185-4ac5-9035-0ca3c42fb1eb", "ip_address": "192.168.3.4"} |
| id | 2eb779cc-ea8c-4f8f-995e-ae4550d97530 |
| mac_address | fa:16:3e:a7:0c:20 |
| name | |
| network_id | 7729df66-2b4d-4b68-950a-cfaf6b54e86c |
| security_groups | |
| status | BUILD |
| tenant_id | 5d2c20eea3334cf49ef8be9433cfb33e |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+-------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+-------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-c49a4fd1-10b8-4609-b1b4-08f8a2d72b7b |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "b5753272-97c9-4771-8ace-b391ed5943ca", "ip_address": "192.168.40.4"} |
| id | 34e28c47-5b17-4ce4-9c9b-a006efef4734 |
| mac_address | fa:16:3e:12:1c:47 |
| name | |
| network_id | c49a4fd1-10b8-4609-b1b4-08f8a2d72b7b |
| security_groups | |
| status | BUILD |
| tenant_id | d1c9d0f431ff4498917e474928c135b5 |
+-----------------------+-------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-33837cc8-00b1-4cd3-adff-4cce959365c1 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "971115dd-d7ad-4703-a1b4-aa17c9d917f0", "ip_address": "192.168.2.4"} |
| id | 3cf16089-2b06-4107-acd9-51898cbeae1a |
| mac_address | fa:16:3e:ca:a2:f7 |
| name | |
| network_id | 33837cc8-00b1-4cd3-adff-4cce959365c1 |
| security_groups | |
| status | BUILD |
| tenant_id | 66052532b09844258394cb33959c978e |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-363efdba-9c30-4305-8a6a-7639a66a13fd |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "cff6fa55-8608-4b3c-98e8-6726efd1d3df", "ip_address": "192.168.2.4"} |
| id | 51abb5e4-c18a-4b47-b70b-aee8ef60d641 |
| mac_address | fa:16:3e:af:f5:0d |
| name | |
| network_id | 363efdba-9c30-4305-8a6a-7639a66a13fd |
| security_groups | |
| status | BUILD |
| tenant_id | 196b31e3b4b54844b123bd64378c7a74 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-8a1b54de-a12a-4421-8bc6-bec9ce7fb667 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "44bde641-992c-4a24-914c-9d3488640ec7", "ip_address": "192.168.2.4"} |
| id | 5d9b6dc3-322e-45f8-8f7e-e03ca9e88c19 |
| mac_address | fa:16:3e:e3:b9:8f |
| name | |
| network_id | 8a1b54de-a12a-4421-8bc6-bec9ce7fb667 |
| security_groups | |
| status | BUILD |
| tenant_id | 839e72dc02e54a3889b33d3a4916e228 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-0b14a8d5-067c-43cc-a66b-e84ddb5f452b |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "1e08014f-6028-4dfb-a9a8-866b14793fd8", "ip_address": "172.17.0.11"} |
| id | 5f4df3df-4fd9-432b-9ced-d0fbefb2ff35 |
| mac_address | fa:16:3e:f9:65:4d |
| name | |
| network_id | 0b14a8d5-067c-43cc-a66b-e84ddb5f452b |
| security_groups | |
| status | BUILD |
| tenant_id | 128e29023d5a4d6b85d5591a9f003d08 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-35ec45f5-d2ea-4c83-ac19-11f87f82daf7 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "51f0c942-abb4-40c1-a994-9c53ca3d8839", "ip_address": "192.168.2.4"} |
| id | 6e152417-ec0d-418c-8272-31f2b0d4c4b7 |
| mac_address | fa:16:3e:e8:df:d6 |
| name | |
| network_id | 35ec45f5-d2ea-4c83-ac19-11f87f82daf7 |
| security_groups | |
| status | BUILD |
| tenant_id | 291675be9df04b2a83eb500b2fbca27f |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+---------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+---------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-db02be0c-2f9f-4df2-b54c-d8786a69be96 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "10528340-7492-4fa3-8a6c-2d5d9c0c663b", "ip_address": "192.168.10.102"} |
| id | 73495d9f-f4f2-41c4-a485-9f037d0c3adc |
| mac_address | fa:16:3e:a3:a2:97 |
| name | |
| network_id | db02be0c-2f9f-4df2-b54c-d8786a69be96 |
| security_groups | |
| status | BUILD |
| tenant_id | 2a75c9fab47b4156bf273cb11e47eb76 |
+-----------------------+---------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-1cab2d33-c9c9-4f26-bb24-ded6fa8d83c1 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "9d543c3c-122a-49cb-bb71-a779563bc1f9", "ip_address": "192.168.3.4"} |
| id | 77c34e84-c967-4b46-99b6-78f94b139770 |
| mac_address | fa:16:3e:e5:79:6e |
| name | |
| network_id | 1cab2d33-c9c9-4f26-bb24-ded6fa8d83c1 |
| security_groups | |
| status | BUILD |
| tenant_id | 6fe7ee0f8b6a48afb96040c22a5ccf3c |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-329e748f-4a1d-4162-9c4d-a292a803bdbf |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "98a89269-b5c8-4e11-af2e-f1c0b585c0c9", "ip_address": "192.168.3.4"} |
| id | 84437f02-b231-47df-882d-f2f8e7912da4 |
| mac_address | fa:16:3e:8b:17:b2 |
| name | |
| network_id | 329e748f-4a1d-4162-9c4d-a292a803bdbf |
| security_groups | |
| status | BUILD |
| tenant_id | 66052532b09844258394cb33959c978e |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-241d9dff-2777-4185-a24d-043022d79a2e |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "e647481f-6352-4677-b8e7-82f188086b7d", "ip_address": "192.168.2.1"} |
| id | 8b28ddc1-dc22-4243-ad59-86e3f13fa60f |
| mac_address | fa:16:3e:8a:22:08 |
| name | |
| network_id | 241d9dff-2777-4185-a24d-043022d79a2e |
| security_groups | |
| status | BUILD |
| tenant_id | 8ed47603b23746e7aafde528a7564278 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-fa142409-a656-4023-9c75-8baa1e347146 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "713ed7cc-63ec-4ea9-b867-cf62cbb04dd1", "ip_address": "192.168.3.4"} |
| id | 92afc69c-f580-4fd2-b2f1-6f4a466cb89e |
| mac_address | fa:16:3e:e2:93:d0 |
| name | |
| network_id | fa142409-a656-4023-9c75-8baa1e347146 |
| security_groups | |
| status | BUILD |
| tenant_id | 196b31e3b4b54844b123bd64378c7a74 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-57f8cd2d-0708-4f9d-9b44-6df80668dfbb |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "6ea85be4-6094-4a50-9d33-5e15cf496dba", "ip_address": "192.168.2.6"} |
| id | 92d2aba5-8004-40c0-9534-f5cc209a1553 |
| mac_address | fa:16:3e:a0:d0:d7 |
| name | |
| network_id | 57f8cd2d-0708-4f9d-9b44-6df80668dfbb |
| security_groups | |
| status | BUILD |
| tenant_id | d424422c13804aa1a6e314ea53f9da79 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-35f1abde-8361-4749-aa5d-6eabb5b29468 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "86b74c16-7309-420d-af66-429ee8a87d22", "ip_address": "192.168.5.4"} |
| id | 9a72aee7-151e-4e36-b0dc-bcb59b62099c |
| mac_address | fa:16:3e:a0:f9:3c |
| name | |
| network_id | 35f1abde-8361-4749-aa5d-6eabb5b29468 |
| security_groups | |
| status | BUILD |
| tenant_id | 6121d429399b44c89c64b7eca5318a13 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-61b9dcb1-4ab3-4f40-ae61-3f3a2ae70d87 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "c6fab440-9cf7-41a8-86a0-3c97c572947e", "ip_address": "192.168.3.4"} |
| id | b5d1965e-d90a-4339-b193-c0e4aa5b7a8d |
| mac_address | fa:16:3e:6f:88:06 |
| name | |
| network_id | 61b9dcb1-4ab3-4f40-ae61-3f3a2ae70d87 |
| security_groups | |
| status | BUILD |
| tenant_id | 291675be9df04b2a83eb500b2fbca27f |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-7590c21a-4878-48ae-b957-7562e4dc1d0d |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "2c223f18-79f9-41c0-b19a-e5bdfa294895", "ip_address": "192.168.1.3"} |
| id | b8d8b645-2111-4186-a7cd-9288f8596dea |
| mac_address | fa:16:3e:42:01:8f |
| name | |
| network_id | 7590c21a-4878-48ae-b957-7562e4dc1d0d |
| security_groups | |
| status | BUILD |
| tenant_id | 128e29023d5a4d6b85d5591a9f003d08 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-5f8351ca-b274-4d39-bed5-b37d3c195e12 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "0205871b-9fab-4a5b-b070-16ccf7ae7aee", "ip_address": "192.168.2.4"} |
| id | bd45e8a1-b8cb-4232-a454-26bfed06363f |
| mac_address | fa:16:3e:31:0c:32 |
| name | |
| network_id | 5f8351ca-b274-4d39-bed5-b37d3c195e12 |
| security_groups | |
| status | BUILD |
| tenant_id | 6fe7ee0f8b6a48afb96040c22a5ccf3c |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-51791762-067e-43dc-8dc3-fb2c931b2e5d |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "6c1f3109-24d4-419f-893d-c666ea7f237f", "ip_address": "192.168.3.4"} |
| id | c0e0e644-7191-4823-bed5-cb55bb76ee00 |
| mac_address | fa:16:3e:23:7b:83 |
| name | |
| network_id | 51791762-067e-43dc-8dc3-fb2c931b2e5d |
| security_groups | |
| status | BUILD |
| tenant_id | 094e0513063440b7886a91379a1c031f |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-836cd5e0-8353-4c83-9472-a7d337b9fe6f |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "3128758b-d116-4944-8cb9-6134a9a67a15", "ip_address": "192.168.3.4"} |
| id | c28e4f54-9382-4629-8ff3-b5a9970fe682 |
| mac_address | fa:16:3e:69:c5:33 |
| name | |
| network_id | 836cd5e0-8353-4c83-9472-a7d337b9fe6f |
| security_groups | |
| status | BUILD |
| tenant_id | d424422c13804aa1a6e314ea53f9da79 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-c21f3602-a429-4e68-8919-3fe2eaec0457 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "cd376a84-056a-4678-87dc-b493c872ef6c", "ip_address": "192.168.4.4"} |
| id | cce3657d-4403-47cc-92a4-4786f08604cf |
| mac_address | fa:16:3e:99:84:70 |
| name | |
| network_id | c21f3602-a429-4e68-8919-3fe2eaec0457 |
| security_groups | |
| status | BUILD |
| tenant_id | 6121d429399b44c89c64b7eca5318a13 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-a8a0da3d-7a57-491e-b2bc-27fc29eb7cfd |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "24d56dbe-b5fc-4fd6-9cf8-96945108191b", "ip_address": "172.18.0.11"} |
| id | e8a2da40-dd64-427c-bc8f-37b439b040ed |
| mac_address | fa:16:3e:7e:da:b3 |
| name | |
| network_id | a8a0da3d-7a57-491e-b2bc-27fc29eb7cfd |
| security_groups | |
| status | BUILD |
| tenant_id | 128e29023d5a4d6b85d5591a9f003d08 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-0cb3426c-bd54-4dd9-9698-5594f0cc0f09 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "0d258e68-eba2-4370-bb35-248d196c33e5", "ip_address": "192.168.3.3"} |
| id | eeb96e59-0bff-4145-824c-ebd18c474a34 |
| mac_address | fa:16:3e:48:bd:75 |
| name | |
| network_id | 0cb3426c-bd54-4dd9-9698-5594f0cc0f09 |
| security_groups | |
| status | BUILD |
| tenant_id | a89d883b6c224d2f98b15a4cdda92b06 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+----------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+----------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-86da67fc-3149-4314-8612-1c09e34ababe |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "48364ac3-df61-4cb7-a0e9-99da1a566223", "ip_address": "10.0.30.2"} |
| id | f4d4989a-87da-4428-9245-df541af7692f |
| mac_address | fa:16:3e:c5:c6:47 |
| name | |
| network_id | 86da67fc-3149-4314-8612-1c09e34ababe |
| security_groups | |
| status | BUILD |
| tenant_id | 128e29023d5a4d6b85d5591a9f003d08 |
+-----------------------+----------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-da2083ca-07a3-4916-aa80-44a46c648288 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "934f051b-68b2-4945-b7c3-5166355c2c95", "ip_address": "192.168.2.4"} |
| id | fb8bc1df-5045-4241-a24f-f97aca0d6211 |
| mac_address | fa:16:3e:17:57:d6 |
| name | |
| network_id | da2083ca-07a3-4916-aa80-44a46c648288 |
| security_groups | |
| status | BUILD |
| tenant_id | 094e0513063440b7886a91379a1c031f |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-c989833d-d7a6-4ebf-a83d-26685463e96b |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "8b8a4e63-507b-47f0-b448-8ebbb7456123", "ip_address": "192.168.2.3"} |
| id | fd0ccf86-81fb-46ec-bbf3-58660b418dbc |
| mac_address | fa:16:3e:69:8a:4c |
| name | |
| network_id | c989833d-d7a6-4ebf-a83d-26685463e96b |
| security_groups | |
| status | BUILD |
| tenant_id | a89d883b6c224d2f98b15a4cdda92b06 |
+-----------------------+------------------------------------------------------------------------------------+
+-----------------------+--------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+--------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-124cfd78-28d8-42e0-860c-da2aac1a1436 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "2cb4ff7a-8a20-4694-9d29-bc83fd430e31", "ip_address": "192.168.5.100"} |
| id | fe38b4ac-a6a5-4450-9ca9-9cc9211bd8f4 |
| mac_address | fa:16:3e:5e:ea:6d |
| name | |
| network_id | 124cfd78-28d8-42e0-860c-da2aac1a1436 |
| security_groups | |
| status | BUILD |
| tenant_id | 379e940cd6d84ceeb4b743a07347de69 |
+-----------------------+--------------------------------------------------------------------------------------+
+-----------------------+------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | overcloud-controller0-sujhw52cufku |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dhcpb24924b9-51f8-5acb-ab33-e71bf66feb40-42162fbc-4e6b-4e45-88c3-43d0b0c24842 |
| device_owner | network:dhcp |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "4ca19978-7ef1-4fb6-9e70-4649b4dbd18e", "ip_address": "192.168.3.1"} |
| id | feb59c37-8137-439c-bf53-6aca794b5603 |
| mac_address | fa:16:3e:7d:c7:0d |
| name | |
| network_id | 42162fbc-4e6b-4e45-88c3-43d0b0c24842 |
| security_groups | |
| status | BUILD |
| tenant_id | 8ed47603b23746e7aafde528a7564278 |
+-----------------------+------------------------------------------------------------------------------------+