All pastes #2644764 Raw Edit

Mine

public unlisted text v1 · immutable
#2644764 ·published 2014-02-20 18:14 UTC
rendered paste body
root@penguin:~# nova flavor-show 123
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| Property                   | Value                                                                                                                                             |
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
| name                       | test-baremetal-flavor                                                                                                                             |
| ram                        | 1000                                                                                                                                              |
| OS-FLV-DISABLED:disabled   | False                                                                                                                                             |
| vcpus                      | 2                                                                                                                                                 |
| extra_specs                | {u'baremetal:deploy_kernel_id': u'1c7ea47a-0683-45d8-a0bf-2b355e7807e8', u'baremetal:deploy_ramdisk_id': u'f10cfd49-b756-40f5-9d15-afda117cc369'} |
| swap                       |                                                                                                                                                   |
| os-flavor-access:is_public | True                                                                                                                                              |
| rxtx_factor                | 1.0                                                                                                                                               |
| OS-FLV-EXT-DATA:ephemeral  | 0                                                                                                                                                 |
| disk                       | 100                                                                                                                                               |
| id                         | 123                                                                                                                                               |
+----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------+
root@penguin:~# 
root@penguin:~# 
root@penguin:~# nova baremetal-node-show 1
+---------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Property      | Value                                                                                                                                                                     |
+---------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| instance_uuid | None                                                                                                                                                                      |
| pm_address    | 10.50.60.166                                                                                                                                                              |
| interfaces    | [{u'datapath_id': None, u'id': 1, u'port_no': None, u'address': u'00:25:90:1c:1c:66'}, {u'datapath_id': u'0', u'id': 3, u'port_no': 0, u'address': u'00:25:90:1c:1c:67'}] |
| cpus          | 24                                                                                                                                                                        |
| memory_mb     | 24000                                                                                                                                                                     |
| service_host  | nova-baremetal                                                                                                                                                            |
| local_gb      | 1000                                                                                                                                                                      |
| id            | 1                                                                                                                                                                         |
| pm_user       | admin                                                                                                                                                                     |
| terminal_port | None                                                                                                                                                                      |
+---------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+