Hi,<div><br></div><div>Just noticed the following two projects:</div><div><a href="https://github.com/rackspace/openstack-guest-agents-windows-xenserver">https://github.com/rackspace/openstack-guest-agents-windows-xenserver</a></div>
<div><a href="https://github.com/rackspace/openstack-guest-agents-unix">https://github.com/rackspace/openstack-guest-agents-unix</a></div><div><br></div><div>Would those be useful in creating an agent like Vish described?</div>
<div>It seems they currently only support Xen? Haven't taken a deep look yet.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">a) put a public key on the instance via metadata or config drive (for ease of use this could actually just be the ssh public key you normally use for logging into the vm).<br>
</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">b) have a daemon in the windows instance that:<br></span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> * generates a random password<br>
</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> * sets the administrator password to the random password<br></span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> * encrypts it with the public key<br>
</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> * serves the encrypted password over https on a known port (say 9999)<br></span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">c) open up port (9999) in the instance's security group<br>
</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">d) retrieve the encrypted password and decrypt it<br></span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">e) close port (9999) in the instances security group</span></blockquote>
<div><br></div><div>Was wondering if it's planned for Grizzly a way to change the password for libvirt/kvm guests (unix and windows)?</div><div>Is there any blueprint available?</div><div><br></div><div>Sam<br><br><div class="gmail_quote">
On Sat, Nov 3, 2012 at 3:15 AM, Pádraig Brady <span dir="ltr"><<a href="mailto:P@draigbrady.com" target="_blank">P@draigbrady.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 11/02/2012 07:03 PM, Lars Kellogg-Stedman wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Thu, Nov 01, 2012 at 11:03:14AM -0700, Vishvananda Ishaya wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The new config drive code defaults to iso-9660, so that should work. The<br>
vfat version should probably create a partition table.<br>
</blockquote>
<br>
Is that what Folsom is using?  Or is it new-er than that?<br>
</blockquote>
<br></div>
That's in Folsom<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~<u></u>openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~<u></u>openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/<u></u>ListHelp</a><br>
</div></div></blockquote></div><br></div>