Guest User

Untitled

a guest
May 6th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. root@controller:~/wol_64/usr/bin# ironic node-list
  2. +--------------------------------------+---------+---------------+-------------+--------------------+-------------+
  3. | UUID | Name | Instance UUID | Power State | Provisioning State | Maintenance |
  4. +--------------------------------------+---------+---------------+-------------+--------------------+-------------+
  5. | 91095643-196c-4e5c-ae2e-4734fc1173e8 | None | None | None | available | False |
  6. | a97dcab3-2f86-445e-b3a5-c91dc5f479e6 | example | None | None | enroll | False |
  7. | 4c13483a-2616-4c59-a43c-e34fe4baf952 | ir | None | None | available | True |
  8. | 8d3ea494-5ed4-4b31-b25d-df5bdff3f367 | None | None | None | available | True |
  9. | da7e87a0-230a-4ba6-bd11-0f44e652d69f | None | None | power on | available | False |
  10. +--------------------------------------+---------+---------------+-------------+--------------------+-------------+
  11.  
  12.  
  13. root@controller:~/wol_64/usr/bin# ironic node-show da7e87a0-230a-4ba6-bd11-0f44e652d69f
  14. +------------------------+------------------------------------------------------------------------+
  15. | Property | Value |
  16. +------------------------+------------------------------------------------------------------------+
  17. | target_power_state | None |
  18. | extra | {} |
  19. | last_error | None |
  20. | updated_at | 2016-05-06T05:18:58+00:00 |
  21. | maintenance_reason | None |
  22. | provision_state | available |
  23. | clean_step | {} |
  24. | uuid | da7e87a0-230a-4ba6-bd11-0f44e652d69f |
  25. | console_enabled | False |
  26. | target_provision_state | None |
  27. | provision_updated_at | None |
  28. | maintenance | False |
  29. | inspection_started_at | None |
  30. | inspection_finished_at | None |
  31. | power_state | power on |
  32. | driver | pxe_wol |
  33. | reservation | None |
  34. | properties | {u'memory_mb': 1024, u'cpu_arch': u'x86_64', u'local_gb': 15, u'cpus': |
  35. | | 1, u'capabilities': u'boot_option:local'} |
  36. | instance_uuid | None |
  37. | name | None |
  38. | driver_info | {u'wol_port': 9, u'deploy_ramdisk': u'0496ec5e-0c19-49f6-ae2b- |
  39. | | 410f122670b7', u'deploy_kernel': u'2ebede08-5afe- |
  40. | | 497f-9166-33ccfcbb7bf1', u'wol_host': u'192.168.103.255'} |
  41. | created_at | 2016-04-15T10:31:26+00:00 |
  42. | driver_internal_info | {} |
  43. | chassis_uuid | |
  44. | instance_info | {u'ramdisk': u'file:///home/controller/my-image.initrd', u'kernel': |
  45. | | u'file:///home/controller/my-image.vmlinuz', u'root_gb': 10, |
  46. | | u'image_source': u'file:///home/controller/my-image.qcow2'} |
  47. +------------------------+------------------------------------------------------------------------+
Add Comment
Please, Sign In to add comment