Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Controller: fedora2 -- 172.16.58.139
- Compute: fedora1 -- 172.16.58.136
- ================================
- To boot into any compute node you want, we need to give the demo tenant an admin role.
- The following will force a tenant VM to boot onto the specified (fedora1 compute) nova compute host. The DevStack "demo" project does not have the permissions in its default role so we need to add this ID to the "admin" role.
- nova boot --flavor m1.nano --image 8261eca8-7c88-4dfc-b198-b1b92e3ef916 --nic net-id=58e717fc-0ea1-4845-9fe5-9ca2159b55f3 admin2vm1 --availability_zone=nova:fedora1
- Add the demo user to the admin role to use the availability-zone option with the following. Grab demo related uuids from the following commands and plug them into the last.
- -keystone tenant-list
- -keystone user-list
- -keystone role-list
- -keystone user-role-add --user 73cb82d1bcae4b98a8ad2fa89c57fcb7 --role fa143e6628e8421dbc131c98eb7ccf22 --tenant_id 471c5556be1b4929acd30b4f35b44f68
- Now . ./openrc demo demo
- nova boot --flavor m1.nano --image 8261eca8-7c88-4dfc-b198-b1b92e3ef916 --nic net-id=58e717fc-0ea1-4845-9fe5-9ca2159b55f3 admin2vm1 --availability_zone=nova:fedora1
- Will boot a host on the specified compute node
- ============================= nova-list demo tenant =====================
- [brent@fedora1 devstack]$ . ./openrc demo demo
- [brent@fedora1 devstack]$ nova list
- +--------------------------------------+-------+--------+------------+-------------+------------------+
- | ID | Name | Status | Task State | Power State | Networks |
- +--------------------------------------+-------+--------+------------+-------------+------------------+
- | 397abecb-ab8d-4dc7-a881-a9de929d73ef | f2vm1 | ACTIVE | None | Running | private=10.0.0.7 |
- | 2c0aa5ad-5a88-49ea-b452-03071cebdd28 | r2vm2 | ACTIVE | None | Running | private=10.0.0.4 |
- | b12960cf-6125-4d5a-a984-975c57ccc2d5 | r2vm3 | ACTIVE | None | Running | private=10.0.0.5 |
- | f7ccb75e-522f-409e-b268-6bed79fa7473 | r2vm3 | ACTIVE | None | Running | private=10.0.0.6 |
- +--------------------------------------+-------+--------+------------+-------------+------------------+
- ============================= nova-list demo tenant =====================
- [brent@fedora1 devstack]$ . ./openrc admin admin
- [brent@fedora1 devstack]$ nova list
- +--------------------------------------+-----------+--------+------------+-------------+------------------+
- | ID | Name | Status | Task State | Power State | Networks |
- +--------------------------------------+-----------+--------+------------+-------------+------------------+
- | 62c26e76-1d20-424c-a82d-242d85b45d42 | admin2vm1 | ACTIVE | None | Running | private=10.0.0.8 |
- | e3fe70b7-5516-464c-96f3-923062e05173 | r2vm1 | ACTIVE | None | Running | private=10.0.0.3 |
- +--------------------------------------+-----------+--------+------------+-------------+------------------+
- ============================= neutron router-list =====================
- #neutron router-list
- +--------------------------------------+---------+-----------------------------------------------------------------------------+
- | id | name | external_gateway_info |
- +--------------------------------------+---------+-----------------------------------------------------------------------------+
- | 1fbed97e-c642-44c7-a9f5-f476f477c7a7 | router1 | {"network_id": "1d5dc244-1eb3-4ea0-b0ef-9f37420571aa", "enable_snat": true} |
- +--------------------------------------+---------+-----------------------------------------------------------------------------+
- ============================= ovs Table for br-int Compute Node =====================
- [brent@fedora1 devstack]$ sudo ovs-ofctl dump-tables br-int
- OFPST_TABLE reply (xid=0x2): 254 tables
- 0: classifier: wild=0x3fffff, max=1000000, active=1
- lookup=139, matched=138
- 1: table1 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- ========================= ovs-Table for br-tun Compute Node =========================
- [brent@fedora1 devstack]$ sudo ovs-ofctl dump-tables br-tun
- OFPST_TABLE reply (xid=0x2): 254 tables
- 0: classifier: wild=0x3fffff, max=1000000, active=3
- lookup=139, matched=137
- 1: table1 : wild=0x3fffff, max=1000000, active=2
- lookup=0, matched=0
- 2: table2 : wild=0x3fffff, max=1000000, active=2
- lookup=0, matched=0
- 3: table3 : wild=0x3fffff, max=1000000, active=1
- lookup=0, matched=0
- 4: table4 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- 5: table5 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- 6: table6 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- 7: table7 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- 8: table8 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- 9: table9 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- 10: table10 : wild=0x3fffff, max=1000000, active=1
- lookup=0, matched=0
- 11: table11 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- ============================== ovs-ofctl from Compute Node ================================
- [brent@fedora1 devstack]$ sudo ovs-ofctl dump-flows br-int
- NXST_FLOW reply (xid=0x4):
- cookie=0x0, duration=9295.22s, table=0, n_packets=95, n_bytes=11430, idle_age=115, priority=1 actions=NORMAL
- [brent@fedora1 devstack]$ sudo ovs-ofctl dump-flows br-tun
- NXST_FLOW reply (xid=0x4):
- cookie=0x0, duration=9289.549s, table=0, n_packets=36, n_bytes=3716, idle_age=120, priority=1,in_port=1 actions=resubmit(,1)
- cookie=0x0, duration=9277.941s, table=0, n_packets=57, n_bytes=7554, idle_age=124, priority=1,in_port=2 actions=resubmit(,2)
- cookie=0x0, duration=9288.606s, table=0, n_packets=1, n_bytes=70, idle_age=9287, priority=0 actions=drop
- cookie=0x0, duration=9288.002s, table=1, n_packets=16, n_bytes=1300, idle_age=124, priority=0,dl_dst=00:00:00:00:00:00/01:00:00:00:00:00 actions=resubmit(,20)
- cookie=0x0, duration=9287.336s, table=1, n_packets=20, n_bytes=2416, idle_age=120, priority=0,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=resubmit(,21)
- cookie=0x0, duration=8810.795s, table=2, n_packets=57, n_bytes=7554, idle_age=124, priority=1,tun_id=0x1 actions=mod_vlan_vid:1,resubmit(,10)
- cookie=0x0, duration=9286.754s, table=2, n_packets=0, n_bytes=0, idle_age=9286, priority=0 actions=drop
- cookie=0x0, duration=9286.12s, table=3, n_packets=0, n_bytes=0, idle_age=9286, priority=0 actions=drop
- cookie=0x0, duration=9285.505s, table=10, n_packets=57, n_bytes=7554, idle_age=124, priority=1 actions=learn(table=20,hard_timeout=300,priority=1,NXM_OF_VLAN_TCI[0..11],NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[],load:0->NXM_OF_VLAN_TCI[],load:NXM_NX_TUN_ID[]->NXM_NX_TUN_ID[],output:NXM_OF_IN_PORT[]),output:1
- cookie=0x0, duration=129.145s, table=20, n_packets=2, n_bytes=140, hard_timeout=300, idle_age=124, hard_age=123, priority=1,vlan_tci=0x0001/0x0fff,dl_dst=fa:16:3e:6f:53:28 actions=load:0->NXM_OF_VLAN_TCI[],load:0x1->NXM_NX_TUN_ID[],output:2
- cookie=0x0, duration=129.383s, table=20, n_packets=6, n_bytes=510, hard_timeout=300, idle_age=129, priority=1,vlan_tci=0x0001/0x0fff,dl_dst=fa:16:3e:ac:df:03 actions=load:0->NXM_OF_VLAN_TCI[],load:0x1->NXM_NX_TUN_ID[],output:2
- cookie=0x0, duration=9284.898s, table=20, n_packets=0, n_bytes=0, idle_age=9284, priority=0 actions=resubmit(,21)
- cookie=0x0, duration=8811.279s, table=21, n_packets=20, n_bytes=2416, idle_age=120, priority=1,dl_vlan=1 actions=strip_vlan,set_tunnel:0x1,output:2
- cookie=0x0, duration=9284.407s, table=21, n_packets=0, n_bytes=0, idle_age=9284, priority=0 actions=drop
- ============================= Resubmit Action ===========================================
- (The resubmit action can search OpenFlow flow tables with arbitrary in_port values, so flows that match port numbers that do not exist from an OpenFlow perspective can still potentially be matched.)
- ============================== ovs-vsctl show from Compute Node ================================
- ad6767c0-f906-485b-bde0-c6805772bff9
- Bridge br-tun
- Port patch-int
- Interface patch-int
- type: patch
- options: {peer=patch-tun}
- Port br-tun
- Interface br-tun
- type: internal
- Port "gre-172.16.58.139"
- Interface "gre-172.16.58.139"
- type: gre
- options: {in_key=flow, local_ip="172.16.58.136", out_key=flow, remote_ip="172.16.58.139"}
- Bridge br-int
- Port patch-tun
- Interface patch-tun
- type: patch
- options: {peer=patch-int}
- Port "tap00b9dc6d-7d"
- tag: 1
- Interface "tap00b9dc6d-7d"
- Port "tapcfe489f1-80"
- tag: 1
- Interface "tapcfe489f1-80"
- Port "tap552a2c98-60"
- tag: 1
- Interface "tap552a2c98-60"
- Port br-int
- Interface br-int
- type: internal
- ovs_version: "1.11.0"
- ============================== ovsdb-client dump from Compute Node ================================
- [brent@fedora1 devstack]$ sudo ovsdb-client dump
- Bridge table
- _uuid controller datapath_id datapath_type external_ids fail_mode flood_vlans flow_tables ipfix mirrors name netflow other_config ports protocols sflow status stp_enable
- ------------------------------------ ---------- ------------------ ------------- ------------------ --------- ----------- ----------- ----- ------- ------ ------- ------------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --------- ----- ------ ----------
- 5bb0f178-3980-4020-8e3b-6adeed671623 [] "00007af1b05b2040" "" {} [] [] {} [] [] br-tun [] {} [2870fe70-17f8-4b93-a28d-bd68c4222693, 32f86ac0-d209-405e-89c0-4f877b96ed1c, fa5b7332-b53e-469f-9fb4-2e490b17549d] [] [] {} false
- 968cedf0-1b60-4a96-ad40-2133f29b9107 [] "0000f2ed8c96964a" "" {bridge-id=br-int} [] [] {} [] [] br-int [] {} [5450e91a-ec29-4e5a-bedf-e7e6e1adda89, a1091455-efe9-4eb2-b98a-772ad8b8707a, cc90d985-d6c1-410f-aae2-5d2f6ec0fd51, cddfabae-1969-40d9-bd17-6c83781b22fb, e6da3502-5250-4fce-9b74-ce6fa644f04e] [] [] {} false
- Controller table
- _uuid connection_mode controller_burst_limit controller_rate_limit enable_async_messages external_ids inactivity_probe is_connected local_gateway local_ip local_netmask max_backoff other_config role status target
- ----- --------------- ---------------------- --------------------- --------------------- ------------ ---------------- ------------ ------------- -------- ------------- ----------- ------------ ---- ------ ------
- Flow_Sample_Collector_Set table
- _uuid bridge external_ids id ipfix
- ----- ------ ------------ -- -----
- Flow_Table table
- _uuid flow_limit groups name overflow_policy
- ----- ---------- ------ ---- ---------------
- IPFIX table
- _uuid external_ids obs_domain_id obs_point_id sampling targets
- ----- ------------ ------------- ------------ -------- -------
- Interface table
- _uuid admin_state cfm_fault cfm_fault_status cfm_health cfm_mpid cfm_remote_mpids cfm_remote_opstate duplex external_ids ingress_policing_burst ingress_policing_rate lacp_current link_resets link_speed link_state mac mac_in_use mtu name ofport ofport_request options other_config statistics status type
- ------------------------------------ ----------- --------- ---------------- ---------- -------- ---------------- ------------------ ------ ------------------------------------------------------------------------------------------------------------------------------------------------------ ---------------------- --------------------- ------------ ----------- ---------- ---------- --- ------------------- ---- ------------------- ------ -------------- -------------------------------------------------------------------------------- ------------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------- --------
- 6a16103f-a12f-418b-a150-9bbf7fe8a37d up [] [] [] [] [] [] [] {} 0 0 [] 0 [] up [] "6e:32:40:25:8b:fe" [] patch-int 1 [] {peer=patch-tun} {} {collisions=0, rx_bytes=5574, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=54, tx_bytes=9018, tx_dropped=0, tx_errors=0, tx_packets=69} {} patch
- 9d03afe9-de39-4bda-b369-990433187fb9 up [] [] [] [] [] [] [] {} 0 0 [] 0 [] up [] "ca:95:1b:fb:39:f2" [] "gre-172.16.58.139" 2 [] {in_key=flow, local_ip="172.16.58.136", out_key=flow, remote_ip="172.16.58.139"} {} {collisions=0, rx_bytes=4263, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=34, tx_bytes=5574, tx_dropped=0, tx_errors=0, tx_packets=54} {tunnel_egress_iface="eno16777736", tunnel_egress_iface_carrier=up} gre
- 115b9d4c-4ae1-4a60-995a-1fe79aa12aa4 up [] [] [] [] [] [] [] {} 0 0 [] 0 [] up [] "da:e6:2f:9f:43:13" [] patch-tun 1 [] {peer=patch-int} {} {collisions=0, rx_bytes=9018, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=69, tx_bytes=5574, tx_dropped=0, tx_errors=0, tx_packets=54} {} patch
- bacf7b01-dc54-4a3b-a0be-b226e116577a up [] [] [] [] [] [] [] {} 0 0 [] 2 [] up [] "7a:f1:b0:5b:20:40" 1500 br-tun 65534 [] {} {} {collisions=0, rx_bytes=648, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=8, tx_bytes=0, tx_dropped=0, tx_errors=0, tx_packets=0} {driver_name=openvswitch} internal
- a5818c96-4f83-4a96-bb37-aada249a610a up [] [] [] [] [] [] [] {} 0 0 [] 2 [] up [] "f2:ed:8c:96:96:4a" 1500 br-int 65534 [] {} {} {collisions=0, rx_bytes=648, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=8, tx_bytes=8250, tx_dropped=0, tx_errors=0, tx_packets=63} {driver_name=openvswitch} internal
- 510520ce-8c25-4d7e-b0ac-468f955cb5ff up [] [] [] [] [] [] full {attached-mac="fa:16:3e:6f:83:5e", iface-id="00b9dc6d-7de4-415b-ac89-5e3fdf559f17", iface-status=active, vm-id="62c26e76-1d20-424c-a82d-242d85b45d42"} 0 0 [] 1 10000000 up [] "fe:16:3e:6f:83:5e" 1500 "tap00b9dc6d-7d" 4 [] {} {} {collisions=0, rx_bytes=1858, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=18, tx_bytes=1464, tx_dropped=0, tx_errors=0, tx_packets=12} {driver_name=tun, driver_version="1.6", firmware_version=""} ""
- 14024788-4a5b-49cf-8a25-deaa69921092 up [] [] [] [] [] [] full {attached-mac="fa:16:3e:7e:ef:a5", iface-id="cfe489f1-8089-49ea-be34-a5cf82fa1e8e", iface-status=active, vm-id="397abecb-ab8d-4dc7-a881-a9de929d73ef"} 0 0 [] 1 10000000 up [] "fe:16:3e:7e:ef:a5" 1500 "tapcfe489f1-80" 3 [] {} {} {collisions=0, rx_bytes=1858, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=18, tx_bytes=2672, tx_dropped=0, tx_errors=0, tx_packets=22} {driver_name=tun, driver_version="1.6", firmware_version=""} ""
- 39cf37d4-3642-4402-8f41-52e2eecb4da1 up [] [] [] [] [] [] full {attached-mac="fa:16:3e:88:03:c9", iface-id="552a2c98-6046-40df-9d08-a1fe39766728", iface-status=active, vm-id="e3fe70b7-5516-464c-96f3-923062e05173"} 0 0 [] 1 10000000 up [] "fe:16:3e:88:03:c9" 1500 "tap552a2c98-60" 2 [] {} {} {collisions=0, rx_bytes=1858, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=18, tx_bytes=8506, tx_dropped=0, tx_errors=0, tx_packets=65} {driver_name=tun, driver_version="1.6", firmware_version=""} ""
- Manager table
- _uuid connection_mode external_ids inactivity_probe is_connected max_backoff other_config status target
- ----- --------------- ------------ ---------------- ------------ ----------- ------------ ------ ------
- Mirror table
- _uuid external_ids name output_port output_vlan select_all select_dst_port select_src_port select_vlan statistics
- ----- ------------ ---- ----------- ----------- ---------- --------------- --------------- ----------- ----------
- NetFlow table
- _uuid active_timeout add_id_to_interface engine_id engine_type external_ids targets
- ----- -------------- ------------------- --------- ----------- ------------ -------
- Open_vSwitch table
- _uuid bridges cur_cfg db_version external_ids manager_options next_cfg other_config ovs_version ssl statistics system_type system_version
- ------------------------------------ ---------------------------------------------------------------------------- ------- ---------- -------------------------------------------------- --------------- -------- ------------ ----------- --- ---------- ----------- --------------
- ad6767c0-f906-485b-bde0-c6805772bff9 [5bb0f178-3980-4020-8e3b-6adeed671623, 968cedf0-1b60-4a96-ad40-2133f29b9107] 27 "7.1.0" {system-id="8834615c-4196-43d5-989e-a288ec8fcb19"} [] 27 {} "1.11.0" [] {} unknown unknown
- Port table
- _uuid bond_downdelay bond_fake_iface bond_mode bond_updelay external_ids fake_bridge interfaces lacp mac name other_config qos statistics status tag trunks vlan_mode
- ------------------------------------ -------------- --------------- --------- ------------ ------------ ----------- -------------------------------------- ---- --- ------------------- ------------ --- ---------- ------ --- ------ ---------
- e6da3502-5250-4fce-9b74-ce6fa644f04e 0 false [] 0 {} false [a5818c96-4f83-4a96-bb37-aada249a610a] [] [] br-int {} [] {} {} [] [] []
- 32f86ac0-d209-405e-89c0-4f877b96ed1c 0 false [] 0 {} false [bacf7b01-dc54-4a3b-a0be-b226e116577a] [] [] br-tun {} [] {} {} [] [] []
- fa5b7332-b53e-469f-9fb4-2e490b17549d 0 false [] 0 {} false [9d03afe9-de39-4bda-b369-990433187fb9] [] [] "gre-172.16.58.139" {} [] {} {} [] [] []
- 2870fe70-17f8-4b93-a28d-bd68c4222693 0 false [] 0 {} false [6a16103f-a12f-418b-a150-9bbf7fe8a37d] [] [] patch-int {} [] {} {} [] [] []
- 5450e91a-ec29-4e5a-bedf-e7e6e1adda89 0 false [] 0 {} false [115b9d4c-4ae1-4a60-995a-1fe79aa12aa4] [] [] patch-tun {} [] {} {} [] [] []
- a1091455-efe9-4eb2-b98a-772ad8b8707a 0 false [] 0 {} false [510520ce-8c25-4d7e-b0ac-468f955cb5ff] [] [] "tap00b9dc6d-7d" {} [] {} {} 1 [] []
- cddfabae-1969-40d9-bd17-6c83781b22fb 0 false [] 0 {} false [39cf37d4-3642-4402-8f41-52e2eecb4da1] [] [] "tap552a2c98-60" {} [] {} {} 1 [] []
- cc90d985-d6c1-410f-aae2-5d2f6ec0fd51 0 false [] 0 {} false [14024788-4a5b-49cf-8a25-deaa69921092] [] [] "tapcfe489f1-80" {} [] {} {} 1 [] []
- QoS table
- _uuid external_ids other_config queues type
- ----- ------------ ------------ ------ ----
- Queue table
- _uuid dscp external_ids other_config
- ----- ---- ------------ ------------
- SSL table
- _uuid bootstrap_ca_cert ca_cert certificate external_ids private_key
- ----- ----------------- ------- ----------- ------------ -----------
- sFlow table
- _uuid agent external_ids header polling sampling targets
- ----- ----- ------------ ------ ------- -------- -------
- ============================== ovsdb-client dump from Controller Node ================================
- [brent@fedora2 devstack]$ sudo ovsdb-client dump
- Bridge table
- _uuid controller datapath_id datapath_type external_ids fail_mode flood_vlans flow_tables ipfix mirrors name netflow other_config ports protocols sflow status stp_enable
- ------------------------------------ ---------- ------------------ ------------- ------------------ --------- ----------- ----------- ----- ------- ------ ------- ------------ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --------- ----- ------ ----------
- 462fc407-38cc-4902-acd8-cd3053c71cee [] "000006c42f460249" "" {} [] [] {} [] [] br-tun [] {} [1a8e888b-30b7-423a-9a07-f464657cb237, a1f6812a-33a0-4e26-b024-dbea1cd1c8d7, e4650535-8751-4a39-a24e-56a9ed59e7d3] [] [] {} false
- eeef5088-2789-47d6-ab5d-cbbd3745f015 [] "00008a50efeed647" "" {bridge-id=br-ex} [] [] {} [] [] br-ex [] {} [d131c243-c6b6-4656-ac75-731c26377358, f98d5da9-b6be-476d-8fab-d8b400bebfcf] [] [] {} false
- 17d26fcf-894c-4d97-b48f-0e0a6f180798 [] "0000ce6fd217974d" "" {bridge-id=br-int} [] [] {} [] [] br-int [] {} [17b91b18-1afe-477d-ac5c-4e2db323c37f, 509e9068-e944-4515-a206-442b85fdeaeb, 594ae4fb-4f1d-4fef-8e6f-a00ff048c20e, 6d34b43d-a057-4bfb-ba00-55912c8fb6f5, 80b70ea5-0c45-4baa-ac94-702a6d0ac678, c7676339-0720-4543-8226-ef886153dedd, fe72c52f-d2c7-4627-8876-06ae7fc3cba5] [] [] {} false
- Controller table
- _uuid connection_mode controller_burst_limit controller_rate_limit enable_async_messages external_ids inactivity_probe is_connected local_gateway local_ip local_netmask max_backoff other_config role status target
- ----- --------------- ---------------------- --------------------- --------------------- ------------ ---------------- ------------ ------------- -------- ------------- ----------- ------------ ---- ------ ------
- Flow_Sample_Collector_Set table
- _uuid bridge external_ids id ipfix
- ----- ------ ------------ -- -----
- Flow_Table table
- _uuid flow_limit groups name overflow_policy
- ----- ---------- ------ ---- ---------------
- IPFIX table
- _uuid external_ids obs_domain_id obs_point_id sampling targets
- ----- ------------ ------------- ------------ -------- -------
- Interface table
- _uuid admin_state cfm_fault cfm_fault_status cfm_health cfm_mpid cfm_remote_mpids cfm_remote_opstate duplex external_ids ingress_policing_burst ingress_policing_rate lacp_current link_resets link_speed link_state mac mac_in_use mtu name ofport ofport_request options other_config statistics status type
- ------------------------------------ ----------- --------- ---------------- ---------- -------- ---------------- ------------------ ------ ------------------------------------------------------------------------------------------------------------------------------------------------------ ---------------------- --------------------- ------------ ----------- ---------- ---------- --- ------------------- ---- ------------------- ------ -------------- -------------------------------------------------------------------------------- ------------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------- --------
- 7ae150c9-0dc3-4a04-bfd3-a6adc0edc6e4 down [] [] [] [] [] [] [] {attached-mac="fa:16:3e:6f:53:28", iface-id="b08aa5f0-9706-41e0-af50-b70aa4f6b84f", iface-status=active} 0 0 [] 3 [] down [] [] [] "qr-b08aa5f0-97" 3 [] {} {} {collisions=0, rx_bytes=1908, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=28, tx_bytes=9250, tx_dropped=0, tx_errors=0, tx_packets=77} {driver_name=openvswitch} internal
- f8609e91-5b86-4e2e-89a3-0c25053bd578 down [] [] [] [] [] [] [] {attached-mac="fa:16:3e:7c:a0:fa", iface-id="d71cd17e-3dc1-4a10-a731-36fbe900c48e", iface-status=active} 0 0 [] 3 [] down [] [] [] "qg-d71cd17e-3d" 1 [] {} {} {collisions=0, rx_bytes=816, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=10, tx_bytes=0, tx_dropped=0, tx_errors=0, tx_packets=0} {driver_name=openvswitch} internal
- fa0b8a50-cad1-41c3-90b3-1e5948862120 down [] [] [] [] [] [] [] {attached-mac="fa:16:3e:ac:df:03", iface-id="629d5b16-45ce-4d90-b7f1-1e7231dd72ee", iface-status=active} 0 0 [] 3 [] down [] [] [] "tap629d5b16-45" 2 [] {} {} {collisions=0, rx_bytes=9981, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=76, tx_bytes=11790, tx_dropped=0, tx_errors=0, tx_packets=105} {driver_name=openvswitch} internal
- 529f0d8c-0300-4dfe-b964-c881e9312905 up [] [] [] [] [] [] [] {} 0 0 [] 0 [] up [] "0e:a8:20:1b:de:8c" [] "gre-172.16.58.136" 2 [] {in_key=flow, local_ip="172.16.58.139", out_key=flow, remote_ip="172.16.58.136"} {} {collisions=0, rx_bytes=2787, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=25, tx_bytes=9018, tx_dropped=0, tx_errors=0, tx_packets=69} {tunnel_egress_iface="eno16777736", tunnel_egress_iface_carrier=up} gre
- 42b289e5-bffb-4963-bcdc-f6c505daf7e9 up [] [] [] [] [] [] [] {} 0 0 [] 0 [] up [] "16:cd:12:89:ed:ac" [] patch-int 1 [] {peer=patch-tun} {} {collisions=0, rx_bytes=10650, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=89, tx_bytes=5734, tx_dropped=0, tx_errors=0, tx_packets=56} {} patch
- 45c75688-f798-4de5-bbec-fadd38179d20 up [] [] [] [] [] [] [] {} 0 0 [] 0 [] up [] "36:3f:09:57:40:0f" [] patch-tun 1 [] {peer=patch-int} {} {collisions=0, rx_bytes=5734, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=56, tx_bytes=10650, tx_dropped=0, tx_errors=0, tx_packets=89} {} patch
- a4e63e47-6d32-4204-8ec3-fa4100dceabf up [] [] [] [] [] [] [] {} 0 0 [] 2 [] up [] "06:c4:2f:46:02:49" 1500 br-tun 65534 [] {} {} {collisions=0, rx_bytes=648, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=8, tx_bytes=0, tx_dropped=0, tx_errors=0, tx_packets=0} {driver_name=openvswitch} internal
- 29e0f185-058f-46f7-b6b4-617647bbe8ee up [] [] [] [] [] [] [] {} 0 0 [] 2 [] up [] "8a:50:ef:ee:d6:47" 1500 br-ex 65534 [] {} {} {collisions=0, rx_bytes=270, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=3, tx_bytes=816, tx_dropped=0, tx_errors=0, tx_packets=10} {driver_name=openvswitch} internal
- eebcb636-ae8a-4caa-80d6-935a0999785e up [] [] [] [] [] [] [] {} 0 0 [] 2 [] up [] "ce:6f:d2:17:97:4d" 1500 br-int 65534 [] {} {} {collisions=0, rx_bytes=648, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=8, tx_bytes=10042, tx_dropped=0, tx_errors=0, tx_packets=85} {driver_name=openvswitch} internal
- e392dae5-c9ba-47b5-b432-58e7b60e55d5 up [] [] [] [] [] [] full {attached-mac="fa:16:3e:04:c1:e1", iface-id="d793fce2-c1e0-487f-879a-839c5ce530ce", iface-status=active, vm-id="2c0aa5ad-5a88-49ea-b452-03071cebdd28"} 0 0 [] 1 10000000 up [] "fe:16:3e:04:c1:e1" 1500 "tapd793fce2-c1" 4 [] {} {} {collisions=0, rx_bytes=2192, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=19, tx_bytes=7455, tx_dropped=0, tx_errors=0, tx_packets=58} {driver_name=tun, driver_version="1.6", firmware_version=""} ""
- 8ed28fa6-e404-44b0-abcc-4780c1b3066c up [] [] [] [] [] [] full {attached-mac="fa:16:3e:15:8c:c4", iface-id="a304e38d-1d5e-49ae-8852-4916978b5807", iface-status=active, vm-id="f7ccb75e-522f-409e-b268-6bed79fa7473"} 0 0 [] 1 10000000 up [] "fe:16:3e:15:8c:c4" 1500 "tapa304e38d-1d" 6 [] {} {} {collisions=0, rx_bytes=2192, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=19, tx_bytes=4789, tx_dropped=0, tx_errors=0, tx_packets=39} {driver_name=tun, driver_version="1.6", firmware_version=""} ""
- 5270ab85-ff62-4bea-8893-0060429507b9 up [] [] [] [] [] [] full {attached-mac="fa:16:3e:39:98:dc", iface-id="5ae0f0cb-78e6-4682-aa13-8f673d78f5a4", iface-status=active, vm-id="b12960cf-6125-4d5a-a984-975c57ccc2d5"} 0 0 [] 1 10000000 up [] "fe:16:3e:39:98:dc" 1500 "tap5ae0f0cb-78" 5 [] {} {} {collisions=0, rx_bytes=2192, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=19, tx_bytes=6331, tx_dropped=0, tx_errors=0, tx_packets=50} {driver_name=tun, driver_version="1.6", firmware_version=""} ""
- Manager table
- _uuid connection_mode external_ids inactivity_probe is_connected max_backoff other_config status target
- ----- --------------- ------------ ---------------- ------------ ----------- ------------ ------ ------
- Mirror table
- _uuid external_ids name output_port output_vlan select_all select_dst_port select_src_port select_vlan statistics
- ----- ------------ ---- ----------- ----------- ---------- --------------- --------------- ----------- ----------
- NetFlow table
- _uuid active_timeout add_id_to_interface engine_id engine_type external_ids targets
- ----- -------------- ------------------- --------- ----------- ------------ -------
- Open_vSwitch table
- _uuid bridges cur_cfg db_version external_ids manager_options next_cfg other_config ovs_version ssl statistics system_type system_version
- ------------------------------------ ------------------------------------------------------------------------------------------------------------------ ------- ---------- -------------------------------------------------- --------------- -------- ------------ ----------- --- ---------- ----------- --------------
- 1b24b28e-0930-4726-a4bd-39f5d5b5dd52 [17d26fcf-894c-4d97-b48f-0e0a6f180798, 462fc407-38cc-4902-acd8-cd3053c71cee, eeef5088-2789-47d6-ab5d-cbbd3745f015] 24 "7.1.0" {system-id="3597684e-bcf7-4af2-b559-caf9317e881a"} [] 24 {} "1.11.0" [] {} unknown unknown
- Port table
- _uuid bond_downdelay bond_fake_iface bond_mode bond_updelay external_ids fake_bridge interfaces lacp mac name other_config qos statistics status tag trunks vlan_mode
- ------------------------------------ -------------- --------------- --------- ------------ ------------ ----------- -------------------------------------- ---- --- ------------------- ------------ --- ---------- ------ --- ------ ---------
- f98d5da9-b6be-476d-8fab-d8b400bebfcf 0 false [] 0 {} false [29e0f185-058f-46f7-b6b4-617647bbe8ee] [] [] br-ex {} [] {} {} [] [] []
- 6d34b43d-a057-4bfb-ba00-55912c8fb6f5 0 false [] 0 {} false [eebcb636-ae8a-4caa-80d6-935a0999785e] [] [] br-int {} [] {} {} [] [] []
- e4650535-8751-4a39-a24e-56a9ed59e7d3 0 false [] 0 {} false [a4e63e47-6d32-4204-8ec3-fa4100dceabf] [] [] br-tun {} [] {} {} [] [] []
- a1f6812a-33a0-4e26-b024-dbea1cd1c8d7 0 false [] 0 {} false [529f0d8c-0300-4dfe-b964-c881e9312905] [] [] "gre-172.16.58.136" {} [] {} {} [] [] []
- 1a8e888b-30b7-423a-9a07-f464657cb237 0 false [] 0 {} false [42b289e5-bffb-4963-bcdc-f6c505daf7e9] [] [] patch-int {} [] {} {} [] [] []
- c7676339-0720-4543-8226-ef886153dedd 0 false [] 0 {} false [45c75688-f798-4de5-bbec-fadd38179d20] [] [] patch-tun {} [] {} {} [] [] []
- d131c243-c6b6-4656-ac75-731c26377358 0 false [] 0 {} false [f8609e91-5b86-4e2e-89a3-0c25053bd578] [] [] "qg-d71cd17e-3d" {} [] {} {} [] [] []
- fe72c52f-d2c7-4627-8876-06ae7fc3cba5 0 false [] 0 {} false [7ae150c9-0dc3-4a04-bfd3-a6adc0edc6e4] [] [] "qr-b08aa5f0-97" {} [] {} {} 1 [] []
- 80b70ea5-0c45-4baa-ac94-702a6d0ac678 0 false [] 0 {} false [5270ab85-ff62-4bea-8893-0060429507b9] [] [] "tap5ae0f0cb-78" {} [] {} {} 1 [] []
- 594ae4fb-4f1d-4fef-8e6f-a00ff048c20e 0 false [] 0 {} false [fa0b8a50-cad1-41c3-90b3-1e5948862120] [] [] "tap629d5b16-45" {} [] {} {} 1 [] []
- 509e9068-e944-4515-a206-442b85fdeaeb 0 false [] 0 {} false [8ed28fa6-e404-44b0-abcc-4780c1b3066c] [] [] "tapa304e38d-1d" {} [] {} {} 1 [] []
- 17b91b18-1afe-477d-ac5c-4e2db323c37f 0 false [] 0 {} false [e392dae5-c9ba-47b5-b432-58e7b60e55d5] [] [] "tapd793fce2-c1" {} [] {} {} 1 [] []
- QoS table
- _uuid external_ids other_config queues type
- ----- ------------ ------------ ------ ----
- Queue table
- _uuid dscp external_ids other_config
- ----- ---- ------------ ------------
- SSL table
- _uuid bootstrap_ca_cert ca_cert certificate external_ids private_key
- ----- ----------------- ------- ----------- ------------ -----------
- sFlow table
- _uuid agent external_ids header polling sampling targets
- ----- ----- ------------ ------ ------- -------- -------
- ============================== ovsdb-client dump from Compute Node ================================
- [brent@fedora1 devstack]$ sudo ovsdb-client dump
- Bridge table
- _uuid controller datapath_id datapath_type external_ids fail_mode flood_vlans flow_tables ipfix mirrors name netflow other_config ports protocols sflow status stp_enable
- ------------------------------------ ---------- ------------------ ------------- ------------------ --------- ----------- ----------- ----- ------- ------ ------- ------------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --------- ----- ------ ----------
- 5bb0f178-3980-4020-8e3b-6adeed671623 [] "00007af1b05b2040" "" {} [] [] {} [] [] br-tun [] {} [2870fe70-17f8-4b93-a28d-bd68c4222693, 32f86ac0-d209-405e-89c0-4f877b96ed1c, fa5b7332-b53e-469f-9fb4-2e490b17549d] [] [] {} false
- 968cedf0-1b60-4a96-ad40-2133f29b9107 [] "0000f2ed8c96964a" "" {bridge-id=br-int} [] [] {} [] [] br-int [] {} [5450e91a-ec29-4e5a-bedf-e7e6e1adda89, a1091455-efe9-4eb2-b98a-772ad8b8707a, cc90d985-d6c1-410f-aae2-5d2f6ec0fd51, cddfabae-1969-40d9-bd17-6c83781b22fb, e6da3502-5250-4fce-9b74-ce6fa644f04e] [] [] {} false
- Controller table
- _uuid connection_mode controller_burst_limit controller_rate_limit enable_async_messages external_ids inactivity_probe is_connected local_gateway local_ip local_netmask max_backoff other_config role status target
- ----- --------------- ---------------------- --------------------- --------------------- ------------ ---------------- ------------ ------------- -------- ------------- ----------- ------------ ---- ------ ------
- Flow_Sample_Collector_Set table
- _uuid bridge external_ids id ipfix
- ----- ------ ------------ -- -----
- Flow_Table table
- _uuid flow_limit groups name overflow_policy
- ----- ---------- ------ ---- ---------------
- IPFIX table
- _uuid external_ids obs_domain_id obs_point_id sampling targets
- ----- ------------ ------------- ------------ -------- -------
- Interface table
- _uuid admin_state cfm_fault cfm_fault_status cfm_health cfm_mpid cfm_remote_mpids cfm_remote_opstate duplex external_ids ingress_policing_burst ingress_policing_rate lacp_current link_resets link_speed link_state mac mac_in_use mtu name ofport ofport_request options other_config statistics status type
- ------------------------------------ ----------- --------- ---------------- ---------- -------- ---------------- ------------------ ------ ------------------------------------------------------------------------------------------------------------------------------------------------------ ---------------------- --------------------- ------------ ----------- ---------- ---------- --- ------------------- ---- ------------------- ------ -------------- -------------------------------------------------------------------------------- ------------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------- --------
- 6a16103f-a12f-418b-a150-9bbf7fe8a37d up [] [] [] [] [] [] [] {} 0 0 [] 0 [] up [] "6e:32:40:25:8b:fe" [] patch-int 1 [] {peer=patch-tun} {} {collisions=0, rx_bytes=5574, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=54, tx_bytes=9018, tx_dropped=0, tx_errors=0, tx_packets=69} {} patch
- 9d03afe9-de39-4bda-b369-990433187fb9 up [] [] [] [] [] [] [] {} 0 0 [] 0 [] up [] "ca:95:1b:fb:39:f2" [] "gre-172.16.58.139" 2 [] {in_key=flow, local_ip="172.16.58.136", out_key=flow, remote_ip="172.16.58.139"} {} {collisions=0, rx_bytes=4263, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=34, tx_bytes=5574, tx_dropped=0, tx_errors=0, tx_packets=54} {tunnel_egress_iface="eno16777736", tunnel_egress_iface_carrier=up} gre
- 115b9d4c-4ae1-4a60-995a-1fe79aa12aa4 up [] [] [] [] [] [] [] {} 0 0 [] 0 [] up [] "da:e6:2f:9f:43:13" [] patch-tun 1 [] {peer=patch-int} {} {collisions=0, rx_bytes=9018, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=69, tx_bytes=5574, tx_dropped=0, tx_errors=0, tx_packets=54} {} patch
- bacf7b01-dc54-4a3b-a0be-b226e116577a up [] [] [] [] [] [] [] {} 0 0 [] 2 [] up [] "7a:f1:b0:5b:20:40" 1500 br-tun 65534 [] {} {} {collisions=0, rx_bytes=648, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=8, tx_bytes=0, tx_dropped=0, tx_errors=0, tx_packets=0} {driver_name=openvswitch} internal
- a5818c96-4f83-4a96-bb37-aada249a610a up [] [] [] [] [] [] [] {} 0 0 [] 2 [] up [] "f2:ed:8c:96:96:4a" 1500 br-int 65534 [] {} {} {collisions=0, rx_bytes=648, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=8, tx_bytes=8250, tx_dropped=0, tx_errors=0, tx_packets=63} {driver_name=openvswitch} internal
- 510520ce-8c25-4d7e-b0ac-468f955cb5ff up [] [] [] [] [] [] full {attached-mac="fa:16:3e:6f:83:5e", iface-id="00b9dc6d-7de4-415b-ac89-5e3fdf559f17", iface-status=active, vm-id="62c26e76-1d20-424c-a82d-242d85b45d42"} 0 0 [] 1 10000000 up [] "fe:16:3e:6f:83:5e" 1500 "tap00b9dc6d-7d" 4 [] {} {} {collisions=0, rx_bytes=1858, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=18, tx_bytes=1464, tx_dropped=0, tx_errors=0, tx_packets=12} {driver_name=tun, driver_version="1.6", firmware_version=""} ""
- 14024788-4a5b-49cf-8a25-deaa69921092 up [] [] [] [] [] [] full {attached-mac="fa:16:3e:7e:ef:a5", iface-id="cfe489f1-8089-49ea-be34-a5cf82fa1e8e", iface-status=active, vm-id="397abecb-ab8d-4dc7-a881-a9de929d73ef"} 0 0 [] 1 10000000 up [] "fe:16:3e:7e:ef:a5" 1500 "tapcfe489f1-80" 3 [] {} {} {collisions=0, rx_bytes=1858, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=18, tx_bytes=2672, tx_dropped=0, tx_errors=0, tx_packets=22} {driver_name=tun, driver_version="1.6", firmware_version=""} ""
- 39cf37d4-3642-4402-8f41-52e2eecb4da1 up [] [] [] [] [] [] full {attached-mac="fa:16:3e:88:03:c9", iface-id="552a2c98-6046-40df-9d08-a1fe39766728", iface-status=active, vm-id="e3fe70b7-5516-464c-96f3-923062e05173"} 0 0 [] 1 10000000 up [] "fe:16:3e:88:03:c9" 1500 "tap552a2c98-60" 2 [] {} {} {collisions=0, rx_bytes=1858, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=18, tx_bytes=8506, tx_dropped=0, tx_errors=0, tx_packets=65} {driver_name=tun, driver_version="1.6", firmware_version=""} ""
- Manager table
- _uuid connection_mode external_ids inactivity_probe is_connected max_backoff other_config status target
- ----- --------------- ------------ ---------------- ------------ ----------- ------------ ------ ------
- Mirror table
- _uuid external_ids name output_port output_vlan select_all select_dst_port select_src_port select_vlan statistics
- ----- ------------ ---- ----------- ----------- ---------- --------------- --------------- ----------- ----------
- NetFlow table
- _uuid active_timeout add_id_to_interface engine_id engine_type external_ids targets
- ----- -------------- ------------------- --------- ----------- ------------ -------
- Open_vSwitch table
- _uuid bridges cur_cfg db_version external_ids manager_options next_cfg other_config ovs_version ssl statistics system_type system_version
- ------------------------------------ ---------------------------------------------------------------------------- ------- ---------- -------------------------------------------------- --------------- -------- ------------ ----------- --- ---------- ----------- --------------
- ad6767c0-f906-485b-bde0-c6805772bff9 [5bb0f178-3980-4020-8e3b-6adeed671623, 968cedf0-1b60-4a96-ad40-2133f29b9107] 27 "7.1.0" {system-id="8834615c-4196-43d5-989e-a288ec8fcb19"} [] 27 {} "1.11.0" [] {} unknown unknown
- Port table
- _uuid bond_downdelay bond_fake_iface bond_mode bond_updelay external_ids fake_bridge interfaces lacp mac name other_config qos statistics status tag trunks vlan_mode
- ------------------------------------ -------------- --------------- --------- ------------ ------------ ----------- -------------------------------------- ---- --- ------------------- ------------ --- ---------- ------ --- ------ ---------
- e6da3502-5250-4fce-9b74-ce6fa644f04e 0 false [] 0 {} false [a5818c96-4f83-4a96-bb37-aada249a610a] [] [] br-int {} [] {} {} [] [] []
- 32f86ac0-d209-405e-89c0-4f877b96ed1c 0 false [] 0 {} false [bacf7b01-dc54-4a3b-a0be-b226e116577a] [] [] br-tun {} [] {} {} [] [] []
- fa5b7332-b53e-469f-9fb4-2e490b17549d 0 false [] 0 {} false [9d03afe9-de39-4bda-b369-990433187fb9] [] [] "gre-172.16.58.139" {} [] {} {} [] [] []
- 2870fe70-17f8-4b93-a28d-bd68c4222693 0 false [] 0 {} false [6a16103f-a12f-418b-a150-9bbf7fe8a37d] [] [] patch-int {} [] {} {} [] [] []
- 5450e91a-ec29-4e5a-bedf-e7e6e1adda89 0 false [] 0 {} false [115b9d4c-4ae1-4a60-995a-1fe79aa12aa4] [] [] patch-tun {} [] {} {} [] [] []
- a1091455-efe9-4eb2-b98a-772ad8b8707a 0 false [] 0 {} false [510520ce-8c25-4d7e-b0ac-468f955cb5ff] [] [] "tap00b9dc6d-7d" {} [] {} {} 1 [] []
- cddfabae-1969-40d9-bd17-6c83781b22fb 0 false [] 0 {} false [39cf37d4-3642-4402-8f41-52e2eecb4da1] [] [] "tap552a2c98-60" {} [] {} {} 1 [] []
- cc90d985-d6c1-410f-aae2-5d2f6ec0fd51 0 false [] 0 {} false [14024788-4a5b-49cf-8a25-deaa69921092] [] [] "tapcfe489f1-80" {} [] {} {} 1 [] []
- QoS table
- _uuid external_ids other_config queues type
- ----- ------------ ------------ ------ ----
- Queue table
- _uuid dscp external_ids other_config
- ----- ---- ------------ ------------
- SSL table
- _uuid bootstrap_ca_cert ca_cert certificate external_ids private_key
- ----- ----------------- ------- ----------- ------------ -----------
- sFlow table
- _uuid agent external_ids header polling sampling targets
- ----- ----- ------------ ------ ------- -------- -------
- ============================== UP interfaces from Compute Node ================================
- [brent@fedora1 devstack]$ ifconfig
- br-int: flags=67<UP,BROADCAST,RUNNING> mtu 1500
- inet6 fe80::84a4:cdff:fe9d:1ea8 prefixlen 64 scopeid 0x20<link>
- ether f2:ed:8c:96:96:4a txqueuelen 0 (Ethernet)
- TX packets 8 bytes 648 (648.0 B)
- br-tun: flags=67<UP,BROADCAST,RUNNING> mtu 1500
- inet6 fe80::d87b:d4ff:fe58:f77a prefixlen 64 scopeid 0x20<link>
- TX packets 8 bytes 648 (648.0 B)
- eno16777736: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet 172.16.58.136 netmask 255.255.255.0 broadcast 172.16.58.255
- inet6 fe80::20c:29ff:fe64:9d46 prefixlen 64 scopeid 0x20<link>
- ether 00:0c:29:64:9d:46 txqueuelen 1000 (Ethernet)
- RX packets 338382 bytes 368638645 (351.5 MiB)
- TX packets 204720 bytes 33699508 (32.1 MiB)
- lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
- inet 127.0.0.1 netmask 255.0.0.0
- inet6 ::1 prefixlen 128 scopeid 0x10<host>
- loop txqueuelen 0 (Local Loopback)
- RX packets 362 bytes 22189 (21.6 KiB)
- TX packets 362 bytes 22189 (21.6 KiB)
- tap00b9dc6d-7d: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet6 fe80::fc16:3eff:fe6f:835e prefixlen 64 scopeid 0x20<link>
- ether fe:16:3e:6f:83:5e txqueuelen 500 (Ethernet)
- RX packets 18 bytes 1858 (1.8 KiB)
- TX packets 20 bytes 2112 (2.0 KiB)
- tap552a2c98-60: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet6 fe80::fc16:3eff:fe88:3c9 prefixlen 64 scopeid 0x20<link>
- ether fe:16:3e:88:03:c9 txqueuelen 500 (Ethernet)
- RX packets 18 bytes 1858 (1.8 KiB)
- TX packets 73 bytes 9154 (8.9 KiB)
- tapcfe489f1-80: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet6 fe80::fc16:3eff:fe7e:efa5 prefixlen 64 scopeid 0x20<link>
- ether fe:16:3e:7e:ef:a5 txqueuelen 500 (Ethernet)
- RX packets 18 bytes 1858 (1.8 KiB)
- TX packets 30 bytes 3320 (3.2 KiB)
- virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
- inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
- ether 52:54:00:99:4e:6e txqueuelen 0 (Ethernet)
- ============================== All interfaces from Compute ================================
- [brent@fedora1 devstack]$ ifconfig -a
- br-int: flags=67<UP,BROADCAST,RUNNING> mtu 1500
- inet6 fe80::84a4:cdff:fe9d:1ea8 prefixlen 64 scopeid 0x20<link>
- ether f2:ed:8c:96:96:4a txqueuelen 0 (Ethernet)
- TX packets 8 bytes 648 (648.0 B)
- br-tun: flags=67<UP,BROADCAST,RUNNING> mtu 1500
- inet6 fe80::d87b:d4ff:fe58:f77a prefixlen 64 scopeid 0x20<link>
- TX packets 8 bytes 648 (648.0 B)
- eno16777736: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet 172.16.58.136 netmask 255.255.255.0 broadcast 172.16.58.255
- inet6 fe80::20c:29ff:fe64:9d46 prefixlen 64 scopeid 0x20<link>
- ether 00:0c:29:64:9d:46 txqueuelen 1000 (Ethernet)
- RX packets 338655 bytes 368707660 (351.6 MiB)
- TX packets 204999 bytes 33778064 (32.2 MiB)
- eno33554960: flags=4098<BROADCAST,MULTICAST> mtu 1500
- ether 00:0c:29:64:9d:50 txqueuelen 1000 (Ethernet)
- lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
- inet 127.0.0.1 netmask 255.0.0.0
- inet6 ::1 prefixlen 128 scopeid 0x10<host>
- loop txqueuelen 0 (Local Loopback)
- RX packets 362 bytes 22189 (21.6 KiB)
- TX packets 362 bytes 22189 (21.6 KiB)
- ovs-system: flags=4098<BROADCAST,MULTICAST> mtu 1500
- ether ea:c6:6c:92:0d:e1 txqueuelen 0 (Ethernet)
- tap00b9dc6d-7d: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet6 fe80::fc16:3eff:fe6f:835e prefixlen 64 scopeid 0x20<link>
- ether fe:16:3e:6f:83:5e txqueuelen 500 (Ethernet)
- RX packets 18 bytes 1858 (1.8 KiB)
- TX packets 20 bytes 2112 (2.0 KiB)
- tap552a2c98-60: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet6 fe80::fc16:3eff:fe88:3c9 prefixlen 64 scopeid 0x20<link>
- ether fe:16:3e:88:03:c9 txqueuelen 500 (Ethernet)
- RX packets 18 bytes 1858 (1.8 KiB)
- TX packets 73 bytes 9154 (8.9 KiB)
- tapcfe489f1-80: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet6 fe80::fc16:3eff:fe7e:efa5 prefixlen 64 scopeid 0x20<link>
- ether fe:16:3e:7e:ef:a5 txqueuelen 500 (Ethernet)
- RX packets 18 bytes 1858 (1.8 KiB)
- TX packets 30 bytes 3320 (3.2 KiB)
- virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
- inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
- ether 52:54:00:99:4e:6e txqueuelen 0 (Ethernet)
- virbr0-nic: flags=4098<BROADCAST,MULTICAST> mtu 1500
- ether 52:54:00:99:4e:6e txqueuelen 500 (Ethernet)
- ============================== Routing Table from Compute ================================
- [brent@fedora1 devstack]$ route -n
- Kernel IP routing table
- Destination Gateway Genmask Flags Metric Ref Use Iface
- 0.0.0.0 172.16.58.2 0.0.0.0 UG 0 0 0 eno16777736
- 172.16.58.0 0.0.0.0 255.255.255.0 U 0 0 0 eno16777736
- 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
- ============================== ovsdb-client dump from Compute ================================
- ============================= ovs Table for br-int Controller =====================
- [root@fedora2 devstack]# sudo ovs-ofctl dump-tables br-int
- OFPST_TABLE reply (xid=0x2): 254 tables
- 0: classifier: wild=0x3fffff, max=1000000, active=1
- lookup=244, matched=244
- 1: table1 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- 2: table2 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- ========================= ovs-Table for br-tun Controller =========================
- [root@fedora2 devstack]# sudo ovs-ofctl dump-tables br-tun
- OFPST_TABLE reply (xid=0x2): 254 tables
- 0: classifier: wild=0x3fffff, max=1000000, active=3
- lookup=244, matched=243
- 1: table1 : wild=0x3fffff, max=1000000, active=2
- lookup=0, matched=0
- 2: table2 : wild=0x3fffff, max=1000000, active=2
- lookup=0, matched=0
- 3: table3 : wild=0x3fffff, max=1000000, active=1
- lookup=0, matched=0
- 4: table4 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- 5: table5 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- 6: table6 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- 7: table7 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- 8: table8 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- 9: table9 : wild=0x3fffff, max=1000000, active=0
- lookup=0, matched=0
- 10: table10 : wild=0x3fffff, max=1000000, active=1
- lookup=0, matched=0
- ============================ ip netns list (Controller only L3 svcs/dhcp) ========================
- #ip netns list
- qrouter-1fbed97e-c642-44c7-a9f5-f476f477c7a7
- qdhcp-58e717fc-0ea1-4845-9fe5-9ca2159b55f3
- ============================= ip a (Controller) ==============================
- [brent@fedora2 devstack]$ ip a
- 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
- link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
- inet 127.0.0.1/8 scope host lo
- valid_lft forever preferred_lft forever
- inet6 ::1/128 scope host
- valid_lft forever preferred_lft forever
- 2: eno16777736: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
- link/ether 00:0c:29:1c:3e:5c brd ff:ff:ff:ff:ff:ff
- inet 172.16.58.139/24 brd 172.16.58.255 scope global eno16777736
- valid_lft forever preferred_lft forever
- inet6 fe80::20c:29ff:fe1c:3e5c/64 scope link
- valid_lft forever preferred_lft forever
- 3: eno33554960: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
- link/ether 00:0c:29:1c:3e:66 brd ff:ff:ff:ff:ff:ff
- 4: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN
- link/ether da:97:f6:df:b3:b1 brd ff:ff:ff:ff:ff:ff
- inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
- valid_lft forever preferred_lft forever
- 5: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
- link/ether d2:ab:ae:94:45:88 brd ff:ff:ff:ff:ff:ff
- 6: br-int: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
- link/ether ce:6f:d2:17:97:4d brd ff:ff:ff:ff:ff:ff
- inet6 fe80::7cf3:5eff:fe87:bd2e/64 scope link
- valid_lft forever preferred_lft forever
- 7: br-ex: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
- link/ether 8a:50:ef:ee:d6:47 brd ff:ff:ff:ff:ff:ff
- inet 172.24.4.225/24 scope global br-ex
- valid_lft forever preferred_lft forever
- 8: br-tun: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
- link/ether 06:c4:2f:46:02:49 brd ff:ff:ff:ff:ff:ff
- inet6 fe80::9c58:58ff:fe96:8cf2/64 scope link
- valid_lft forever preferred_lft forever
- 12: tapd793fce2-c1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 500
- link/ether fe:16:3e:04:c1:e1 brd ff:ff:ff:ff:ff:ff
- inet6 fe80::fc16:3eff:fe04:c1e1/64 scope link
- valid_lft forever preferred_lft forever
- 13: tap5ae0f0cb-78: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 500
- link/ether fe:16:3e:39:98:dc brd ff:ff:ff:ff:ff:ff
- inet6 fe80::fc16:3eff:fe39:98dc/64 scope link
- valid_lft forever preferred_lft forever
- 14: tapa304e38d-1d: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 500
- link/ether fe:16:3e:15:8c:c4 brd ff:ff:ff:ff:ff:ff
- inet6 fe80::fc16:3eff:fe15:8cc4/64 scope link
- valid_lft forever preferred_lft forever
- ============================= ip a (Compute) =================================
- $ ip a
- 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
- link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
- inet 127.0.0.1/8 scope host lo
- valid_lft forever preferred_lft forever
- inet6 ::1/128 scope host
- valid_lft forever preferred_lft forever
- 2: eno16777736: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
- link/ether 00:0c:29:64:9d:46 brd ff:ff:ff:ff:ff:ff
- inet 172.16.58.136/24 brd 172.16.58.255 scope global eno16777736
- valid_lft forever preferred_lft forever
- inet6 fe80::20c:29ff:fe64:9d46/64 scope link
- valid_lft forever preferred_lft forever
- 3: eno33554960: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
- link/ether 00:0c:29:64:9d:50 brd ff:ff:ff:ff:ff:ff
- 5: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN
- link/ether 52:54:00:99:4e:6e brd ff:ff:ff:ff:ff:ff
- inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
- valid_lft forever preferred_lft forever
- 6: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast master virbr0 state DOWN qlen 500
- link/ether 52:54:00:99:4e:6e brd ff:ff:ff:ff:ff:ff
- 7: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
- link/ether ea:c6:6c:92:0d:e1 brd ff:ff:ff:ff:ff:ff
- 8: br-int: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
- link/ether f2:ed:8c:96:96:4a brd ff:ff:ff:ff:ff:ff
- inet6 fe80::84a4:cdff:fe9d:1ea8/64 scope link
- valid_lft forever preferred_lft forever
- 9: br-tun: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
- link/ether 7a:f1:b0:5b:20:40 brd ff:ff:ff:ff:ff:ff
- inet6 fe80::d87b:d4ff:fe58:f77a/64 scope link
- valid_lft forever preferred_lft forever
- 10: tap552a2c98-60: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 500
- link/ether fe:16:3e:88:03:c9 brd ff:ff:ff:ff:ff:ff
- inet6 fe80::fc16:3eff:fe88:3c9/64 scope link
- valid_lft forever preferred_lft forever
- 11: tapcfe489f1-80: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 500
- link/ether fe:16:3e:7e:ef:a5 brd ff:ff:ff:ff:ff:ff
- inet6 fe80::fc16:3eff:fe7e:efa5/64 scope link
- valid_lft forever preferred_lft forever
- 12: tap00b9dc6d-7d: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 500
- link/ether fe:16:3e:6f:83:5e brd ff:ff:ff:ff:ff:ff
- inet6 fe80::fc16:3eff:fe6f:835e/64 scope link
- valid_lft forever preferred_lft forever
- [brent@fedora1 devstack]$
- ============================= neutron router-list =====================
- [brent@fedora1 devstack]$ neutron router-list
- +--------------------------------------+---------+-----------------------------------------------------------------------------+
- | id | name | external_gateway_info |
- +--------------------------------------+---------+-----------------------------------------------------------------------------+
- | 1fbed97e-c642-44c7-a9f5-f476f477c7a7 | router1 | {"network_id": "1d5dc244-1eb3-4ea0-b0ef-9f37420571aa", "enable_snat": true} |
- +--------------------------------------+---------+-----------------------------------------------------------------------------+
- =============================== DevStack local.conf Controller Node (Fedora2 - 172.16.58.139) ===========================
- [[local|localrc]]
- LOGFILE=stack.sh.log
- SCREEN_LOGDIR=/opt/stack/data/log
- LOG_COLOR=False
- #OFFLINE=True
- RECLONE=yes
- disable_service rabbit
- enable_service qpid
- enable_service n-cond
- disable_service n-net
- enable_service q-svc
- enable_service q-agt
- enable_service q-dhcp
- enable_service q-l3
- enable_service q-meta
- enable_service quantum
- Q_HOST=$SERVICE_HOST
- HOST_IP=172.16.58.139
- Q_PLUGIN=ml2
- Q_AGENT=openvswitch
- Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch,linuxbridge,l2population
- Q_ML2_TENANT_NETWORK_TYPE=gre
- Q_USE_SECGROUP=True
- Q_AGENT_EXTRA_AGENT_OPTS=(tunnel_types=gre)
- Q_AGENT_EXTRA_SRV_OPTS=(local_ip=$HOST_IP)
- VNCSERVER_PROXYCLIENT_ADDRESS=192.168.64.193
- VNCSERVER_LISTEN=0.0.0.0
- HOST_NAME=fedora2
- SERVICE_HOST_NAME=${HOST_NAME}
- SERVICE_HOST=172.16.58.139
- FLOATING_RANGE=192.168.100.0/24
- #PUBLIC_NETWORK_GATEWAY=192.168.75.254
- MYSQL_HOST=$SERVICE_HOST
- RABBIT_HOST=$SERVICE_HOST
- GLANCE_HOSTPORT=$SERVICE_HOST:9292
- KEYSTONE_AUTH_HOST=$SERVICE_HOST
- KEYSTONE_SERVICE_HOST=$SERVICE_HOST
- MYSQL_PASSWORD=mysql
- RABBIT_PASSWORD=rabbit
- QPID_PASSWORD=rabbit
- SERVICE_TOKEN=service
- SERVICE_PASSWORD=admin
- ADMIN_PASSWORD=admin
- =============================== DevStack local.conf Compute Node (Fedora1 - 172.16.58.136) ===========================
- [[local|localrc]]
- LOGFILE=stack.sh.log
- SCREEN_LOGDIR=/opt/stack/data/log
- LOG_COLOR=False
- #OFFLINE=true
- RECLONE=yes
- disable_all_services
- enable_service n-cpu quantum q-agt n-novnc qpid
- HOST_NAME=fedora1
- HOST_IP=172.16.58.136
- SERVICE_HOST_NAME=fedora2
- SERVICE_HOST=172.16.58.139
- FLOATING_RANGE=192.168.100.0/24
- Q_PLUGIN=ml2
- Q_AGENT=openvswitch
- Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch,linuxbridge,l2population
- Q_ML2_TENANT_NETWORK_TYPE=gre
- Q_AGENT_EXTRA_AGENT_OPTS=(tunnel_types=gre)
- Q_AGENT_EXTRA_SRV_OPTS=(local_ip=$HOST_IP)
- Q_HOST=$SERVICE_HOST
- MYSQL_HOST=$SERVICE_HOST
- RABBIT_HOST=$SERVICE_HOST
- GLANCE_HOSTPORT=$SERVICE_HOST:9292
- KEYSTONE_AUTH_HOST=$SERVICE_HOST
- KEYSTONE_SERVICE_HOST=$SERVICE_HOST
- MYSQL_PASSWORD=mysql
- RABBIT_PASSWORD=rabbit
- QPID_PASSWORD=rabbit
- SERVICE_TOKEN=service
- SERVICE_PASSWORD=admin
- ADMIN_PASSWORD=admin
- =========================================================================================================
Advertisement
Add Comment
Please, Sign In to add comment