Re: [ovirt-users] installation of hosts using public key

2017-08-10 Thread Ondra Machacek
On Thu, Aug 10, 2017 at 2:12 PM, Fabrice Bacchella <
fabrice.bacche...@orange.fr> wrote:

>
> Le 10 août 2017 à 10:52, Ondra Machacek  a écrit :
>
>
>
> Creates a new host. The host is created based on the attributes of
>> the host parameter. The name, address and root_password properties are
>> required.
>>
>> But what to do if I don't have a root password to give ?
>>
>
> It's just true/false, you can't specify which key to use, it's using the
> default one:
>
> types.Host(
>   ssh=types.Ssh(
>authentication_method=types.SshAuthenticationMethod.PUBLICKEY,
>   ),
>   ...
> )
>
>
> I tried, it works.
>
> But it's strange, because then, root_password which is mandatory, can be
> filled with None. So why it should be mandatory ?\
>


I think this is documentation bug, because AFAIK, it's not mandatory.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] installation of hosts using public key

2017-08-10 Thread Fabrice Bacchella
Done :
https://bugzilla.redhat.com/show_bug.cgi?id=1480213

> Le 10 août 2017 à 10:49, Oved Ourfali  a écrit :
> 
> Thanks Fabrice.
> It is probably as a result of the UI redesign.
> We're still fixing issues in the UI.
> Can you open a bug on this issue, attach the relevant screenshots and etc? 
> Please also put UX as the oVirt team.
> 
> Thanks,
> Oved
> 
> On Thu, Aug 10, 2017 at 11:10 AM, Fabrice Bacchella 
> > wrote:
> This method of connection to host for installation don't seems be treated as 
> a first class citizen.
> 
> The UI is broken on Safari and Firefox, it only works on Chrome:
> 
> Safari:
> 
> 
> Firefox:
> 
> 
> Chrome:
> 
> 
> On my Mac, Chrome is the only browser that display it. It's a very old bug.
> 



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] installation of hosts using public key

2017-08-10 Thread Fabrice Bacchella

> Le 10 août 2017 à 10:52, Ondra Machacek  a écrit :
> 
> 

> Creates a new host. The host is created based on the attributes of the host 
> parameter. The name, address and root_password properties are required.
> 
> But what to do if I don't have a root password to give ?
> 
> It's just true/false, you can't specify which key to use, it's using the 
> default one:
> 
> types.Host(
>   ssh=types.Ssh(
>authentication_method=types.SshAuthenticationMethod.PUBLICKEY,
>   ),
>   ...
> )
> 

I tried, it works.

But it's strange, because then, root_password which is mandatory, can be filled 
with None. So why it should be mandatory ?

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users