Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. openstack compute service list
  2. +----+------------------+--------------+----------+---------+-------+----------------------------+
  3. | ID | Binary | Host | Zone | Status | State | Updated At |
  4. +----+------------------+--------------+----------+---------+-------+----------------------------+
  5. | 9 | nova-scheduler | controller01 | internal | enabled | up | 2020-02-28T22:30:26.000000 |
  6. | 20 | nova-conductor | controller01 | internal | enabled | up | 2020-02-28T22:30:24.000000 |
  7. | 25 | nova-consoleauth | controller01 | internal | enabled | up | 2020-02-28T22:30:26.000000 |
  8. | 26 | nova-compute | controller01 | nova | enabled | up | 2020-02-28T22:30:21.000000 |
  9. | 27 | nova-compute | compute01 | nova | enabled | up | 2020-02-28T22:30:22.000000 |
  10. +----+------------------+--------------+----------+---------+-------+----------------------------+
  11. openstack hypervisor list
  12. +----+---------------------+-----------------+--------------+-------+
  13. | ID | Hypervisor Hostname | Hypervisor Type | Host IP | State |
  14. +----+---------------------+-----------------+--------------+-------+
  15. | 1 | controller01 | QEMU | XXXXXXXXXXXX | up |
  16. | 2 | compute01 | QEMU | XXXXXXXXXXXX | up |
  17. +----+---------------------+-----------------+--------------+-------+
  18. network agent list
  19. +--------------------------------------+--------------------+--------------+-------------------+-------+-------+---------------------------+
  20. | ID | Agent Type | Host | Availability Zone | Alive | State | Binary |
  21. +--------------------------------------+--------------------+--------------+-------------------+-------+-------+---------------------------+
  22. | 2371a36b-a5eb-46b9-b5d3-320d5f74426e | Open vSwitch agent | compute01 | None | :-) | UP | neutron-openvswitch-agent |
  23. | 62f22bbc-5cee-4e58-a592-d26c7c194fff | DHCP agent | controller01 | nova | :-) | UP | neutron-dhcp-agent |
  24. | 6c5db368-40c6-4acb-be1e-803e9ddf99b7 | L3 agent | controller01 | nova | :-) | UP | neutron-l3-agent |
  25. | 7dc46ed3-282b-474c-a83d-4eeb71922230 | Open vSwitch agent | controller01 | None | :-) | UP | neutron-openvswitch-agent |
  26. | b67d2de3-71b0-40af-b300-d1a24481c1d8 | Metadata agent | controller01 | None | :-) | UP | neutron-metadata-agent |
  27. | d74a0423-6520-4aec-85ee-433bcd5a2e07 | NIC Switch agent | compute01 | None | :-) | UP | neutron-sriov-nic-agent |
  28. | e921e964-5cc9-449a-ad4e-2334ad49a7f1 | NIC Switch agent | controller01 | None | :-) | UP | neutron-sriov-nic-agent |
  29. +--------------------------------------+--------------------+--------------+-------------------+-------+-------+---------------------------+
  30.  
  31. openstack server list --long
  32. +--------------------------------------+--------------------+--------+------------+-------------+-----------------------------+------------+--------------------------------------+-------------+--------------------------------------+-------------------+--------------+------------+
  33. | ID | Name | Status | Task State | Power State | Networks | Image Name | Image ID | Flavor Name | Flavor ID | Availability Zone | Host | Properties |
  34. +--------------------------------------+--------------------+--------+------------+-------------+-----------------------------+------------+--------------------------------------+-------------+--------------------------------------+-------------------+--------------+------------+
  35. | ba36c8d4-8906-4012-bd45-f4e1dc4ccebd | test2-controller01 | ACTIVE | None | Running | private=192.168.20.12 | cirros | 37e7ad28-4a20-4952-99e3-55a9eb29ca2e | tiny | 7eed1b54-4d48-4405-8b98-3cbceceb0309 | nova | controller01 | |
  36. | 6836f991-ff01-4e28-bdac-f29dbcaaf9fc | test1-compute01 | ACTIVE | None | Running | private=192.168.20.5 | cirros | 37e7ad28-4a20-4952-99e3-55a9eb29ca2e | tiny | 7eed1b54-4d48-4405-8b98-3cbceceb0309 | nova | compute01 | |
  37. | bc556070-5021-42ce-a3ae-bb3f736342a0 | test-compute01 | ACTIVE | None | Running | private=192.168.20.17 | cirros | 37e7ad28-4a20-4952-99e3-55a9eb29ca2e | tiny | 7eed1b54-4d48-4405-8b98-3cbceceb0309 | nova | compute01 | |
  38. | bb934c49-c3cb-4aa8-b9ab-238ed351177a | test-controller01 | ACTIVE | None | Running | private=192.168.20.8 | cirros | 37e7ad28-4a20-4952-99e3-55a9eb29ca2e | tiny | 7eed1b54-4d48-4405-8b98-3cbceceb0309 | nova | controller01 | |
  39. | bd34b0b4-8670-469c-92e9-50e3620db34b | whitemist | ACTIVE | None | Running | net-provider01=10.252.25.49 | bionic | 05959f10-ef8f-47dc-965d-98330ffdc9c0 | whitenfv | 1b5d51a8-6478-4329-a63a-18b2e43917bb | nova | controller01 | |
  40. | fc37e028-8c68-4ad1-94ab-7883a28ec072 | test | ACTIVE | None | Running | net-provider01=10.252.25.37 | cirros | 37e7ad28-4a20-4952-99e3-55a9eb29ca2e | tiny | 7eed1b54-4d48-4405-8b98-3cbceceb0309 | nova | controller01 | |
  41. +--------------------------------------+--------------------+--------+------------+-------------+-----------------------------+------------+--------------------------------------+-------------+--------------------------------------+-------------------+--------------+------------+
  42. root@controller01:/home/ubuntu#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement