Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1458382 Details for
Bug 1515815
[Netvirt][NAT] SNAT flows are not removed after removing an external interface of a router
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
ODL Check SNAT flows scenario
ODL Check SNAT flows.txt (text/plain), 115.54 KB, created by
Noam Manos
on 2018-07-12 12:12:45 UTC
(
hide
)
Description:
ODL Check SNAT flows scenario
Filename:
MIME Type:
Creator:
Noam Manos
Created:
2018-07-12 12:12:45 UTC
Size:
115.54 KB
patch
obsolete
> >### (1) Check OVS SNAT flows - with Network object already created: > >(overcloud) [stack@undercloud-0 ~]$ . stackrc >(undercloud) [stack@undercloud-0 ~]$ openstack server list --all >+--------------------------------------+--------------+--------+------------------------+----------------+------------+ >| ID | Name | Status | Networks | Image | Flavor | >+--------------------------------------+--------------+--------+------------------------+----------------+------------+ >| 59a7d931-1ea3-4266-818f-7a373881e9ba | controller-1 | ACTIVE | ctlplane=192.168.24.10 | overcloud-full | controller | >| 805424cc-8014-4874-99fe-915b556b3c38 | controller-2 | ACTIVE | ctlplane=192.168.24.8 | overcloud-full | controller | >| b1abb925-41d0-4c5a-adf1-eddb10812636 | compute-0 | ACTIVE | ctlplane=192.168.24.17 | overcloud-full | compute | >| 1f78a2f7-d333-4eea-80fb-729025cac70a | controller-0 | ACTIVE | ctlplane=192.168.24.12 | overcloud-full | controller | >| 64d758f3-0d24-4285-a1c7-f0176eb6e5f8 | compute-1 | ACTIVE | ctlplane=192.168.24.14 | overcloud-full | compute | >+--------------------------------------+--------------+--------+------------------------+----------------+------------+ > >#### OVS_FLOWS_REGEX="\'s/cookie=\\S\\+\\s\\+duration=\\S\\+\\s\\+\\(.*\\)n_packets=\\S\\+\\s\\+n_bytes=\\S\\+\\s\\(.*\\)/\\1 \\2/g\'" > >bridge=br-int >OVS_FLOWS_REGEX="s/duration=[s0-9\.]*,|n_packets=[s0-9\.]*,|n_bytes=[0-9\.]*,//g" >sudo ovs-ofctl -O OpenFlow13 dump-flows br-int | sed -r ${OVS_FLOWS_REGEX} | egrep -v 'idle_timeout|table=5[01]' > >----------------- > ># controller-0 > >(undercloud) [stack@undercloud-0 ~]$ ssh heat-admin@192.168.24.12 >[heat-admin@controller-0 ~]$ bridge=br-int >[heat-admin@controller-0 ~]$ OVS_FLOWS_REGEX="s/duration=[s0-9\.]*,|n_packets=[s0-9\.]*,|n_bytes=[0-9\.]*,//g" >[heat-admin@controller-0 ~]$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int | sed -r ${OVS_FLOWS_REGEX} | egrep -v 'idle_timeout|table=5[01]' > >[heat-admin@controller-0 ~]$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int | sed -r ${OVS_FLOWS_REGEX} | egrep -v 'idle_timeout|table=5[01]' >OFPST_FLOW reply (OF1.3) (xid=0x2): > cookie=0x8000001, table=0, priority=5,in_port=2 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=3 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=4 actions=write_metadata:0x130000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=5 actions=write_metadata:0x140000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000000, table=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x170000000001/0xffffff0000000001,goto_table:17 > cookie=0x8000000, table=0, priority=4,in_port=6,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1b0000000000/0xffffff0000000001,goto_table:17 > cookie=0x8040000, table=17, priority=10,metadata=0x9000170000000000/0xffffff0000000000 actions=load:0x17->NXM_NX_REG1[0..19],load:0x138a->NXM_NX_REG7[0..15],write_metadata:0xa00017138a000000/0xfffffffffffffffe,goto_table:43 > cookie=0x8000001, table=17, priority=10,metadata=0x170000000000/0xffffff0000000000 actions=load:0x186a0->NXM_NX_REG3[0..24],write_metadata:0x9000170000030d40/0xfffffffffffffffe,goto_table:19 > cookie=0x8040000, table=17, priority=10,metadata=0x90001b0000000000/0xffffff0000000000 actions=load:0x1b->NXM_NX_REG1[0..19],load:0x138b->NXM_NX_REG7[0..15],write_metadata:0xa0001b138b000000/0xfffffffffffffffe,goto_table:43 > cookie=0x8000001, table=17, priority=10,metadata=0x1b0000000000/0xffffff0000000000 actions=load:0x186a3->NXM_NX_REG3[0..24],write_metadata:0x90001b0000030d46/0xfffffffffffffffe,goto_table:19 > cookie=0x8000000, table=17, priority=0,metadata=0x8000000000000000/0xf000000000000000 actions=write_metadata:0x9000000000000000/0xf000000000000000,goto_table:80 > cookie=0x6800000, table=18, priority=0 actions=goto_table:38 > cookie=0x8220015, table=19, priority=100,arp,arp_op=1 actions=resubmit(,17) > cookie=0x8220016, table=19, priority=100,arp,arp_op=2 actions=resubmit(,17) > cookie=0x8000009, table=19, priority=20,metadata=0x30d46/0xfffffe,dl_dst=fa:16:3e:9a:5d:e4 actions=goto_table:21 > cookie=0x1080000, table=19, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=20, priority=0 actions=goto_table:80 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.215 actions=set_field:fa:16:3e:77:92:ac->eth_dst,load:0x1700->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.1 actions=set_field:52:54:00:74:55:8f->eth_dst,load:0x1700->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.4 actions=set_field:0x20->tun_id,set_field:fa:16:3e:64:50:2b->eth_dst,load:0x1400->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.2 actions=set_field:0x20->tun_id,set_field:fa:16:3e:c0:2f:7d->eth_dst,load:0xe00->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.3 actions=group:150000 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.13 actions=set_field:0x20->tun_id,set_field:fa:16:3e:f4:19:25->eth_dst,load:0x1300->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.211 actions=set_field:fa:16:3e:e9:f7:56->eth_dst,load:0x1700->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.14 actions=set_field:52:54:00:81:67:5d->eth_dst,load:0x1700->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,icmp,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.1,icmp_type=8,icmp_code=0 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:fa:16:3e:9a:5d:e4->eth_src,move:NXM_OF_IP_SRC[]->NXM_OF_IP_DST[],set_field:192.168.99.1->ip_src,set_field:0->icmp_type,load:0->NXM_OF_IN_PORT[],resubmit(,21) > cookie=0x8000003, table=21, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22 > cookie=0x8000004, table=21, priority=10,ip,metadata=0x30d42/0xfffffe actions=group:225000 > cookie=0x8000006, table=21, priority=10,ip,metadata=0x30d46/0xfffffe actions=goto_table:26 > cookie=0x8000004, table=22, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.255 actions=drop > cookie=0x8000004, table=22, priority=0 actions=CONTROLLER:65535 > cookie=0x1080000, table=23, priority=0 actions=resubmit(,17) > cookie=0x1080000, table=24, priority=0 actions=resubmit(,17) > cookie=0x8000006, table=26, priority=5,ip,metadata=0x30d46/0xfffffe actions=set_field:0x186a3->tun_id,group:225001 > cookie=0x900138b, table=36, priority=5,tun_id=0x20 actions=write_metadata:0x138b000000/0xfffffffff000000,goto_table:51 > cookie=0x905138b, table=38, priority=5,tun_id=0x20 actions=write_metadata:0x138b000000/0xfffffffff000000,goto_table:51 > cookie=0x822002d, table=43, priority=100,arp,arp_op=1 actions=group:5000 > cookie=0x822002e, table=43, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48) > cookie=0x8220000, table=43, priority=0 actions=goto_table:48 > cookie=0x4000000, table=45, priority=0 actions=resubmit(,17) > cookie=0x8500000, table=48, priority=0 actions=resubmit(,49),resubmit(,50) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003) > cookie=0x870138b, table=52, priority=5,metadata=0x138b000001/0xffff000001 actions=write_actions(group:210005) > cookie=0x870138b, table=52, priority=5,metadata=0x138b000000/0xffff000001 actions=write_actions(group:210006) > cookie=0x8800017, table=55, priority=10,tun_id=0x17,metadata=0x170000000000/0xfffff0000000000 actions=drop > cookie=0x880001b, table=55, priority=10,tun_id=0x1b,metadata=0x1b0000000000/0xfffff0000000000 actions=drop > cookie=0x8800017, table=55, priority=9,tun_id=0x17 actions=load:0x1700->NXM_NX_REG6[],resubmit(,220) > cookie=0x880001b, table=55, priority=9,tun_id=0x1b actions=load:0x1b00->NXM_NX_REG6[],resubmit(,220) > cookie=0x6800000, table=60, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=80, priority=0 actions=resubmit(,17) > cookie=0xc8ca641b, table=81, priority=100,arp,metadata=0x1b138b000000/0xfffffffff000000,arp_tpa=192.168.99.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:fa:16:3e:9a:5d:e4->eth_src,load:0x2->NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],load:0xfa163e9a5de4->NXM_NX_ARP_SHA[],load:0xc0a86301->NXM_OF_ARP_SPA[],load:0->NXM_OF_IN_PORT[],load:0x1b00->NXM_NX_REG6[],resubmit(,220) > cookie=0x8220000, table=81, priority=0 actions=drop > cookie=0x4000001, table=90, priority=0 actions=resubmit(,17) > cookie=0x6900000, table=210, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=211, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=0 actions=write_metadata:0x2/0x2,goto_table:214 > cookie=0x6900000, table=212, priority=0 actions=drop > cookie=0x6900000, table=213, priority=0 actions=goto_table:214 > cookie=0x6900000, table=214, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=214, priority=0 actions=drop > cookie=0x6900000, table=215, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=216, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=217, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=217, priority=0 actions=drop > cookie=0x8000007, table=220, priority=10,reg6=0x1700,metadata=0x1/0x1 actions=drop > cookie=0x8000007, table=220, priority=9,reg6=0xe00 actions=output:2 > cookie=0x8000007, table=220, priority=9,reg6=0x1200 actions=output:3 > cookie=0x8000007, table=220, priority=9,reg6=0x1300 actions=output:4 > cookie=0x8000007, table=220, priority=9,reg6=0x1400 actions=output:5 > cookie=0x8000007, table=220, priority=9,reg6=0x1700 actions=output:1 > cookie=0x8000007, table=220, priority=9,reg6=0x1b00 actions=output:6 > cookie=0x6900000, table=239, priority=100,ipv6 actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=100,ip actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=0 actions=goto_table:240 > cookie=0x6900000, table=240, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241 > cookie=0x6900000, table=240, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220) > cookie=0x6900000, table=240, priority=0 actions=write_metadata:0x4/0x4,goto_table:247 > cookie=0x6900000, table=241, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=0 actions=write_metadata:0x2/0x2,goto_table:244 > cookie=0x6900000, table=242, priority=0 actions=drop > cookie=0x6900000, table=243, priority=0 actions=goto_table:244 > cookie=0x6900000, table=244, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=244, priority=0 actions=drop > cookie=0x6900000, table=245, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=246, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=247, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=247, priority=0 actions=drop >[heat-admin@controller-0 ~]$ > > >------------------------- > ># controller-1 > >(undercloud) [stack@undercloud-0 ~]$ ssh heat-admin@192.168.24.10 >[heat-admin@controller-1 ~]$ bridge=br-int >[heat-admin@controller-1 ~]$ OVS_FLOWS_REGEX="s/duration=[s0-9\.]*,|n_packets=[s0-9\.]*,|n_bytes=[0-9\.]*,//g" >[heat-admin@controller-1 ~]$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int | sed -r ${OVS_FLOWS_REGEX} | egrep -v 'idle_timeout|table=5[01]' > >OFPST_FLOW reply (OF1.3) (xid=0x2): > cookie=0x8000001, table=0, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=4 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=3 actions=write_metadata:0xa0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=5 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000000, table=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x180000000001/0xffffff0000000001,goto_table:17 > cookie=0x8000000, table=0, priority=4,in_port=6,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1c0000000000/0xffffff0000000001,goto_table:17 > cookie=0x8000001, table=17, priority=10,metadata=0x180000000000/0xffffff0000000000 actions=load:0x186a0->NXM_NX_REG3[0..24],write_metadata:0x9000180000030d40/0xfffffffffffffffe,goto_table:19 > cookie=0x8040000, table=17, priority=10,metadata=0x9000180000000000/0xffffff0000000000 actions=load:0x18->NXM_NX_REG1[0..19],load:0x138a->NXM_NX_REG7[0..15],write_metadata:0xa00018138a000000/0xfffffffffffffffe,goto_table:43 > cookie=0x8000001, table=17, priority=10,metadata=0x1c0000000000/0xffffff0000000000 actions=load:0x186a3->NXM_NX_REG3[0..24],write_metadata:0x90001c0000030d46/0xfffffffffffffffe,goto_table:19 > cookie=0x8040000, table=17, priority=10,metadata=0x90001c0000000000/0xffffff0000000000 actions=load:0x1c->NXM_NX_REG1[0..19],load:0x138b->NXM_NX_REG7[0..15],write_metadata:0xa0001c138b000000/0xfffffffffffffffe,goto_table:43 > cookie=0x8000000, table=17, priority=0,metadata=0x8000000000000000/0xf000000000000000 actions=write_metadata:0x9000000000000000/0xf000000000000000,goto_table:80 > cookie=0x6800000, table=18, priority=0 actions=goto_table:38 > cookie=0x8220015, table=19, priority=100,arp,arp_op=1 actions=resubmit(,17) > cookie=0x8220016, table=19, priority=100,arp,arp_op=2 actions=resubmit(,17) > cookie=0x8000009, table=19, priority=20,metadata=0x30d46/0xfffffe,dl_dst=fa:16:3e:9a:5d:e4 actions=goto_table:21 > cookie=0x1080000, table=19, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=20, priority=0 actions=goto_table:80 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.215 actions=set_field:fa:16:3e:77:92:ac->eth_dst,load:0x1800->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.1 actions=set_field:52:54:00:74:55:8f->eth_dst,load:0x1800->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.3 actions=set_field:0x20->tun_id,set_field:fa:16:3e:7b:82:88->eth_dst,load:0x1000->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.2 actions=set_field:0x20->tun_id,set_field:fa:16:3e:c0:2f:7d->eth_dst,load:0xb00->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.4 actions=group:150001 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.13 actions=set_field:0x20->tun_id,set_field:fa:16:3e:f4:19:25->eth_dst,load:0x700->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.211 actions=set_field:fa:16:3e:e9:f7:56->eth_dst,load:0x1800->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.14 actions=set_field:52:54:00:81:67:5d->eth_dst,load:0x1800->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,icmp,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.1,icmp_type=8,icmp_code=0 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:fa:16:3e:9a:5d:e4->eth_src,move:NXM_OF_IP_SRC[]->NXM_OF_IP_DST[],set_field:192.168.99.1->ip_src,set_field:0->icmp_type,load:0->NXM_OF_IN_PORT[],resubmit(,21) > cookie=0x8000003, table=21, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22 > cookie=0x8000004, table=21, priority=10,ip,metadata=0x30d42/0xfffffe actions=group:225000 > cookie=0x8000006, table=21, priority=10,ip,metadata=0x30d46/0xfffffe actions=goto_table:26 > cookie=0x8000004, table=22, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.255 actions=drop > cookie=0x8000004, table=22, priority=0 actions=CONTROLLER:65535 > cookie=0x1080000, table=23, priority=0 actions=resubmit(,17) > cookie=0x1080000, table=24, priority=0 actions=resubmit(,17) > cookie=0x8000006, table=26, priority=5,ip,metadata=0x30d46/0xfffffe actions=set_field:0x186a3->tun_id,group:225001 > cookie=0x900138b, table=36, priority=5,tun_id=0x20 actions=write_metadata:0x138b000000/0xfffffffff000000,goto_table:51 > cookie=0x905138b, table=38, priority=5,tun_id=0x20 actions=write_metadata:0x138b000000/0xfffffffff000000,goto_table:51 > cookie=0x822002d, table=43, priority=100,arp,arp_op=1 actions=group:5000 > cookie=0x822002e, table=43, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48) > cookie=0x8220000, table=43, priority=0 actions=goto_table:48 > cookie=0x4000000, table=45, priority=0 actions=resubmit(,17) > cookie=0x8500000, table=48, priority=0 actions=resubmit(,49),resubmit(,50) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003) > cookie=0x870138b, table=52, priority=5,metadata=0x138b000001/0xffff000001 actions=write_actions(group:210005) > cookie=0x870138b, table=52, priority=5,metadata=0x138b000000/0xffff000001 actions=write_actions(group:210006) > cookie=0x8800018, table=55, priority=10,tun_id=0x18,metadata=0x180000000000/0xfffff0000000000 actions=drop > cookie=0x880001c, table=55, priority=10,tun_id=0x1c,metadata=0x1c0000000000/0xfffff0000000000 actions=drop > cookie=0x8800018, table=55, priority=9,tun_id=0x18 actions=load:0x1800->NXM_NX_REG6[],resubmit(,220) > cookie=0x880001c, table=55, priority=9,tun_id=0x1c actions=load:0x1c00->NXM_NX_REG6[],resubmit(,220) > cookie=0x6800000, table=60, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=80, priority=0 actions=resubmit(,17) > cookie=0xc8ca641c, table=81, priority=100,arp,metadata=0x1c138b000000/0xfffffffff000000,arp_tpa=192.168.99.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:fa:16:3e:9a:5d:e4->eth_src,load:0x2->NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],load:0xfa163e9a5de4->NXM_NX_ARP_SHA[],load:0xc0a86301->NXM_OF_ARP_SPA[],load:0->NXM_OF_IN_PORT[],load:0x1c00->NXM_NX_REG6[],resubmit(,220) > cookie=0x8220000, table=81, priority=0 actions=drop > cookie=0x4000001, table=90, priority=0 actions=resubmit(,17) > cookie=0x6900000, table=210, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=211, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=0 actions=write_metadata:0x2/0x2,goto_table:214 > cookie=0x6900000, table=212, priority=0 actions=drop > cookie=0x6900000, table=213, priority=0 actions=goto_table:214 > cookie=0x6900000, table=214, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=214, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=0 actions=drop > cookie=0x6900000, table=215, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=216, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=217, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=217, priority=0 actions=drop > cookie=0x8000007, table=220, priority=10,reg6=0x1800,metadata=0x1/0x1 actions=drop > cookie=0x8000007, table=220, priority=9,reg6=0x700 actions=output:2 > cookie=0x8000007, table=220, priority=9,reg6=0xa00 actions=output:3 > cookie=0x8000007, table=220, priority=9,reg6=0xb00 actions=output:4 > cookie=0x8000007, table=220, priority=9,reg6=0x1000 actions=output:5 > cookie=0x8000007, table=220, priority=9,reg6=0x1800 actions=output:1 > cookie=0x8000007, table=220, priority=9,reg6=0x1c00 actions=output:6 > cookie=0x6900000, table=239, priority=100,ip actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=100,ipv6 actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=0 actions=goto_table:240 > cookie=0x6900000, table=240, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241 > cookie=0x6900000, table=240, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220) > cookie=0x6900000, table=240, priority=0 actions=write_metadata:0x4/0x4,goto_table:247 > cookie=0x6900000, table=241, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=0 actions=write_metadata:0x2/0x2,goto_table:244 > cookie=0x6900000, table=242, priority=0 actions=drop > cookie=0x6900000, table=243, priority=0 actions=goto_table:244 > cookie=0x6900000, table=244, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=244, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=0 actions=drop > cookie=0x6900000, table=245, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=246, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=247, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=247, priority=0 actions=drop >[heat-admin@controller-1 ~]$ > > >-------------------- > ># controller-2 > >(undercloud) [stack@undercloud-0 ~]$ ssh heat-admin@192.168.24.8 >[heat-admin@controller-2 ~]$ bridge=br-int >[heat-admin@controller-2 ~]$ OVS_FLOWS_REGEX="s/duration=[s0-9\.]*,|n_packets=[s0-9\.]*,|n_bytes=[0-9\.]*,//g" >[heat-admin@controller-2 ~]$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int | sed -r ${OVS_FLOWS_REGEX} | egrep -v 'idle_timeout|table=5[01]' > >OFPST_FLOW reply (OF1.3) (xid=0x2): > cookie=0x8000001, table=0, priority=5,in_port=2 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=3 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=4 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000000, table=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x190000000001/0xffffff0000000001,goto_table:17 > cookie=0x8000000, table=0, priority=4,in_port=6,vlan_tci=0x0000/0x1fff actions=write_metadata:0x1a0000000000/0xffffff0000000001,goto_table:17 > cookie=0x8000001, table=17, priority=10,metadata=0x190000000000/0xffffff0000000000 actions=load:0x186a0->NXM_NX_REG3[0..24],write_metadata:0x9000190000030d40/0xfffffffffffffffe,goto_table:19 > cookie=0x8040000, table=17, priority=10,metadata=0x9000190000000000/0xffffff0000000000 actions=load:0x19->NXM_NX_REG1[0..19],load:0x138a->NXM_NX_REG7[0..15],write_metadata:0xa00019138a000000/0xfffffffffffffffe,goto_table:43 > cookie=0x8040000, table=17, priority=10,metadata=0x90001a0000000000/0xffffff0000000000 actions=load:0x1a->NXM_NX_REG1[0..19],load:0x138b->NXM_NX_REG7[0..15],write_metadata:0xa0001a138b000000/0xfffffffffffffffe,goto_table:43 > cookie=0x8000001, table=17, priority=10,metadata=0x1a0000000000/0xffffff0000000000 actions=load:0x186a3->NXM_NX_REG3[0..24],write_metadata:0x90001a0000030d46/0xfffffffffffffffe,goto_table:19 > cookie=0x8000000, table=17, priority=0,metadata=0x8000000000000000/0xf000000000000000 actions=write_metadata:0x9000000000000000/0xf000000000000000,goto_table:80 > cookie=0x6800000, table=18, priority=0 actions=goto_table:38 > cookie=0x8220015, table=19, priority=100,arp,arp_op=1 actions=resubmit(,17) > cookie=0x8220016, table=19, priority=100,arp,arp_op=2 actions=resubmit(,17) > cookie=0x8000009, table=19, priority=20,metadata=0x30d46/0xfffffe,dl_dst=fa:16:3e:9a:5d:e4 actions=goto_table:21 > cookie=0x1080000, table=19, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=20, priority=0 actions=goto_table:80 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.215 actions=set_field:fa:16:3e:77:92:ac->eth_dst,load:0x1900->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.1 actions=set_field:52:54:00:74:55:8f->eth_dst,load:0x1900->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.4 actions=set_field:0x20->tun_id,set_field:fa:16:3e:64:50:2b->eth_dst,load:0xc00->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.3 actions=set_field:0x20->tun_id,set_field:fa:16:3e:7b:82:88->eth_dst,load:0xd00->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.2 actions=group:150002 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.13 actions=set_field:0x20->tun_id,set_field:fa:16:3e:f4:19:25->eth_dst,load:0x600->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.211 actions=set_field:fa:16:3e:e9:f7:56->eth_dst,load:0x1900->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.14 actions=set_field:52:54:00:81:67:5d->eth_dst,load:0x1900->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,icmp,metadata=0x30d46/0xfffffe,nw_dst=192.168.99.1,icmp_type=8,icmp_code=0 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:fa:16:3e:9a:5d:e4->eth_src,move:NXM_OF_IP_SRC[]->NXM_OF_IP_DST[],set_field:192.168.99.1->ip_src,set_field:0->icmp_type,load:0->NXM_OF_IN_PORT[],resubmit(,21) > cookie=0x8000003, table=21, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22 > cookie=0x8000004, table=21, priority=10,ip,metadata=0x30d42/0xfffffe actions=group:225000 > cookie=0x8000006, table=21, priority=10,ip,metadata=0x30d46/0xfffffe actions=goto_table:26 > cookie=0x8000004, table=22, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.255 actions=drop > cookie=0x8000004, table=22, priority=0 actions=CONTROLLER:65535 > cookie=0x1080000, table=23, priority=0 actions=resubmit(,17) > cookie=0x1080000, table=24, priority=0 actions=resubmit(,17) > cookie=0x8000006, table=26, priority=5,ip,metadata=0x30d46/0xfffffe actions=set_field:0x186a3->tun_id,group:225001 > cookie=0x900138b, table=36, priority=5,tun_id=0x20 actions=write_metadata:0x138b000000/0xfffffffff000000,goto_table:51 > cookie=0x905138b, table=38, priority=5,tun_id=0x20 actions=write_metadata:0x138b000000/0xfffffffff000000,goto_table:51 > cookie=0x822002d, table=43, priority=100,arp,arp_op=1 actions=group:5000 > cookie=0x822002e, table=43, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48) > cookie=0x8220000, table=43, priority=0 actions=goto_table:48 > cookie=0x4000000, table=45, priority=0 actions=resubmit(,17) > cookie=0x8500000, table=48, priority=0 actions=resubmit(,49),resubmit(,50) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003) > cookie=0x870138b, table=52, priority=5,metadata=0x138b000001/0xffff000001 actions=write_actions(group:210005) > cookie=0x870138b, table=52, priority=5,metadata=0x138b000000/0xffff000001 actions=write_actions(group:210006) > cookie=0x8800019, table=55, priority=10,tun_id=0x19,metadata=0x190000000000/0xfffff0000000000 actions=drop > cookie=0x880001a, table=55, priority=10,tun_id=0x1a,metadata=0x1a0000000000/0xfffff0000000000 actions=drop > cookie=0x8800019, table=55, priority=9,tun_id=0x19 actions=load:0x1900->NXM_NX_REG6[],resubmit(,220) > cookie=0x880001a, table=55, priority=9,tun_id=0x1a actions=load:0x1a00->NXM_NX_REG6[],resubmit(,220) > cookie=0x6800000, table=60, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=80, priority=0 actions=resubmit(,17) > cookie=0xc8ca641a, table=81, priority=100,arp,metadata=0x1a138b000000/0xfffffffff000000,arp_tpa=192.168.99.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:fa:16:3e:9a:5d:e4->eth_src,load:0x2->NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],load:0xfa163e9a5de4->NXM_NX_ARP_SHA[],load:0xc0a86301->NXM_OF_ARP_SPA[],load:0->NXM_OF_IN_PORT[],load:0x1a00->NXM_NX_REG6[],resubmit(,220) > cookie=0x8220000, table=81, priority=0 actions=drop > cookie=0x4000001, table=90, priority=0 actions=resubmit(,17) > cookie=0x6900000, table=210, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=211, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=0 actions=write_metadata:0x2/0x2,goto_table:214 > cookie=0x6900000, table=212, priority=0 actions=drop > cookie=0x6900000, table=213, priority=0 actions=goto_table:214 > cookie=0x6900000, table=214, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=214, priority=0 actions=drop > cookie=0x6900000, table=215, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=216, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=217, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=217, priority=0 actions=drop > cookie=0x8000007, table=220, priority=10,reg6=0x1900,metadata=0x1/0x1 actions=drop > cookie=0x8000007, table=220, priority=9,reg6=0x500 actions=output:2 > cookie=0x8000007, table=220, priority=9,reg6=0x600 actions=output:3 > cookie=0x8000007, table=220, priority=9,reg6=0xc00 actions=output:4 > cookie=0x8000007, table=220, priority=9,reg6=0xd00 actions=output:5 > cookie=0x8000007, table=220, priority=9,reg6=0x1900 actions=output:1 > cookie=0x8000007, table=220, priority=9,reg6=0x1a00 actions=output:6 > cookie=0x6900000, table=239, priority=100,ipv6 actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=100,ip actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=0 actions=goto_table:240 > cookie=0x6900000, table=240, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241 > cookie=0x6900000, table=240, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220) > cookie=0x6900000, table=240, priority=0 actions=write_metadata:0x4/0x4,goto_table:247 > cookie=0x6900000, table=241, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=0 actions=write_metadata:0x2/0x2,goto_table:244 > cookie=0x6900000, table=242, priority=0 actions=drop > cookie=0x6900000, table=243, priority=0 actions=goto_table:244 > cookie=0x6900000, table=244, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=244, priority=0 actions=drop > cookie=0x6900000, table=245, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=246, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=247, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=247, priority=0 actions=drop >[heat-admin@controller-2 ~]$ > > > >------------------------------------------ > >### Deleting Network, Subnet, Router, Ports and Floating IP: > >. overcloudrc > >(overcloud) [stack@undercloud-0 ~]$ neutron router-gateway-clear router1 >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >Removed gateway from router router1 > >(overcloud) [stack@undercloud-0 ~]$ neutron router-port-list router1 >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >+--------------------------------------+------+----------------------------------+-------------------+-------------------------------------------------------------------------------------+ >| id | name | tenant_id | mac_address | fixed_ips | >+--------------------------------------+------+----------------------------------+-------------------+-------------------------------------------------------------------------------------+ >| a1400bb4-a5f1-4752-b428-019a2db9b732 | | 7d4e0453c2a640758d19d84e1e9ed6d5 | fa:16:3e:9a:5d:e4 | {"subnet_id": "2a07fe67-be21-4915-96f6-2b257fdf535e", "ip_address": "192.168.99.1"} | >+--------------------------------------+------+----------------------------------+-------------------+-------------------------------------------------------------------------------------+ > >(overcloud) [stack@undercloud-0 ~]$ neutron router-interface-delete router1 2a07fe67-be21-4915-96f6-2b257fdf535e >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >Removed interface from router router1. > > >(overcloud) [stack@undercloud-0 ~]$ openstack router delete router1 > > >(overcloud) [stack@undercloud-0 ~]$ neutron subnet-delete subnet1 >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >Deleted subnet(s): subnet1 > >(overcloud) [stack@undercloud-0 ~]$ neutron floatingip-list >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >+--------------------------------------+----------------------------------+------------------+---------------------+---------+ >| id | tenant_id | fixed_ip_address | floating_ip_address | port_id | >+--------------------------------------+----------------------------------+------------------+---------------------+---------+ >| 4788ab6a-6a91-44da-8cbe-596c01bdeee2 | 7d4e0453c2a640758d19d84e1e9ed6d5 | | 10.0.0.211 | | >+--------------------------------------+----------------------------------+------------------+---------------------+---------+ >(overcloud) [stack@undercloud-0 ~]$ neutron floatingip-delete 4788ab6a-6a91-44da-8cbe-596c01bdeee2 >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >Deleted floatingip(s): 4788ab6a-6a91-44da-8cbe-596c01bdeee2 > >(overcloud) [stack@undercloud-0 ~]$ neutron net-list >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >+--------------------------------------+--------+----------------------------------+--------------------------------------------------+ >| id | name | tenant_id | subnets | >+--------------------------------------+--------+----------------------------------+--------------------------------------------------+ >| 27f61f94-5aff-4cd6-ac59-b6a42954337f | net1 | 7d4e0453c2a640758d19d84e1e9ed6d5 | | >| 55af4295-66ef-4cf1-93b3-62208cd43385 | public | 7d4e0453c2a640758d19d84e1e9ed6d5 | f421c33b-2863-4589-ada0-4e20c28bf3e0 10.0.0.0/24 | >+--------------------------------------+--------+----------------------------------+--------------------------------------------------+ >(overcloud) [stack@undercloud-0 ~]$ neutron net-delete net1 >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >Deleted network(s): net1 >(overcloud) [stack@undercloud-0 ~]$ neutron net-delete public >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >Deleted network(s): public > > >------------------------------------ > > >### (2) Check OVS SNAT flows on each controller (After Network objects were removed): > ># controller-0 > >(overcloud) [stack@undercloud-0 ~]$ ssh heat-admin@192.168.24.12 >Last login: Thu Jul 12 11:06:19 2018 from 192.168.24.1 >[heat-admin@controller-0 ~]$ bridge=br-int >[heat-admin@controller-0 ~]$ OVS_FLOWS_REGEX="s/duration=[s0-9\.]*,|n_packets=[s0-9\.]*,|n_bytes=[0-9\.]*,//g" > >[heat-admin@controller-0 ~]$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int | sed -r ${OVS_FLOWS_REGEX} | egrep -v 'idle_timeout|table=5[01]' >OFPST_FLOW reply (OF1.3) (xid=0x2): > cookie=0x8000001, table=0, priority=5,in_port=2 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=3 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=4 actions=write_metadata:0x130000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=5 actions=write_metadata:0x140000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000000, table=17, priority=0,metadata=0x8000000000000000/0xf000000000000000 actions=write_metadata:0x9000000000000000/0xf000000000000000,goto_table:80 > cookie=0x6800000, table=18, priority=0 actions=goto_table:38 > cookie=0x8220015, table=19, priority=100,arp,arp_op=1 actions=resubmit(,17) > cookie=0x8220016, table=19, priority=100,arp,arp_op=2 actions=resubmit(,17) > cookie=0x1080000, table=19, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=20, priority=0 actions=goto_table:80 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.1 actions=set_field:52:54:00:74:55:8f->eth_dst,load:0x1700->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.14 actions=set_field:52:54:00:81:67:5d->eth_dst,load:0x1700->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000004, table=22, priority=0 actions=CONTROLLER:65535 > cookie=0x1080000, table=23, priority=0 actions=resubmit(,17) > cookie=0x1080000, table=24, priority=0 actions=resubmit(,17) > cookie=0x822002d, table=43, priority=100,arp,arp_op=1 actions=group:5000 > cookie=0x822002e, table=43, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48) > cookie=0x8220000, table=43, priority=0 actions=goto_table:48 > cookie=0x4000000, table=45, priority=0 actions=resubmit(,17) > cookie=0x8500000, table=48, priority=0 actions=resubmit(,49),resubmit(,50) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003) > cookie=0x8800017, table=55, priority=10,tun_id=0x17,metadata=0x170000000000/0xfffff0000000000 actions=drop > cookie=0x8800017, table=55, priority=9,tun_id=0x17 actions=load:0x1700->NXM_NX_REG6[],resubmit(,220) > cookie=0x6800000, table=60, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=80, priority=0 actions=resubmit(,17) > cookie=0x8220000, table=81, priority=0 actions=drop > cookie=0x4000001, table=90, priority=0 actions=resubmit(,17) > cookie=0x6900000, table=210, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=211, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=0 actions=write_metadata:0x2/0x2,goto_table:214 > cookie=0x6900000, table=212, priority=0 actions=drop > cookie=0x6900000, table=213, priority=0 actions=goto_table:214 > cookie=0x6900000, table=214, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=214, priority=0 actions=drop > cookie=0x6900000, table=215, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=216, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=217, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=217, priority=0 actions=drop > cookie=0x8000007, table=220, priority=9,reg6=0xe00 actions=output:2 > cookie=0x8000007, table=220, priority=9,reg6=0x1200 actions=output:3 > cookie=0x8000007, table=220, priority=9,reg6=0x1300 actions=output:4 > cookie=0x8000007, table=220, priority=9,reg6=0x1400 actions=output:5 > cookie=0x6900000, table=239, priority=100,ipv6 actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=100,ip actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=0 actions=goto_table:240 > cookie=0x6900000, table=240, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241 > cookie=0x6900000, table=240, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220) > cookie=0x6900000, table=240, priority=0 actions=write_metadata:0x4/0x4,goto_table:247 > cookie=0x6900000, table=241, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=0 actions=write_metadata:0x2/0x2,goto_table:244 > cookie=0x6900000, table=242, priority=0 actions=drop > cookie=0x6900000, table=243, priority=0 actions=goto_table:244 > cookie=0x6900000, table=244, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=244, priority=0 actions=drop > cookie=0x6900000, table=245, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=246, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=247, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=247, priority=0 actions=drop >[heat-admin@controller-0 ~]$ > > >------------- > ># controller-1 > >(overcloud) [stack@undercloud-0 ~]$ ssh heat-admin@192.168.24.10 >Last login: Thu Jul 12 11:07:33 2018 from 192.168.24.1 >[heat-admin@controller-1 ~]$ bridge=br-int >[heat-admin@controller-1 ~]$ OVS_FLOWS_REGEX="s/duration=[s0-9\.]*,|n_packets=[s0-9\.]*,|n_bytes=[0-9\.]*,//g" > >[heat-admin@controller-1 ~]$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int | sed -r ${OVS_FLOWS_REGEX} | egrep -v 'idle_timeout|table=5[01]' >OFPST_FLOW reply (OF1.3) (xid=0x2): > cookie=0x8000001, table=0, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=4 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=3 actions=write_metadata:0xa0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=5 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000000, table=17, priority=0,metadata=0x8000000000000000/0xf000000000000000 actions=write_metadata:0x9000000000000000/0xf000000000000000,goto_table:80 > cookie=0x6800000, table=18, priority=0 actions=goto_table:38 > cookie=0x8220015, table=19, priority=100,arp,arp_op=1 actions=resubmit(,17) > cookie=0x8220016, table=19, priority=100,arp,arp_op=2 actions=resubmit(,17) > cookie=0x1080000, table=19, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=20, priority=0 actions=goto_table:80 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.1 actions=set_field:52:54:00:74:55:8f->eth_dst,load:0x1800->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.14 actions=set_field:52:54:00:81:67:5d->eth_dst,load:0x1800->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000004, table=22, priority=0 actions=CONTROLLER:65535 > cookie=0x1080000, table=23, priority=0 actions=resubmit(,17) > cookie=0x1080000, table=24, priority=0 actions=resubmit(,17) > cookie=0x822002d, table=43, priority=100,arp,arp_op=1 actions=group:5000 > cookie=0x822002e, table=43, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48) > cookie=0x8220000, table=43, priority=0 actions=goto_table:48 > cookie=0x4000000, table=45, priority=0 actions=resubmit(,17) > cookie=0x8500000, table=48, priority=0 actions=resubmit(,49),resubmit(,50) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003) > cookie=0x8800018, table=55, priority=10,tun_id=0x18,metadata=0x180000000000/0xfffff0000000000 actions=drop > cookie=0x8800018, table=55, priority=9,tun_id=0x18 actions=load:0x1800->NXM_NX_REG6[],resubmit(,220) > cookie=0x6800000, table=60, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=80, priority=0 actions=resubmit(,17) > cookie=0x8220000, table=81, priority=0 actions=drop > cookie=0x4000001, table=90, priority=0 actions=resubmit(,17) > cookie=0x6900000, table=210, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=211, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=0 actions=write_metadata:0x2/0x2,goto_table:214 > cookie=0x6900000, table=212, priority=0 actions=drop > cookie=0x6900000, table=213, priority=0 actions=goto_table:214 > cookie=0x6900000, table=214, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=214, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=0 actions=drop > cookie=0x6900000, table=215, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=216, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=217, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=217, priority=0 actions=drop > cookie=0x8000007, table=220, priority=9,reg6=0x700 actions=output:2 > cookie=0x8000007, table=220, priority=9,reg6=0xa00 actions=output:3 > cookie=0x8000007, table=220, priority=9,reg6=0xb00 actions=output:4 > cookie=0x8000007, table=220, priority=9,reg6=0x1000 actions=output:5 > cookie=0x6900000, table=239, priority=100,ip actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=100,ipv6 actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=0 actions=goto_table:240 > cookie=0x6900000, table=240, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241 > cookie=0x6900000, table=240, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220) > cookie=0x6900000, table=240, priority=0 actions=write_metadata:0x4/0x4,goto_table:247 > cookie=0x6900000, table=241, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=0 actions=write_metadata:0x2/0x2,goto_table:244 > cookie=0x6900000, table=242, priority=0 actions=drop > cookie=0x6900000, table=243, priority=0 actions=goto_table:244 > cookie=0x6900000, table=244, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=244, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=0 actions=drop > cookie=0x6900000, table=245, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=246, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=247, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=247, priority=0 actions=drop >[heat-admin@controller-1 ~]$ > > >-------------- > ># controller-2 > >(overcloud) [stack@undercloud-0 ~]$ ssh heat-admin@192.168.24.8 >Last login: Thu Jul 12 11:09:07 2018 from 192.168.24.1 >[heat-admin@controller-2 ~]$ bridge=br-int >[heat-admin@controller-2 ~]$ OVS_FLOWS_REGEX="s/duration=[s0-9\.]*,|n_packets=[s0-9\.]*,|n_bytes=[0-9\.]*,//g" > >[heat-admin@controller-2 ~]$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int | sed -r ${OVS_FLOWS_REGEX} | egrep -v 'idle_timeout|table=5[01]' >OFPST_FLOW reply (OF1.3) (xid=0x2): > cookie=0x8000001, table=0, priority=5,in_port=2 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=3 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=4 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000000, table=17, priority=0,metadata=0x8000000000000000/0xf000000000000000 actions=write_metadata:0x9000000000000000/0xf000000000000000,goto_table:80 > cookie=0x6800000, table=18, priority=0 actions=goto_table:38 > cookie=0x8220015, table=19, priority=100,arp,arp_op=1 actions=resubmit(,17) > cookie=0x8220016, table=19, priority=100,arp,arp_op=2 actions=resubmit(,17) > cookie=0x1080000, table=19, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=20, priority=0 actions=goto_table:80 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.1 actions=set_field:52:54:00:74:55:8f->eth_dst,load:0x1900->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.14 actions=set_field:52:54:00:81:67:5d->eth_dst,load:0x1900->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000004, table=22, priority=0 actions=CONTROLLER:65535 > cookie=0x1080000, table=23, priority=0 actions=resubmit(,17) > cookie=0x1080000, table=24, priority=0 actions=resubmit(,17) > cookie=0x822002d, table=43, priority=100,arp,arp_op=1 actions=group:5000 > cookie=0x822002e, table=43, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48) > cookie=0x8220000, table=43, priority=0 actions=goto_table:48 > cookie=0x4000000, table=45, priority=0 actions=resubmit(,17) > cookie=0x8500000, table=48, priority=0 actions=resubmit(,49),resubmit(,50) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003) > cookie=0x8800019, table=55, priority=10,tun_id=0x19,metadata=0x190000000000/0xfffff0000000000 actions=drop > cookie=0x8800019, table=55, priority=9,tun_id=0x19 actions=load:0x1900->NXM_NX_REG6[],resubmit(,220) > cookie=0x6800000, table=60, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=80, priority=0 actions=resubmit(,17) > cookie=0x8220000, table=81, priority=0 actions=drop > cookie=0x4000001, table=90, priority=0 actions=resubmit(,17) > cookie=0x6900000, table=210, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=211, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=0 actions=write_metadata:0x2/0x2,goto_table:214 > cookie=0x6900000, table=212, priority=0 actions=drop > cookie=0x6900000, table=213, priority=0 actions=goto_table:214 > cookie=0x6900000, table=214, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=214, priority=0 actions=drop > cookie=0x6900000, table=215, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=216, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=217, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=217, priority=0 actions=drop > cookie=0x8000007, table=220, priority=9,reg6=0x500 actions=output:2 > cookie=0x8000007, table=220, priority=9,reg6=0x600 actions=output:3 > cookie=0x8000007, table=220, priority=9,reg6=0xc00 actions=output:4 > cookie=0x8000007, table=220, priority=9,reg6=0xd00 actions=output:5 > cookie=0x6900000, table=239, priority=100,ipv6 actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=100,ip actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=0 actions=goto_table:240 > cookie=0x6900000, table=240, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241 > cookie=0x6900000, table=240, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220) > cookie=0x6900000, table=240, priority=0 actions=write_metadata:0x4/0x4,goto_table:247 > cookie=0x6900000, table=241, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=0 actions=write_metadata:0x2/0x2,goto_table:244 > cookie=0x6900000, table=242, priority=0 actions=drop > cookie=0x6900000, table=243, priority=0 actions=goto_table:244 > cookie=0x6900000, table=244, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=244, priority=0 actions=drop > cookie=0x6900000, table=245, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=246, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=247, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=247, priority=0 actions=drop >[heat-admin@controller-2 ~]$ > > > > >-------------------------------------- > >### Re-creating Network, Subnet, Router and Floating IP: > > >(overcloud) [stack@undercloud-0 ~]$ >(overcloud) [stack@undercloud-0 ~]$ # Create an external network and a subnet >(overcloud) [stack@undercloud-0 ~]$ neutron net-create public --provider:physical_network datacentre --provider:network_type flat --router:external=True >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >Created a new network: >+---------------------------+--------------------------------------+ >| Field | Value | >+---------------------------+--------------------------------------+ >| admin_state_up | True | >| availability_zone_hints | | >| availability_zones | | >| created_at | 2018-07-12T11:14:23Z | >| description | | >| id | c4033ba7-4c80-49e8-abe0-6be629acd433 | >| ipv4_address_scope | | >| ipv6_address_scope | | >| is_default | False | >| mtu | 1500 | >| name | public | >| port_security_enabled | True | >| project_id | 7d4e0453c2a640758d19d84e1e9ed6d5 | >| provider:network_type | flat | >| provider:physical_network | datacentre | >| provider:segmentation_id | | >| revision_number | 5 | >| router:external | True | >| shared | False | >| status | ACTIVE | >| subnets | | >| tags | | >| tenant_id | 7d4e0453c2a640758d19d84e1e9ed6d5 | >| updated_at | 2018-07-12T11:14:23Z | >+---------------------------+--------------------------------------+ >(overcloud) [stack@undercloud-0 ~]$ >(overcloud) [stack@undercloud-0 ~]$ neutron subnet-create public 10.0.0.0/24 --dns-nameserver 10.25.28.28 --disable-dhcp --allocation-pool start=10.0.0.210,end=10.0.0.250 >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >Created a new subnet: >+-------------------+----------------------------------------------+ >| Field | Value | >+-------------------+----------------------------------------------+ >| allocation_pools | {"start": "10.0.0.210", "end": "10.0.0.250"} | >| cidr | 10.0.0.0/24 | >| created_at | 2018-07-12T11:14:35Z | >| description | | >| dns_nameservers | 10.25.28.28 | >| enable_dhcp | False | >| gateway_ip | 10.0.0.1 | >| host_routes | | >| id | 6a67400e-bad6-49f5-a582-af34f0837f0c | >| ip_version | 4 | >| ipv6_address_mode | | >| ipv6_ra_mode | | >| name | | >| network_id | c4033ba7-4c80-49e8-abe0-6be629acd433 | >| project_id | 7d4e0453c2a640758d19d84e1e9ed6d5 | >| revision_number | 0 | >| service_types | | >| subnetpool_id | | >| tags | | >| tenant_id | 7d4e0453c2a640758d19d84e1e9ed6d5 | >| updated_at | 2018-07-12T11:14:35Z | >+-------------------+----------------------------------------------+ >(overcloud) [stack@undercloud-0 ~]$ >(overcloud) [stack@undercloud-0 ~]$ # Create a router and attach an interface >(overcloud) [stack@undercloud-0 ~]$ neutron router-create router1 >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >Created a new router: >+-----------------------+--------------------------------------+ >| Field | Value | >+-----------------------+--------------------------------------+ >| admin_state_up | True | >| created_at | 2018-07-12T11:14:40Z | >| description | | >| distributed | False | >| external_gateway_info | | >| id | 39e733c9-e025-4654-a433-6ed9cd5f1a94 | >| name | router1 | >| project_id | 7d4e0453c2a640758d19d84e1e9ed6d5 | >| revision_number | 0 | >| routes | | >| status | ACTIVE | >| tags | | >| tenant_id | 7d4e0453c2a640758d19d84e1e9ed6d5 | >| updated_at | 2018-07-12T11:14:40Z | >+-----------------------+--------------------------------------+ >(overcloud) [stack@undercloud-0 ~]$ >(overcloud) [stack@undercloud-0 ~]$ neutron router-gateway-set router1 public >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >Set gateway for router router1 >(overcloud) [stack@undercloud-0 ~]$ >(overcloud) [stack@undercloud-0 ~]$ # Create a tenant network >(overcloud) [stack@undercloud-0 ~]$ NET1=$(openstack network create net1 | awk '/ id / { print $4}') >(overcloud) [stack@undercloud-0 ~]$ >(overcloud) [stack@undercloud-0 ~]$ neutron subnet-create --name subnet1 net1 192.168.99.0/24 >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >Created a new subnet: >+-------------------+----------------------------------------------------+ >| Field | Value | >+-------------------+----------------------------------------------------+ >| allocation_pools | {"start": "192.168.99.2", "end": "192.168.99.254"} | >| cidr | 192.168.99.0/24 | >| created_at | 2018-07-12T11:15:14Z | >| description | | >| dns_nameservers | | >| enable_dhcp | True | >| gateway_ip | 192.168.99.1 | >| host_routes | | >| id | 5402ffe0-f5b4-4af5-8b3a-900435114bf3 | >| ip_version | 4 | >| ipv6_address_mode | | >| ipv6_ra_mode | | >| name | subnet1 | >| network_id | a47d49d7-6b36-4c6e-966d-13e5b1e0ee2e | >| project_id | 7d4e0453c2a640758d19d84e1e9ed6d5 | >| revision_number | 0 | >| service_types | | >| subnetpool_id | | >| tags | | >| tenant_id | 7d4e0453c2a640758d19d84e1e9ed6d5 | >| updated_at | 2018-07-12T11:15:14Z | >+-------------------+----------------------------------------------------+ >(overcloud) [stack@undercloud-0 ~]$ >(overcloud) [stack@undercloud-0 ~]$ # Attach the tenant network to the router >(overcloud) [stack@undercloud-0 ~]$ neutron router-interface-add router1 subnet1 >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >Added interface 5cc995cb-404a-43fa-b1e6-d15c0d4643ec to router router1. >(overcloud) [stack@undercloud-0 ~]$ >(overcloud) [stack@undercloud-0 ~]$ # Create a floating IP >(overcloud) [stack@undercloud-0 ~]$ FIP=$(neutron floatingip-create public | grep floating_ip_address |awk '{print $4}') >neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. >(overcloud) [stack@undercloud-0 ~]$ >(overcloud) [stack@undercloud-0 ~]$ Launch an instance and associate a Floating IP to the instance >-bash: Launch: command not found >(overcloud) [stack@undercloud-0 ~]$ openstack server create --flavor m1.micro --image cirros --nic net-id=$NET1 vm2 >+-------------------------------------+-------------------------------------------------+ >| Field | Value | >+-------------------------------------+-------------------------------------------------+ >| OS-DCF:diskConfig | MANUAL | >| OS-EXT-AZ:availability_zone | | >| OS-EXT-SRV-ATTR:host | None | >| OS-EXT-SRV-ATTR:hypervisor_hostname | None | >| OS-EXT-SRV-ATTR:instance_name | | >| OS-EXT-STS:power_state | NOSTATE | >| OS-EXT-STS:task_state | scheduling | >| OS-EXT-STS:vm_state | building | >| OS-SRV-USG:launched_at | None | >| OS-SRV-USG:terminated_at | None | >| accessIPv4 | | >| accessIPv6 | | >| addresses | | >| adminPass | XZupzxCSo8wG | >| config_drive | | >| created | 2018-07-12T11:17:13Z | >| flavor | m1.micro (191a35ed-b549-4421-a99a-c7c61fb38577) | >| hostId | | >| id | 284c541a-b789-4940-9dbf-08b8039d5063 | >| image | cirros (790a5fdd-214a-4b6f-8af6-749254790338) | >| key_name | None | >| name | vm2 | >| progress | 0 | >| project_id | 7d4e0453c2a640758d19d84e1e9ed6d5 | >| properties | | >| security_groups | name='default' | >| status | BUILD | >| updated | 2018-07-12T11:17:13Z | >| user_id | 02a2bfa5035f4087818547b6aad925e0 | >| volumes_attached | | >+-------------------------------------+-------------------------------------------------+ >(overcloud) [stack@undercloud-0 ~]$ >(overcloud) [stack@undercloud-0 ~]$ sleep 30 >(overcloud) [stack@undercloud-0 ~]$ >(overcloud) [stack@undercloud-0 ~]$ openstack server add floating ip vm2 $FIP >(overcloud) [stack@undercloud-0 ~]$ >(overcloud) [stack@undercloud-0 ~]$ # Check connectivity >(overcloud) [stack@undercloud-0 ~]$ ping -c 10 $FIP >PING 10.0.0.212 (10.0.0.212) 56(84) bytes of data. >64 bytes from 10.0.0.212: icmp_seq=2 ttl=64 time=1.02 ms >64 bytes from 10.0.0.212: icmp_seq=3 ttl=64 time=0.573 ms >64 bytes from 10.0.0.212: icmp_seq=4 ttl=64 time=0.678 ms >64 bytes from 10.0.0.212: icmp_seq=5 ttl=64 time=0.629 ms >64 bytes from 10.0.0.212: icmp_seq=6 ttl=64 time=0.640 ms >64 bytes from 10.0.0.212: icmp_seq=7 ttl=64 time=0.665 ms >64 bytes from 10.0.0.212: icmp_seq=8 ttl=64 time=0.616 ms >64 bytes from 10.0.0.212: icmp_seq=9 ttl=64 time=0.587 ms >64 bytes from 10.0.0.212: icmp_seq=10 ttl=64 time=0.577 ms >64 bytes from 10.0.0.212: icmp_seq=11 ttl=64 time=0.609 ms > > >--------------------------------------------------- > >### (3) Check OVS SNAT flows on each controller (After Network objects were re-created): > ># controller-0 > >(overcloud) [stack@undercloud-0 ~]$ ssh heat-admin@192.168.24.12 >Last login: Thu Jul 12 12:03:40 2018 from 192.168.24.1 >[heat-admin@controller-0 ~]$ bridge=br-int >[heat-admin@controller-0 ~]$ OVS_FLOWS_REGEX="s/duration=[s0-9\.]*,|n_packets=[s0-9\.]*,|n_bytes=[0-9\.]*,//g" > >[heat-admin@controller-0 ~]$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int | sed -r ${OVS_FLOWS_REGEX} | egrep -v 'idle_timeout|table=5[01]' >OFPST_FLOW reply (OF1.3) (xid=0x2): > cookie=0x8000001, table=0, priority=5,in_port=2 actions=write_metadata:0xe0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=3 actions=write_metadata:0x120000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=4 actions=write_metadata:0x130000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=5 actions=write_metadata:0x140000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000000, table=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x240000000001/0xffffff0000000001,goto_table:17 > cookie=0x8000000, table=0, priority=4,in_port=8,vlan_tci=0x0000/0x1fff actions=write_metadata:0x280000000000/0xffffff0000000001,goto_table:17 > cookie=0x8040000, table=17, priority=10,metadata=0x9000240000000000/0xffffff0000000000 actions=load:0x24->NXM_NX_REG1[0..19],load:0x138c->NXM_NX_REG7[0..15],write_metadata:0xa00024138c000000/0xfffffffffffffffe,goto_table:43 > cookie=0x8000001, table=17, priority=10,metadata=0x240000000000/0xffffff0000000000 actions=load:0x186af->NXM_NX_REG3[0..24],write_metadata:0x9000240000030d5e/0xfffffffffffffffe,goto_table:19 > cookie=0x8040000, table=17, priority=10,metadata=0x9000280000000000/0xffffff0000000000 actions=load:0x28->NXM_NX_REG1[0..19],load:0x138d->NXM_NX_REG7[0..15],write_metadata:0xa00028138d000000/0xfffffffffffffffe,goto_table:43 > cookie=0x8000001, table=17, priority=10,metadata=0x280000000000/0xffffff0000000000 actions=load:0x186b2->NXM_NX_REG3[0..24],write_metadata:0x9000280000030d64/0xfffffffffffffffe,goto_table:19 > cookie=0x8000000, table=17, priority=0,metadata=0x8000000000000000/0xf000000000000000 actions=write_metadata:0x9000000000000000/0xf000000000000000,goto_table:80 > cookie=0x6800000, table=18, priority=0 actions=goto_table:38 > cookie=0x8220015, table=19, priority=100,arp,arp_op=1 actions=resubmit(,17) > cookie=0x8220016, table=19, priority=100,arp,arp_op=2 actions=resubmit(,17) > cookie=0x8000009, table=19, priority=20,metadata=0x30d64/0xfffffe,dl_dst=fa:16:3e:1f:66:5d actions=goto_table:21 > cookie=0x1080000, table=19, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=20, priority=0 actions=goto_table:80 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.1 actions=set_field:52:54:00:74:55:8f->eth_dst,load:0x1700->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.14 actions=set_field:52:54:00:81:67:5d->eth_dst,load:0x1700->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.217 actions=set_field:fa:16:3e:2d:c2:ea->eth_dst,load:0x2400->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.1 actions=set_field:52:54:00:74:55:8f->eth_dst,load:0x2400->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.2 actions=set_field:0x25->tun_id,set_field:fa:16:3e:c4:3a:03->eth_dst,load:0x1400->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.3 actions=set_field:0x25->tun_id,set_field:fa:16:3e:a5:26:c7->eth_dst,load:0xe00->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.4 actions=group:150007 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.6 actions=set_field:0x25->tun_id,set_field:fa:16:3e:4e:b4:d2->eth_dst,load:0x1200->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.212 actions=set_field:fa:16:3e:0a:3c:fc->eth_dst,load:0x2400->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.14 actions=set_field:52:54:00:81:67:5d->eth_dst,load:0x2400->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,icmp,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.1,icmp_type=8,icmp_code=0 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:fa:16:3e:1f:66:5d->eth_src,move:NXM_OF_IP_SRC[]->NXM_OF_IP_DST[],set_field:192.168.99.1->ip_src,set_field:0->icmp_type,load:0->NXM_OF_IN_PORT[],resubmit(,21) > cookie=0x8000003, table=21, priority=34,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.0/24 actions=write_metadata:0x138c030d60/0xfffffffffe,goto_table:22 > cookie=0x8000004, table=21, priority=10,ip,metadata=0x30d60/0xfffffe actions=group:225002 > cookie=0x8000006, table=21, priority=10,ip,metadata=0x30d64/0xfffffe actions=goto_table:26 > cookie=0x8000004, table=22, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.255 actions=drop > cookie=0x8000004, table=22, priority=0 actions=CONTROLLER:65535 > cookie=0x1080000, table=23, priority=0 actions=resubmit(,17) > cookie=0x1080000, table=24, priority=0 actions=resubmit(,17) > cookie=0x8000006, table=26, priority=5,ip,metadata=0x30d64/0xfffffe actions=set_field:0x186b2->tun_id,group:225003 > cookie=0x900138d, table=36, priority=5,tun_id=0x25 actions=write_metadata:0x138d000000/0xfffffffff000000,goto_table:51 > cookie=0x905138d, table=38, priority=5,tun_id=0x25 actions=write_metadata:0x138d000000/0xfffffffff000000,goto_table:51 > cookie=0x822002d, table=43, priority=100,arp,arp_op=1 actions=group:5000 > cookie=0x822002e, table=43, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48) > cookie=0x8220000, table=43, priority=0 actions=goto_table:48 > cookie=0x4000000, table=45, priority=0 actions=resubmit(,17) > cookie=0x8500000, table=48, priority=0 actions=resubmit(,49),resubmit(,50) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003) > cookie=0x870138c, table=52, priority=5,metadata=0x138c000000/0xffff000001 actions=write_actions(group:210008) > cookie=0x870138c, table=52, priority=5,metadata=0x138c000001/0xffff000001 actions=write_actions(group:210007) > cookie=0x870138d, table=52, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010) > cookie=0x870138d, table=52, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009) > cookie=0x8800017, table=55, priority=10,tun_id=0x17,metadata=0x170000000000/0xfffff0000000000 actions=drop > cookie=0x8800024, table=55, priority=10,tun_id=0x24,metadata=0x240000000000/0xfffff0000000000 actions=drop > cookie=0x8800028, table=55, priority=10,tun_id=0x28,metadata=0x280000000000/0xfffff0000000000 actions=drop > cookie=0x8800017, table=55, priority=9,tun_id=0x17 actions=load:0x1700->NXM_NX_REG6[],resubmit(,220) > cookie=0x8800024, table=55, priority=9,tun_id=0x24 actions=load:0x2400->NXM_NX_REG6[],resubmit(,220) > cookie=0x8800028, table=55, priority=9,tun_id=0x28 actions=load:0x2800->NXM_NX_REG6[],resubmit(,220) > cookie=0x6800000, table=60, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=80, priority=0 actions=resubmit(,17) > cookie=0xc8ca6428, table=81, priority=100,arp,metadata=0x28138d000000/0xfffffffff000000,arp_tpa=192.168.99.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:fa:16:3e:1f:66:5d->eth_src,load:0x2->NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],load:0xfa163e1f665d->NXM_NX_ARP_SHA[],load:0xc0a86301->NXM_OF_ARP_SPA[],load:0->NXM_OF_IN_PORT[],load:0x2800->NXM_NX_REG6[],resubmit(,220) > cookie=0x8220000, table=81, priority=0 actions=drop > cookie=0x4000001, table=90, priority=0 actions=resubmit(,17) > cookie=0x6900000, table=210, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=211, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=0 actions=write_metadata:0x2/0x2,goto_table:214 > cookie=0x6900000, table=212, priority=0 actions=drop > cookie=0x6900000, table=213, priority=0 actions=goto_table:214 > cookie=0x6900000, table=214, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=214, priority=0 actions=drop > cookie=0x6900000, table=215, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=216, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=217, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=217, priority=0 actions=drop > cookie=0x8000007, table=220, priority=10,reg6=0x2400,metadata=0x1/0x1 actions=drop > cookie=0x8000007, table=220, priority=9,reg6=0xe00 actions=output:2 > cookie=0x8000007, table=220, priority=9,reg6=0x1200 actions=output:3 > cookie=0x8000007, table=220, priority=9,reg6=0x1300 actions=output:4 > cookie=0x8000007, table=220, priority=9,reg6=0x1400 actions=output:5 > cookie=0x8000007, table=220, priority=9,reg6=0x2400 actions=output:1 > cookie=0x8000007, table=220, priority=9,reg6=0x2800 actions=output:8 > cookie=0x6900000, table=239, priority=100,ipv6 actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=100,ip actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=0 actions=goto_table:240 > cookie=0x6900000, table=240, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241 > cookie=0x6900000, table=240, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220) > cookie=0x6900000, table=240, priority=0 actions=write_metadata:0x4/0x4,goto_table:247 > cookie=0x6900000, table=241, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=0 actions=write_metadata:0x2/0x2,goto_table:244 > cookie=0x6900000, table=242, priority=0 actions=drop > cookie=0x6900000, table=243, priority=0 actions=goto_table:244 > cookie=0x6900000, table=244, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=244, priority=0 actions=drop > cookie=0x6900000, table=245, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=246, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=247, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=247, priority=0 actions=drop >[heat-admin@controller-0 ~]$ > > >----------------------- > ># controller-1 > >(overcloud) [stack@undercloud-0 ~]$ ssh heat-admin@192.168.24.10 >Last login: Thu Jul 12 12:05:13 2018 from 192.168.24.1 >[heat-admin@controller-1 ~]$ bridge=br-int >[heat-admin@controller-1 ~]$ OVS_FLOWS_REGEX="s/duration=[s0-9\.]*,|n_packets=[s0-9\.]*,|n_bytes=[0-9\.]*,//g" > >[heat-admin@controller-1 ~]$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int | sed -r ${OVS_FLOWS_REGEX} | egrep -v 'idle_timeout|table=5[01]' >OFPST_FLOW reply (OF1.3) (xid=0x2): > cookie=0x8000001, table=0, priority=5,in_port=2 actions=write_metadata:0x70000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=4 actions=write_metadata:0xb0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=3 actions=write_metadata:0xa0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=5 actions=write_metadata:0x100000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000000, table=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x230000000001/0xffffff0000000001,goto_table:17 > cookie=0x8000000, table=0, priority=4,in_port=8,vlan_tci=0x0000/0x1fff actions=write_metadata:0x260000000000/0xffffff0000000001,goto_table:17 > cookie=0x8000001, table=17, priority=10,metadata=0x230000000000/0xffffff0000000000 actions=load:0x186af->NXM_NX_REG3[0..24],write_metadata:0x9000230000030d5e/0xfffffffffffffffe,goto_table:19 > cookie=0x8040000, table=17, priority=10,metadata=0x9000230000000000/0xffffff0000000000 actions=load:0x23->NXM_NX_REG1[0..19],load:0x138c->NXM_NX_REG7[0..15],write_metadata:0xa00023138c000000/0xfffffffffffffffe,goto_table:43 > cookie=0x8040000, table=17, priority=10,metadata=0x9000260000000000/0xffffff0000000000 actions=load:0x26->NXM_NX_REG1[0..19],load:0x138d->NXM_NX_REG7[0..15],write_metadata:0xa00026138d000000/0xfffffffffffffffe,goto_table:43 > cookie=0x8000001, table=17, priority=10,metadata=0x260000000000/0xffffff0000000000 actions=load:0x186b2->NXM_NX_REG3[0..24],write_metadata:0x9000260000030d64/0xfffffffffffffffe,goto_table:19 > cookie=0x8000000, table=17, priority=0,metadata=0x8000000000000000/0xf000000000000000 actions=write_metadata:0x9000000000000000/0xf000000000000000,goto_table:80 > cookie=0x6800000, table=18, priority=0 actions=goto_table:38 > cookie=0x8220015, table=19, priority=100,arp,arp_op=1 actions=resubmit(,17) > cookie=0x8220016, table=19, priority=100,arp,arp_op=2 actions=resubmit(,17) > cookie=0x8000009, table=19, priority=20,metadata=0x30d64/0xfffffe,dl_dst=fa:16:3e:1f:66:5d actions=goto_table:21 > cookie=0x1080000, table=19, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=20, priority=0 actions=goto_table:80 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.1 actions=set_field:52:54:00:74:55:8f->eth_dst,load:0x1800->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.14 actions=set_field:52:54:00:81:67:5d->eth_dst,load:0x1800->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.217 actions=set_field:fa:16:3e:2d:c2:ea->eth_dst,load:0x2300->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.1 actions=set_field:52:54:00:74:55:8f->eth_dst,load:0x2300->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.4 actions=set_field:0x25->tun_id,set_field:fa:16:3e:8d:c0:95->eth_dst,load:0x1000->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.3 actions=set_field:0x25->tun_id,set_field:fa:16:3e:a5:26:c7->eth_dst,load:0xb00->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.2 actions=group:150009 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.6 actions=set_field:0x25->tun_id,set_field:fa:16:3e:4e:b4:d2->eth_dst,load:0xa00->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.212 actions=set_field:fa:16:3e:0a:3c:fc->eth_dst,load:0x2300->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.14 actions=set_field:52:54:00:81:67:5d->eth_dst,load:0x2300->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,icmp,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.1,icmp_type=8,icmp_code=0 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:fa:16:3e:1f:66:5d->eth_src,move:NXM_OF_IP_SRC[]->NXM_OF_IP_DST[],set_field:192.168.99.1->ip_src,set_field:0->icmp_type,load:0->NXM_OF_IN_PORT[],resubmit(,21) > cookie=0x8000003, table=21, priority=34,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.0/24 actions=write_metadata:0x138c030d60/0xfffffffffe,goto_table:22 > cookie=0x8000004, table=21, priority=10,ip,metadata=0x30d60/0xfffffe actions=group:225002 > cookie=0x8000006, table=21, priority=10,ip,metadata=0x30d64/0xfffffe actions=goto_table:26 > cookie=0x8000004, table=22, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.255 actions=drop > cookie=0x8000004, table=22, priority=0 actions=CONTROLLER:65535 > cookie=0x1080000, table=23, priority=0 actions=resubmit(,17) > cookie=0x1080000, table=24, priority=0 actions=resubmit(,17) > cookie=0x8000006, table=26, priority=5,ip,metadata=0x30d64/0xfffffe actions=set_field:0x186b2->tun_id,group:225003 > cookie=0x900138d, table=36, priority=5,tun_id=0x25 actions=write_metadata:0x138d000000/0xfffffffff000000,goto_table:51 > cookie=0x905138d, table=38, priority=5,tun_id=0x25 actions=write_metadata:0x138d000000/0xfffffffff000000,goto_table:51 > cookie=0x822002d, table=43, priority=100,arp,arp_op=1 actions=group:5000 > cookie=0x822002e, table=43, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48) > cookie=0x8220000, table=43, priority=0 actions=goto_table:48 > cookie=0x4000000, table=45, priority=0 actions=resubmit(,17) > cookie=0x8500000, table=48, priority=0 actions=resubmit(,49),resubmit(,50) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003) > cookie=0x870138c, table=52, priority=5,metadata=0x138c000000/0xffff000001 actions=write_actions(group:210008) > cookie=0x870138c, table=52, priority=5,metadata=0x138c000001/0xffff000001 actions=write_actions(group:210007) > cookie=0x870138d, table=52, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010) > cookie=0x870138d, table=52, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009) > cookie=0x8800018, table=55, priority=10,tun_id=0x18,metadata=0x180000000000/0xfffff0000000000 actions=drop > cookie=0x8800023, table=55, priority=10,tun_id=0x23,metadata=0x230000000000/0xfffff0000000000 actions=drop > cookie=0x8800026, table=55, priority=10,tun_id=0x26,metadata=0x260000000000/0xfffff0000000000 actions=drop > cookie=0x8800018, table=55, priority=9,tun_id=0x18 actions=load:0x1800->NXM_NX_REG6[],resubmit(,220) > cookie=0x8800023, table=55, priority=9,tun_id=0x23 actions=load:0x2300->NXM_NX_REG6[],resubmit(,220) > cookie=0x8800026, table=55, priority=9,tun_id=0x26 actions=load:0x2600->NXM_NX_REG6[],resubmit(,220) > cookie=0x6800000, table=60, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=80, priority=0 actions=resubmit(,17) > cookie=0xc8ca6426, table=81, priority=100,arp,metadata=0x26138d000000/0xfffffffff000000,arp_tpa=192.168.99.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:fa:16:3e:1f:66:5d->eth_src,load:0x2->NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],load:0xfa163e1f665d->NXM_NX_ARP_SHA[],load:0xc0a86301->NXM_OF_ARP_SPA[],load:0->NXM_OF_IN_PORT[],load:0x2600->NXM_NX_REG6[],resubmit(,220) > cookie=0x8220000, table=81, priority=0 actions=drop > cookie=0x4000001, table=90, priority=0 actions=resubmit(,17) > cookie=0x6900000, table=210, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=211, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=0 actions=write_metadata:0x2/0x2,goto_table:214 > cookie=0x6900000, table=212, priority=0 actions=drop > cookie=0x6900000, table=213, priority=0 actions=goto_table:214 > cookie=0x6900000, table=214, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=214, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=0 actions=drop > cookie=0x6900000, table=215, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=216, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=217, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=217, priority=0 actions=drop > cookie=0x8000007, table=220, priority=10,reg6=0x2300,metadata=0x1/0x1 actions=drop > cookie=0x8000007, table=220, priority=9,reg6=0x700 actions=output:2 > cookie=0x8000007, table=220, priority=9,reg6=0xa00 actions=output:3 > cookie=0x8000007, table=220, priority=9,reg6=0xb00 actions=output:4 > cookie=0x8000007, table=220, priority=9,reg6=0x1000 actions=output:5 > cookie=0x8000007, table=220, priority=9,reg6=0x2300 actions=output:1 > cookie=0x8000007, table=220, priority=9,reg6=0x2600 actions=output:8 > cookie=0x6900000, table=239, priority=100,ip actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=100,ipv6 actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=0 actions=goto_table:240 > cookie=0x6900000, table=240, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241 > cookie=0x6900000, table=240, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220) > cookie=0x6900000, table=240, priority=0 actions=write_metadata:0x4/0x4,goto_table:247 > cookie=0x6900000, table=241, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=0 actions=write_metadata:0x2/0x2,goto_table:244 > cookie=0x6900000, table=242, priority=0 actions=drop > cookie=0x6900000, table=243, priority=0 actions=goto_table:244 > cookie=0x6900000, table=244, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=244, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=0 actions=drop > cookie=0x6900000, table=245, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=246, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=247, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=247, priority=0 actions=drop >[heat-admin@controller-1 ~]$ > > >------------ > ># controller-2 > >(overcloud) [stack@undercloud-0 ~]$ ssh heat-admin@192.168.24.8 >Last login: Thu Jul 12 12:06:08 2018 from 192.168.24.1 >[heat-admin@controller-2 ~]$ bridge=br-int >[heat-admin@controller-2 ~]$ OVS_FLOWS_REGEX="s/duration=[s0-9\.]*,|n_packets=[s0-9\.]*,|n_bytes=[0-9\.]*,//g" > >[heat-admin@controller-2 ~]$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int | sed -r ${OVS_FLOWS_REGEX} | egrep -v 'idle_timeout|table=5[01]' >OFPST_FLOW reply (OF1.3) (xid=0x2): > cookie=0x8000001, table=0, priority=5,in_port=2 actions=write_metadata:0x50000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=3 actions=write_metadata:0x60000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=4 actions=write_metadata:0xc0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000001, table=0, priority=5,in_port=5 actions=write_metadata:0xd0000000001/0xfffff0000000001,goto_table:36 > cookie=0x8000000, table=0, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x250000000001/0xffffff0000000001,goto_table:17 > cookie=0x8000000, table=0, priority=4,in_port=8,vlan_tci=0x0000/0x1fff actions=write_metadata:0x270000000000/0xffffff0000000001,goto_table:17 > cookie=0x8000001, table=17, priority=10,metadata=0x250000000000/0xffffff0000000000 actions=load:0x186af->NXM_NX_REG3[0..24],write_metadata:0x9000250000030d5e/0xfffffffffffffffe,goto_table:19 > cookie=0x8040000, table=17, priority=10,metadata=0x9000250000000000/0xffffff0000000000 actions=load:0x25->NXM_NX_REG1[0..19],load:0x138c->NXM_NX_REG7[0..15],write_metadata:0xa00025138c000000/0xfffffffffffffffe,goto_table:43 > cookie=0x8000001, table=17, priority=10,metadata=0x270000000000/0xffffff0000000000 actions=load:0x186b2->NXM_NX_REG3[0..24],write_metadata:0x9000270000030d64/0xfffffffffffffffe,goto_table:19 > cookie=0x8040000, table=17, priority=10,metadata=0x9000270000000000/0xffffff0000000000 actions=load:0x27->NXM_NX_REG1[0..19],load:0x138d->NXM_NX_REG7[0..15],write_metadata:0xa00027138d000000/0xfffffffffffffffe,goto_table:43 > cookie=0x8000000, table=17, priority=0,metadata=0x8000000000000000/0xf000000000000000 actions=write_metadata:0x9000000000000000/0xf000000000000000,goto_table:80 > cookie=0x6800000, table=18, priority=0 actions=goto_table:38 > cookie=0x8220015, table=19, priority=100,arp,arp_op=1 actions=resubmit(,17) > cookie=0x8220016, table=19, priority=100,arp,arp_op=2 actions=resubmit(,17) > cookie=0x8000009, table=19, priority=20,metadata=0x30d64/0xfffffe,dl_dst=fa:16:3e:1f:66:5d actions=goto_table:21 > cookie=0x1080000, table=19, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=20, priority=0 actions=goto_table:80 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.1 actions=set_field:52:54:00:74:55:8f->eth_dst,load:0x1900->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=10.0.0.14 actions=set_field:52:54:00:81:67:5d->eth_dst,load:0x1900->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.217 actions=set_field:fa:16:3e:2d:c2:ea->eth_dst,load:0x2500->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.1 actions=set_field:52:54:00:74:55:8f->eth_dst,load:0x2500->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.4 actions=set_field:0x25->tun_id,set_field:fa:16:3e:8d:c0:95->eth_dst,load:0xd00->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.2 actions=set_field:0x25->tun_id,set_field:fa:16:3e:c4:3a:03->eth_dst,load:0xc00->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.3 actions=group:150008 > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.6 actions=set_field:0x25->tun_id,set_field:fa:16:3e:4e:b4:d2->eth_dst,load:0x500->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.212 actions=set_field:fa:16:3e:0a:3c:fc->eth_dst,load:0x2500->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.14 actions=set_field:52:54:00:81:67:5d->eth_dst,load:0x2500->NXM_NX_REG6[],resubmit(,220) > cookie=0x8000003, table=21, priority=42,icmp,metadata=0x30d64/0xfffffe,nw_dst=192.168.99.1,icmp_type=8,icmp_code=0 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:fa:16:3e:1f:66:5d->eth_src,move:NXM_OF_IP_SRC[]->NXM_OF_IP_DST[],set_field:192.168.99.1->ip_src,set_field:0->icmp_type,load:0->NXM_OF_IN_PORT[],resubmit(,21) > cookie=0x8000003, table=21, priority=34,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.0/24 actions=write_metadata:0x138c030d60/0xfffffffffe,goto_table:22 > cookie=0x8000004, table=21, priority=10,ip,metadata=0x30d60/0xfffffe actions=group:225002 > cookie=0x8000006, table=21, priority=10,ip,metadata=0x30d64/0xfffffe actions=goto_table:26 > cookie=0x8000004, table=22, priority=42,ip,metadata=0x30d60/0xfffffe,nw_dst=10.0.0.255 actions=drop > cookie=0x8000004, table=22, priority=0 actions=CONTROLLER:65535 > cookie=0x1080000, table=23, priority=0 actions=resubmit(,17) > cookie=0x1080000, table=24, priority=0 actions=resubmit(,17) > cookie=0x8000006, table=26, priority=5,ip,metadata=0x30d64/0xfffffe actions=set_field:0x186b2->tun_id,group:225003 > cookie=0x900138d, table=36, priority=5,tun_id=0x25 actions=write_metadata:0x138d000000/0xfffffffff000000,goto_table:51 > cookie=0x905138d, table=38, priority=5,tun_id=0x25 actions=write_metadata:0x138d000000/0xfffffffff000000,goto_table:51 > cookie=0x822002d, table=43, priority=100,arp,arp_op=1 actions=group:5000 > cookie=0x822002e, table=43, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48) > cookie=0x8220000, table=43, priority=0 actions=goto_table:48 > cookie=0x4000000, table=45, priority=0 actions=resubmit(,17) > cookie=0x8500000, table=48, priority=0 actions=resubmit(,49),resubmit(,50) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004) > cookie=0x870138a, table=52, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003) > cookie=0x870138c, table=52, priority=5,metadata=0x138c000000/0xffff000001 actions=write_actions(group:210008) > cookie=0x870138c, table=52, priority=5,metadata=0x138c000001/0xffff000001 actions=write_actions(group:210007) > cookie=0x870138d, table=52, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010) > cookie=0x870138d, table=52, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009) > cookie=0x8800019, table=55, priority=10,tun_id=0x19,metadata=0x190000000000/0xfffff0000000000 actions=drop > cookie=0x8800025, table=55, priority=10,tun_id=0x25,metadata=0x250000000000/0xfffff0000000000 actions=drop > cookie=0x8800027, table=55, priority=10,tun_id=0x27,metadata=0x270000000000/0xfffff0000000000 actions=drop > cookie=0x8800019, table=55, priority=9,tun_id=0x19 actions=load:0x1900->NXM_NX_REG6[],resubmit(,220) > cookie=0x8800025, table=55, priority=9,tun_id=0x25 actions=load:0x2500->NXM_NX_REG6[],resubmit(,220) > cookie=0x8800027, table=55, priority=9,tun_id=0x27 actions=load:0x2700->NXM_NX_REG6[],resubmit(,220) > cookie=0x6800000, table=60, priority=0 actions=resubmit(,17) > cookie=0x1030000, table=80, priority=0 actions=resubmit(,17) > cookie=0xc8ca6427, table=81, priority=100,arp,metadata=0x27138d000000/0xfffffffff000000,arp_tpa=192.168.99.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:fa:16:3e:1f:66:5d->eth_src,load:0x2->NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],load:0xfa163e1f665d->NXM_NX_ARP_SHA[],load:0xc0a86301->NXM_OF_ARP_SPA[],load:0->NXM_OF_IN_PORT[],load:0x2700->NXM_NX_REG6[],resubmit(,220) > cookie=0x8220000, table=81, priority=0 actions=drop > cookie=0x4000001, table=90, priority=0 actions=resubmit(,17) > cookie=0x6900000, table=210, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=210, priority=0 actions=write_metadata:0x4/0x4,goto_table:217 > cookie=0x6900000, table=211, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212 > cookie=0x6900000, table=211, priority=0 actions=write_metadata:0x2/0x2,goto_table:214 > cookie=0x6900000, table=212, priority=0 actions=drop > cookie=0x6900000, table=213, priority=0 actions=goto_table:214 > cookie=0x6900000, table=214, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17) > cookie=0x6900000, table=214, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=214, priority=0 actions=drop > cookie=0x6900000, table=215, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=216, priority=0 actions=resubmit(,214) > cookie=0x6900000, table=217, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=217, priority=0 actions=drop > cookie=0x8000007, table=220, priority=10,reg6=0x2500,metadata=0x1/0x1 actions=drop > cookie=0x8000007, table=220, priority=9,reg6=0x500 actions=output:2 > cookie=0x8000007, table=220, priority=9,reg6=0x600 actions=output:3 > cookie=0x8000007, table=220, priority=9,reg6=0xc00 actions=output:4 > cookie=0x8000007, table=220, priority=9,reg6=0xd00 actions=output:5 > cookie=0x8000007, table=220, priority=9,reg6=0x2500 actions=output:1 > cookie=0x8000007, table=220, priority=9,reg6=0x2700 actions=output:8 > cookie=0x6900000, table=239, priority=100,ipv6 actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=100,ip actions=ct_clear,goto_table:240 > cookie=0x6900000, table=239, priority=0 actions=goto_table:240 > cookie=0x6900000, table=240, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241 > cookie=0x6900000, table=240, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220) > cookie=0x6900000, table=240, priority=0 actions=write_metadata:0x4/0x4,goto_table:247 > cookie=0x6900000, table=241, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242 > cookie=0x6900000, table=241, priority=0 actions=write_metadata:0x2/0x2,goto_table:244 > cookie=0x6900000, table=242, priority=0 actions=drop > cookie=0x6900000, table=243, priority=0 actions=goto_table:244 > cookie=0x6900000, table=244, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220) > cookie=0x6900000, table=244, priority=62030,ct_state=-trk actions=ct_clear,resubmit(,242) > cookie=0x6900000, table=244, priority=0 actions=drop > cookie=0x6900000, table=245, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=246, priority=0 actions=resubmit(,244) > cookie=0x6900000, table=247, priority=62019,metadata=0x4/0x4 actions=drop > cookie=0x6900000, table=247, priority=0 actions=drop >[heat-admin@controller-2 ~]$
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1515815
: 1458382 |
1458383
|
1458384
|
1458385