On Wed, Nov 30, 2016 at 9:44 AM, Shalabh Goel <shalabhgoel13(a)gmail.com> wrote:
Hi
I just want to know if there is any way I can disable the yum looking for
updates on the internet on the node?
Not sure, adding Fabian.
I think this should work if you add a proxy= line to yum.conf.
Not sure how to persist this in node.
Best,
>
> Please help me out here.
>
> Thanks
>
> Shalabh Goel
>
>
>
>
> On Tue, Nov 29, 2016 at 5:59 PM, <users-request(a)ovirt.org> wrote:
>>
>> Send Users mailing list submissions to
>> users(a)ovirt.org
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>
http://lists.ovirt.org/mailman/listinfo/users
>> or, via email, send a message with subject or body 'help' to
>> users-request(a)ovirt.org
>>
>> You can reach the person managing the list at
>> users-owner(a)ovirt.org
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Users digest..."
>>
>>
>> Today's Topics:
>>
>> 1. Re: I wrote an oVirt thing (Yaniv Kaul)
>> 2. Ovirt node host installation failing in engine (Shalabh Goel)
>> 3. Re: How to migrate Self Hosted Engine (Gianluca Cecchi)
>> 4. Re: Need help with dashboard (????? ???????)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Tue, 29 Nov 2016 14:06:22 +0200
>> From: Yaniv Kaul <ykaul(a)redhat.com>
>> To: Konstantin Shalygin <k0ste(a)k0ste.ru>
>> Cc: Ovirt Users <users(a)ovirt.org>
>> Subject: Re: [ovirt-users] I wrote an oVirt thing
>> Message-ID:
>>
>> <CAJgorsY_SksEnP2jQxBgdJyKW=4_qZZGZ=DwHQ13MteEN5jG5w(a)mail.gmail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> On Tue, Nov 29, 2016 at 3:40 AM, Konstantin Shalygin <k0ste(a)k0ste.ru>
>> wrote:
>>
>> > ovirt-shell will be deprecated and not supported or some functions on
>> > ovirt-shell (or all package ovirt-engine-cli)?
>> >
>> > We use ovirt-shell on client desktops who connected to SPICE consoles
>> > and
>> > work (users provided by LDAP on ovirt-engine), like via RDP. For this I
>> > wrote very fast-hack patch for ovirt-shell and GUI for enter password (
>> >
https://github.com/k0ste/ovirt-pygtk). Very simple, but via Internet
>> > people use SPICE without negative about packet loss and disconnects,
>> > instead RDP.
>>
>>
>> Can you further explain the use case? I assume the user portal is not good
>> enough for some reason?
>>
>>
>> >
>> >
>> > BTW, the ovirt-shell is something we deprecated. It is working on top of
>> >> the v3 api, which we plan to remove in 4.2.
>> >> So better not use it.
>> >>
>> >
>> >
>> > You can start maintain. For example I maintain packes for Arch Linux:
>> > ovirt-engine-cli (
https://aur.archlinux.org/packages/ovirt-engine-cli)
>> > and ovirt-engine-sdk-python (
https://aur.archlinux.org/pac
>> > kages/ovirt-engine-sdk-python).
>>
>>
>> Hi,
>>
>> It somehow looks like a fork of the CLI (due to the added patch[1]).
>> I'm not sure how happy I am about it, considering the patch is adding a
>> feature with security issues (there is a reason we do not support password
>> passed via the command line - it's somewhat less secure).
>> Since you are already checking for the CLI rc file[2], just add the
>> password to it and launch with it (in a temp file in the temp directory
>> with the right permissions, etc...)
>>
>> BTW, note that the attempt to delete the password from memory[3] may or
>> may
>> not work. After all, it's a copy of what you got from entry.get_text() few
>> lines before.
>> And Python GC is not really to be relied upon to delete things ASAP
>> anyway.
>> There are some lovely discussions on the Internet about it. For
>> example[4].
>> Y.
>>
>> [1]
>>
https://github.com/k0ste/ovirt-pygtk/blob/master/add_password_option.patch
>> [2]
https://github.com/k0ste/ovirt-pygtk/blob/master/ovirt-pygtk.py#L81
>> [3]
https://github.com/k0ste/ovirt-pygtk/blob/master/ovirt-pygtk.py#L71
>> [4]
>>
>>
http://stackoverflow.com/questions/728164/securely-erasing-password-in-me...
>>
>> >
>> >
>> > My workstation at work is running Ubuntu, and I do not believe that
>> >> ovirt-shell is packaged for it.
>> >>
>> >
>> > --
>> > Best regards,
>> > Konstantin Shalygin
>> >
>> >
>> >
>> > _______________________________________________
>> > Users mailing list
>> > Users(a)ovirt.org
>> >
http://lists.ovirt.org/mailman/listinfo/users
>> >
>>