Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@fuel-ericsson-pod1 ~]# fuel nodes
- ssid | status | name | cluster | ip | mac | roles | pending_roles | online | group_id
- ---+--------+------------------+---------+------------+-------------------+----------------------+---------------+--------+---------
- 5 | ready | Untitled (e7:88) | 1 | 10.20.0.14 | 14:58:d0:54:e7:88 | controller | | 1 | 1
- 2 | ready | Untitled (6a:60) | 1 | 10.20.0.16 | 14:58:d0:54:6a:60 | controller, mongo | | 1 | 1
- 1 | ready | Untitled (10:18) | 1 | 10.20.0.13 | 9c:b6:54:8a:10:18 | ceph-osd, compute | | 1 | 1
- 4 | ready | Untitled (7a:28) | 1 | 10.20.0.15 | 14:58:d0:54:7a:28 | ceph-osd, controller | | 1 | 1
- 3 | ready | Untitled (95:a0) | 1 | 10.20.0.12 | 9c:b6:54:8a:95:a0 | ceph-osd, compute | | 1 | 1
- #CONTROLLER
- [root@fuel-ericsson-pod1 ~]# ssh 10.20.0.15
- root@node-4:~# . openrc
- root@node-4:~# neutron net-list
- +--------------------------------------+--------------------+-------------------------------------------------------+
- | id | name | subnets |
- +--------------------------------------+--------------------+-------------------------------------------------------+
- | 45e85d18-89ed-4b77-82af-6fe5fac5f757 | demo-97dd44cf-test | 9a17c881-5f7c-49f3-9cfa-bf02ef8d32fb 10.0.1.0/24 |
- | b2df4cbe-fd9c-4210-b062-4adbff2f9357 | admin_floating_net | 5fc052f7-ff12-4491-af18-029195178739 100.64.200.0/24 |
- | fc217ccd-5a2a-4dc9-9a40-c879232bab26 | admin_internal_net | f2264511-1c9b-4ca8-98c4-5c977d2d6a9d 192.168.111.0/24 |
- +--------------------------------------+--------------------+-------------------------------------------------------+
- root@node-4:~# nova list
- +--------------------------------------+----------------------+--------+------------+-------------+--------------------------------------------+
- | ID | Name | Status | Task State | Power State | Networks |
- +--------------------------------------+----------------------+--------+------------+-------------+--------------------------------------------+
- | 428ea1df-f2f7-46f2-a2ca-43b1075268f4 | ares.demo-97dd44cf | ACTIVE | - | Running | demo-97dd44cf-test=10.0.1.8 |
- | 01418d6a-5b25-4106-9238-508e4751d50a | athena.demo-97dd44cf | ACTIVE | - | Running | demo-97dd44cf-test=10.0.1.6, 100.64.200.35 |
- +--------------------------------------+----------------------+--------+------------+-------------+--------------------------------------------+
- #COMPUTE
- [root@fuel-ericsson-pod1 ~]# ssh 10.20.0.13
- root@node-1:~# virsh list
- Id Name State
- ----------------------------------------------------
- 2 instance-0000000f running
- 3 instance-00000012 running
- root@node-1:~# virsh domiflist instance-0000000f
- Interface Type Source Model MAC
- -------------------------------------------------------
- - vhostuser - virtio fa:16:3e:37:16:af
- root@node-1:~# virsh domiflist instance-00000012
- Interface Type Source Model MAC
- -------------------------------------------------------
- - vhostuser - virtio fa:16:3e:2d:15:5d
- root@node-1:~# ovs-vsctl show
- 7758d759-570f-4d0a-9cc3-d325edfca659
- Manager "ptcp:6640:127.0.0.1"
- is_connected: true
- Bridge br-int
- Controller "tcp:127.0.0.1:6633"
- is_connected: true
- fail_mode: secure
- Port int-br-prv
- Interface int-br-prv
- type: patch
- options: {peer=phy-br-prv}
- Port br-int
- Interface br-int
- type: internal
- Port "vhu14a61ba7-53"
- tag: 2
- Interface "vhu14a61ba7-53"
- type: dpdkvhostuser
- Port "vhu1367ea2f-f8"
- tag: 2
- Interface "vhu1367ea2f-f8"
- type: dpdkvhostuser
- Bridge br-prv
- Controller "tcp:127.0.0.1:6633"
- is_connected: true
- fail_mode: secure
- Port phy-br-prv
- Interface phy-br-prv
- type: patch
- options: {peer=int-br-prv}
- Port br-prv
- Interface br-prv
- type: internal
- Port "dpdk0"
- Interface "dpdk0"
- type: dpdk
- Bridge br-floating
- Port "p_ff798dba-0"
- Interface "p_ff798dba-0"
- type: internal
- Port br-floating
- Interface br-floating
- type: internal
- ovs_version: "2.6.1"
- root@node-1:~# brctl show
- bridge name bridge id STP enabled interfaces
- br-ex 8000.38eaa78f1248 no ens2f0.80
- p_ff798dba-0
- br-fw-admin 8000.9cb6548a1018 no eno1
- br-mgmt 8000.38eaa78f1248 no ens2f0.81
- br-storage 8000.38eaa78f1248 no ens2f0.82
- root@node-1:~# ifconfig
- br-ex Link encap:Ethernet HWaddr 38:ea:a7:8f:12:48
- inet addr:100.64.200.14 Bcast:0.0.0.0 Mask:255.255.255.0
- inet6 addr: fe80::80e:bbff:fe0b:b588/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:22298 errors:0 dropped:0 overruns:0 frame:0
- TX packets:6515 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:66825789 (66.8 MB) TX bytes:476428 (476.4 KB)
- br-floating Link encap:Ethernet HWaddr da:d0:e5:da:b1:4a
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:11633 errors:0 dropped:0 overruns:0 frame:0
- TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1
- RX bytes:536036 (536.0 KB) TX bytes:270 (270.0 B)
- br-fw-admin Link encap:Ethernet HWaddr 9c:b6:54:8a:10:18
- inet addr:10.20.0.13 Bcast:0.0.0.0 Mask:255.255.255.0
- inet6 addr: fe80::b47a:37ff:fe01:94b5/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:12922 errors:0 dropped:0 overruns:0 frame:0
- TX packets:11866 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:10986456 (10.9 MB) TX bytes:16114556 (16.1 MB)
- br-mgmt Link encap:Ethernet HWaddr 38:ea:a7:8f:12:48
- inet addr:192.168.10.5 Bcast:0.0.0.0 Mask:255.255.255.0
- inet6 addr: fe80::e802:89ff:fe5f:e2b4/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:13618 errors:0 dropped:0 overruns:0 frame:0
- TX packets:6283 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:28806539 (28.8 MB) TX bytes:2582392 (2.5 MB)
- br-prv Link encap:Ethernet HWaddr 38:ea:a7:8f:12:49
- inet6 addr: fe80::3aea:a7ff:fe8f:1249/64 Scope:Link
- UP BROADCAST RUNNING PROMISC MTU:1500 Metric:1
- RX packets:29 errors:0 dropped:0 overruns:0 frame:0
- TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:4667 (4.6 KB) TX bytes:828 (828.0 B)
- br-storage Link encap:Ethernet HWaddr 38:ea:a7:8f:12:48
- inet addr:192.168.20.14 Bcast:0.0.0.0 Mask:255.255.255.0
- inet6 addr: fe80::ec50:24ff:fe55:6adb/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:21370 errors:0 dropped:0 overruns:0 frame:0
- TX packets:21491 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:5313909 (5.3 MB) TX bytes:5713666 (5.7 MB)
- eno1 Link encap:Ethernet HWaddr 9c:b6:54:8a:10:18
- inet6 addr: fe80::9eb6:54ff:fe8a:1018/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:18555 errors:0 dropped:0 overruns:0 frame:0
- TX packets:20283 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:11608690 (11.6 MB) TX bytes:16750191 (16.7 MB)
- Interrupt:68 Memory:f6000000-f67fffff
- ens2f0 Link encap:Ethernet HWaddr 38:ea:a7:8f:12:48
- inet6 addr: fe80::3aea:a7ff:fe8f:1248/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:111500 errors:0 dropped:0 overruns:0 frame:0
- TX packets:36006 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:105346819 (105.3 MB) TX bytes:8886360 (8.8 MB)
- ens2f0.80 Link encap:Ethernet HWaddr 38:ea:a7:8f:12:48
- inet6 addr: fe80::3aea:a7ff:fe8f:1248/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:22301 errors:0 dropped:0 overruns:0 frame:0
- TX packets:6509 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:66825947 (66.8 MB) TX bytes:476176 (476.1 KB)
- ens2f0.81 Link encap:Ethernet HWaddr 38:ea:a7:8f:12:48
- inet6 addr: fe80::3aea:a7ff:fe8f:1248/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:13619 errors:0 dropped:0 overruns:0 frame:0
- TX packets:6277 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:28806599 (28.8 MB) TX bytes:2582140 (2.5 MB)
- ens2f0.82 Link encap:Ethernet HWaddr 38:ea:a7:8f:12:48
- inet6 addr: fe80::3aea:a7ff:fe8f:1248/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:21385 errors:0 dropped:0 overruns:0 frame:0
- TX packets:21485 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:5315005 (5.3 MB) TX bytes:5713414 (5.7 MB)
- lo Link encap:Local Loopback
- inet addr:127.0.0.1 Mask:255.0.0.0
- inet6 addr: ::1/128 Scope:Host
- UP LOOPBACK RUNNING MTU:65536 Metric:1
- RX packets:42980 errors:0 dropped:0 overruns:0 frame:0
- TX packets:42980 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1
- RX bytes:2730534 (2.7 MB) TX bytes:2730534 (2.7 MB)
- p_ff798dba-0 Link encap:Ethernet HWaddr d2:bb:3e:b7:a2:33
- inet6 addr: fe80::d0bb:3eff:feb7:a233/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:65000 Metric:1
- RX packets:0 errors:0 dropped:0 overruns:0 frame:0
- TX packets:11633 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1
- RX bytes:0 (0.0 B) TX bytes:698898 (698.8 KB)
Advertisement
Add Comment
Please, Sign In to add comment