Hi,
I install acpid on this Guest , then vm.shutdown() leads to a graceful shutdown.
Thx a lot.
Regards,
J.P.
-----Message d'origine-----
De : users-bounces(a)ovirt.org [mailto:users-bounces@ovirt.org] De la part de
users-request(a)ovirt.org
Envoyé : mardi 19 janvier 2016 18:00
À : users(a)ovirt.org
Objet : Users Digest, Vol 52, Issue 106
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: ovirt appliance for he on master? (Yedidyah Bar David)
2. Sysprep and Ovirt Python SDK (Robert Parker)
3. Re: Gracefully GUEST shutown via ovirt Python-SDK
(Juan Hern?ndez)
----------------------------------------------------------------------
Message: 1
Date: Tue, 19 Jan 2016 17:59:50 +0200
From: Yedidyah Bar David <didi(a)redhat.com>
To: Gianluca Cecchi <gianluca.cecchi(a)gmail.com>
Cc: users <users(a)ovirt.org>
Subject: Re: [ovirt-users] ovirt appliance for he on master?
Message-ID:
<CAHRwYXsA94wZjHmqZrNymm4pzM=ONaqKLFerGfA_nkdWLSZLvg(a)mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
On Tue, Jan 19, 2016 at 5:54 PM, Gianluca Cecchi <gianluca.cecchi(a)gmail.com> wrote:
On Tue, Jan 19, 2016 at 3:48 PM, Simone Tiraboschi
<stirabos(a)redhat.com>
wrote:
>
>
>>
>> >> >>
>> >> Thanks, but i see 4.0 inside the name of the rpm file ...
>> >
>> >
>> > Master is already targeting to 4.0 If you need 3.6 go here:
>> >
>> >
http://jenkins.ovirt.org/job/ovirt-appliance_ovirt-3.6_build-artif
>> > acts-el7-x86_64/
>> >
>> >> Is it usable as 3.6.x?
>> >
>> >
>> > It should but I cannot ensure since master is a development branch
>> > and something could be broken or new or simply different.
>>
>> OK, is there any chance that Italian is inserted in any 3.6.x or not?
>> So you are saying that today if I set repo as master I would go with
>> future 4.0 and not 3.6.yrc?
>
> We are absolutely out of time to add it to 3.6 so it will be in 4.0.
> Thanks for all your effort on that topic.
No problem.
Contributing to translation is a complimentary way to learn oVirt
internals... ;-)
The question was because now I'm a bit confused:
we have RC for 3.6.2 as described here:
http://lists.ovirt.org/pipermail/users/2016-January/037237.html
I suppose that we will have other 3.6.x or is 3.6.2 the terminal one?
I see some days ago that 4.0 is still in planning phase without
schedule
defined:
http://lists.ovirt.org/pipermail/users/2016-January/037194.html
But you are saying that master is already targeting 4.0.
So if one wants to test 3.6 development between 3.6.2 and 3.6.3 but
before any RC is released yet for 3.6.3 which repo should he/she use?
There is 3.6 nightly snapshot:
http://www.ovirt.org/Install_nightly_snapshot
_______________________________________________
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
--
Didi
------------------------------
Message: 2
Date: Tue, 19 Jan 2016 16:42:02 +0000
From: Robert Parker <robert_parker(a)volusion.com>
To: "users(a)ovirt.org" <users(a)ovirt.org>
Subject: [ovirt-users] Sysprep and Ovirt Python SDK
Message-ID:
<DM2PR0401MB129567E1B8B2CB3E6F4A8177F2C10(a)DM2PR0401MB1295.namprd04.prod.outlook.com>
Content-Type: text/plain; charset="us-ascii"
I understand how to set an OS hostname in CloudInit for a Linux VM using the Python SDK
like below, but how would I do the same thing for setting an OS hostname in a Windows VM
using Sysprep? I can't find any examples of this anywhere.
[...]
action = params.Action(
vm=params.VM(
initialization=params.Initialization(
cloud_init=params.CloudInit(
host=params.Host(address="rheltest001.example.com")
)
)
vm.start( action )
[...]
Robert