<div dir="ltr">On Tue, Jan 21, 2014 at 8:22 AM, Joe Topjian <<a href="mailto:joe@topjian.net">joe@topjian.net</a>> wrote:<br>><br>> Hi Juerg,<br>><br>> That's a really creative way of setting the password. Are you able to share your powershell script? <br>
<br>Sorry, missed this request earlier. Need to check with legal (sigh).<div><br></div><div>..Juerg</div><div><br></div><div><br></div><div>> Thanks,<br></div><div>> Joe<br>><br>><br>> On Tue, Jan 21, 2014 at 8:15 AM, Juerg Haefliger <<a href="mailto:juergh@gmail.com">juergh@gmail.com</a>> wrote:<br>
>><br>>><br>>> On Tue, Jan 21, 2014 at 3:15 AM, jeffty <<a href="mailto:wantwatering@gmail.com">wantwatering@gmail.com</a>> wrote:<br>>> ><br>>> > Thanks Joe, It really helps.<br>
>> ><br>>> > Will check them to find the proper way.<br>>> ><br>>> > Thanks.<br>>> ><br>>> > On 1/19/2014 3:32 PM, Joe Topjian wrote:<br>>> > > Hello,<br>>> > ><br>
>> > > We've used this in the past:<br>>> > ><br>>> > > <a href="https://github.com/jordanrinke/openstack">https://github.com/jordanrinke/openstack</a><br>>> > ><br>>> > > It allows a user to type in an Administrator password in the Post Config<br>
>> > > text box when launching an instance in Horizon. The password is then<br>>> > > retrieved when Windows first boots via the metadata service.<br>>> > ><br>>> > > We stopped using it for two reasons, though:<br>
>> > ><br>>> > > 1. The password was permanently stored in the metadata server<br>>> > > 2. There was no (default) way to let the user know that the password<br>>> > > they chose was not a strong enough password<br>
>> > ><br>>> > > We now just have users connect to the VNC console and set the password<br>>> > > upon first boot.<br>>> > ><br>>> > > There have been a few discussions over the past year on the<br>
>> > > openstack-operators list about the cloudbase Windows cloud-init service.<br>>> > > I think one or two people have been able to get the password injection<br>>> > > portion working. It might be worth a shot to search the archives:<br>
>> > ><br>>> > > <a href="http://www.gossamer-threads.com/lists/openstack/operators/">http://www.gossamer-threads.com/lists/openstack/operators/</a><br>>> > ><br>>> > > Joe<br>
>> > ><br>>> > ><br>>> > > On Sun, Jan 19, 2014 at 4:21 AM, jeffty <<a href="mailto:wantwatering@gmail.com">wantwatering@gmail.com</a><br>>> > > <mailto:<a href="mailto:wantwatering@gmail.com">wantwatering@gmail.com</a>>> wrote:<br>
>> > ><br>>> > >     Thanks Jacob.<br>>> > ><br>>> > >     Is there any openstack API guide for send instance password while<br>>> > >     launch it?<br>>> > ><br>
>> > >     Thanks.<br>>> > ><br>>> > >     On 1/19/2014 11:08 AM, Jacob Godin wrote:<br>>> > >     > Yes, they must input a password every time. It's within Windows, they<br>
>> > >     > must use the console.<br>>> > >     ><br>>> > >     > Sent from my mobile device<br>>> > >     ><br>>> > >     > On Jan 18, 2014 10:51 PM, "jeffty" <<a href="mailto:wantwatering@gmail.com">wantwatering@gmail.com</a><br>
>> > >     <mailto:<a href="mailto:wantwatering@gmail.com">wantwatering@gmail.com</a>><br>>> > >     > <mailto:<a href="mailto:wantwatering@gmail.com">wantwatering@gmail.com</a> <mailto:<a href="mailto:wantwatering@gmail.com">wantwatering@gmail.com</a>>>><br>
>> > >     wrote:<br>>> > >     ><br>>> > >     >     Thanks Jacob.<br>>> > >     ><br>>> > >     >     Then the user must input a password for every windows instance he<br>
>> > >     >     launched?<br>>> > >     ><br>>> > >     >     In other word different instance owns different password even<br>>> > >     they are<br>>> > >     >     launched at the same time? e.g. Input 3 while launching<br>
>> > >     instance in<br>>> > >     >     Horizon portal for this windows image.<br>>> > >     ><br>>> > >     >     If yes, how to send this password to the instance in portal?<br>
>> > >     That should<br>>> > >     >     be implemented by meta service.<br>>> > >     ><br>>> > >     >     If no, all of the instances have the same default password, right?<br>
>> > >     ><br>>> > >     ><br>>> > >     >     On 1/19/2014 10:02 AM, Jacob Godin wrote:<br>>> > >     >     > We've used sysprep to have the administrator provide a password<br>
>> > >     >     when the<br>>> > >     >     > instance is first booted.<br>>> > >     ><br>>><br>>> We use a simple powershell script that generates a random Administrator password on first boot, pulls the SSH key from the metadata server, encrypts the password with the key and writes the encrypted password to the serial port.<br>
>><br>>> The user retrieves the encrypted password through the nova console-log and decrypts it with his private key. The image is setup such that the user is prompted to change the (random) password the first time he logs into the instance.<br>
>><br>>> ...Juerg<br>>><br>>><br>>><br>>> > ><br>>> > >     _______________________________________________<br>>> > >     Mailing list:<br>>> > >     <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
>> > >     Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>>> > >     <mailto:<a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a>><br>
>> > >     Unsubscribe :<br>>> > >     <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>>> > ><br>
>> > ><br>>> ><br>>> ><br>>> > _______________________________________________<br>>> > Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
>> > Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>>> > Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
><br>><br></div></div>