
----- Original Message -----
From: "Amedeo Salvati" <amedeo@oscert.net> To: users@ovirt.org Sent: Tuesday, April 7, 2015 2:26:08 PM Subject: Re: [ovirt-users] cloud-init root password?
your mileage may vary!
For example we use python api with cloud-init and template to reset root password (you can use for example command like this: "openssl rand -hex 10") and to configure network / configuration files and freeipa...
Michal, are you working with plain password or with salted hashed ones? I had some experiment on hosted-engine with strange results on that.
try to use python api by passing:
users=params.Users(user=[params.User(user_name="root", password=SPASSWORD)])
have a look at python example on http://www.ovirt.org/Features/Cloud-Init_Integration
Sorry, I was talking about a new feature for hosted-engine on 3.6 where you will be able to lunch a pre-built appliance for the engine VM configuring it via cloud-init. In that case we still have not API cause the engine is still not running.
Best regards Amedeo
Date: Tue, 7 Apr 2015 13:34:24 +0200 From: Michal Skrivanek <michal.skrivanek@redhat.com> To: Sven Kieske <S.Kieske@mittwald.de> Cc: users@ovirt.org Subject: Re: [ovirt-users] cloud-init root password? Message-ID: <02D7FE6F-5638-459C-865E-064652CF6162@redhat.com> Content-Type: text/plain; charset=iso-8859-1
On Apr 7, 2015, at 12:21 , Sven Kieske <S.Kieske@mittwald.de> wrote:
On 07/04/15 11:31, Michal Skrivanek wrote:
Hi Jorick, This was 3.5 enhancement to support also non-root users you use username "root" and set a password:-)
well the enhancement should not break existing workflows.
if no user is supplied you should set "root" as a default.
well, yeah, it could be pre-filled with root
I'd consider this as a regression, if I understand the change correct?
it works like that only with REST API:) changes in UI dialogs are common.
Thanks, michal
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users