<tt><font size=2>Monty Taylor <mordred@inaugust.com> wrote on 09/29/2013
01:38:26 PM:<br>
<br>
> On 09/29/2013 01:02 PM, Mike Spreitzer wrote:<br>
> > Robert Collins <robertc@robertcollins.net> wrote on 09/29/2013
02:21:28 AM:<br>
> > <br>
> >> Host not hypervisor I think; consider nova baremetal, where
hypervisor<br>
> >> == machine that runs tftpd and makes IPMI calls, and host
== place<br>
> >> where the user workload will execute.<br>
> > <br>
> > In nova baremetal, is there still a "hypervisor" in
the picture, and is<br>
> > it necessarily the same machine as the "host"?<br>
> <br>
> There is one or more machiens where nova-compute runs. Those machines<br>
> are necessarily _not_ the same machine as the "host".<br>
</font></tt>
<br><tt><font size=2>So the host is the bare metal machine where the user's
image is instantiated and run, and some other machine runs nova-compute
to help set that up, right?</font></tt>
<br>
<br><tt><font size=2>When I do a GET on </font></tt><a href=http://novahost:port/v2/tenantid/servers/instanceid><tt><font size=2>http://novahost:port/v2/tenantid/servers/instanceid</font></tt></a><tt><font size=2>
today, in a Grizzly installation running VM instances on KVM hypervisors,
I get back a bunch of attributes, including hostId (whose value is a long
hex string), OS-EXT-SRV-ATTR:host (whose value is a short name), and OS-EXT-SRV-ATTR:hypervisor_hostname
(whose value is the same short name as OS-EXT-SRV-ATTR). Those short names
are the same ones appearing in the reply to a GET of </font></tt><a href="http://novahost:port/v2/tenantid/os-hosts"><tt><font size=2>http://novahost:port/v2/tenantid/os-hosts</font></tt></a><tt><font size=2>
and also in the reply to a GET of </font></tt><a href="http://novahost:port/v2/tenantid/os-hypervisors"><tt><font size=2>http://novahost:port/v2/tenantid/os-hypervisors</font></tt></a><tt><font size=2>.
 In the case of baremetal, will a GET of </font></tt><a href="http://novahost:port/v2/tenantid/os-hypervisors"><tt><font size=2>http://novahost:port/v2/tenantid/os-hypervisors</font></tt></a><tt><font size=2>
return things related to baremetal and, if so, which ones (the nova-compute
machines or the hosts)?</font></tt>
<br>
<br><tt><font size=2>Thanks,</font></tt>
<br><tt><font size=2>Mike</font></tt>