Method: Overcloud::Node#introspect_node
- Defined in:
- lib/egon/overcloud/undercloud_handle/node.rb
#introspect_node(node_uuid) ⇒ Object
THESE METHODS ARE TEMPORARY UNTIL IRONIC-DISCOVERD IS ADDED TO OPENSTACK AND KEYSTONE
152 153 154 155 156 |
# File 'lib/egon/overcloud/undercloud_handle/node.rb', line 152 def introspect_node(node_uuid) workflow = 'tripleo.baremetal.v1.introspect' input = { node_uuids: [node_uuid] } execute_workflow(workflow, input, false) end |