Advertisement
Guest User

Untitled

a guest
Oct 24th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.88 KB | None | 0 0
  1. root@infra1-nova-api-container-ff27fe39:~# /openstack/venvs/nova-25.0.0.0rc1/bin/nova-status upgrade check
  2. Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code.
  3. +--------------------------------------------------------------------+
  4. | Upgrade Check Results |
  5. +--------------------------------------------------------------------+
  6. | Check: Cells v2 |
  7. | Result: Success |
  8. | Details: No host mappings or compute nodes were found. Remember to |
  9. | run command 'nova-manage cell_v2 discover_hosts' when new |
  10. | compute hosts are deployed. |
  11. +--------------------------------------------------------------------+
  12. | Check: Placement API |
  13. | Result: Failure |
  14. | Details: Placement API endpoint not found. |
  15. +--------------------------------------------------------------------+
  16. | Check: Cinder API |
  17. | Result: Success |
  18. | Details: None |
  19. +--------------------------------------------------------------------+
  20. | Check: Policy Scope-based Defaults |
  21. | Result: Success |
  22. | Details: None |
  23. +--------------------------------------------------------------------+
  24. | Check: Policy File JSON to YAML Migration |
  25. | Result: Success |
  26. | Details: None |
  27. +--------------------------------------------------------------------+
  28. | Check: Older than N-1 computes |
  29. | Result: Success |
  30. | Details: None |
  31. +--------------------------------------------------------------------+
  32. | Check: hw_machine_type unset |
  33. | Result: Success |
  34. | Details: None |
  35. +--------------------------------------------------------------------+
  36.  
  37. root@infra1-utility-container-b8e5e502:~# openstack endpoint list
  38. +----------------------------------+-----------+--------------+--------------+---------+-----------+----------------------------------------------------+
  39. | ID | Region | Service Name | Service Type | Enabled | Interface | URL |
  40. +----------------------------------+-----------+--------------+--------------+---------+-----------+----------------------------------------------------+
  41. | 01d1734cf6104ff59e60180609e25f26 | RegionOne | cinderv3 | volumev3 | True | internal | http://10.255.60.2:8776/v3/%(tenant_id)s |
  42. | 0e14f6cb569140729f2089c82c01e95d | RegionOne | keystone | identity | True | admin | http://10.255.60.2:5000 |
  43. | 398c629efbe74389a2064cb8da0b9399 | RegionOne | cinderv3 | volumev3 | True | public | http://devops.sdn.adtran.com:8776/v3/%(tenant_id)s |
  44. | 4365dad82945440395f50cfb05d7a6d9 | RegionOne | keystone | identity | True | public | http://devops.sdn.adtran.com:5000 |
  45. | 5dcfde0734f248f1836a360c484bee92 | RegionOne | keystone | identity | True | internal | http://10.255.60.2:5000 |
  46. | 6543b501f5104592995c9d6c10017c2d | RegionOne | nova | compute | True | public | http://devops.sdn.adtran.com:8774/v2.1 |
  47. | 761ac54340c84d2eb11c7e4490cd6060 | RegionOne | cinderv3 | volumev3 | True | admin | http://10.255.60.2:8776/v3/%(tenant_id)s |
  48. | 8d765912e1ec443aa1a069aac4bdc062 | RegionOne | glance | image | True | internal | http://10.255.60.2:9292 |
  49. | b6aebb25377c43e6ae1a7002460af86e | RegionOne | glance | image | True | admin | http://10.255.60.2:9292 |
  50. | d13a66bc62f34cfd94430cd8490fa868 | RegionOne | glance | image | True | public | http://devops.sdn.adtran.com:9292 |
  51. | ee1b0d04f29a4228803cdbe904109724 | RegionOne | nova | compute | True | internal | http://10.255.60.2:8774/v2.1 |
  52. | fde48a79a8fc4b8cbebc41734c73a851 | RegionOne | nova | compute | True | admin | http://10.255.60.2:8774/v2.1 |
  53. +----------------------------------+-----------+--------------+--------------+---------+-----------+----------------------------------------------------+
  54. root@infra1-utility-container-b8e5e502:~# nova service-list --binary nova-compute
  55. +----+--------+------+------+--------+-------+------------+-----------------+-------------+
  56. | Id | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason | Forced down |
  57. +----+--------+------+------+--------+-------+------------+-----------------+-------------+
  58. +----+--------+------+------+--------+-------+------------+-----------------+-------------+
  59.  
  60. root@infra1-nova-api-container-ff27fe39:~# /openstack/venvs/nova-25.0.0.0rc1/bin/nova-manage cell_v2 discover_hosts
  61. Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code.
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement