Re: [ovirt-users] cloud-init root password?

2015-04-07 Thread Amedeo Salvati
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

Re: [ovirt-users] cloud-init root password?

2015-04-07 Thread Amedeo Salvati
...@redhat.com A Amedeo Salvati ame...@oscert.net Cc users@ovirt.org Data Tue, 7 Apr 2015 09:09:08 -0400 (EDT) Oggetto Re: [ovirt-users] cloud-init root password? - Original Message - From: Amedeo Salvati ame...@oscert.net To: users@ovirt.org

Re: [ovirt-users] How to create a vm cloned independent from python sdk

2014-12-11 Thread Amedeo Salvati
thanks! Best regards Amedeo Salvati Da Juan Hernández jhern...@redhat.com A Amedeo Salvati ame...@oscert.net, users@ovirt.org Cc Data Wed, 10 Dec 2014 19:12:31 +0100 Oggetto Re: [ovirt-users] How to create a vm cloned independent from python sdk On 12/10/2014 05

[ovirt-users] how to rename disk alias on python sdk

2014-12-11 Thread Amedeo Salvati
() 'FSBOVRHEL66TMP-1412_Disk1' -- OLD alias d1.set_alias('PIPPO_Disk1') d1.get_alias() 'PIPPO_Disk1' -- NEW alias but after that I cannot find a method like d1.update() to commit changes of disk object, what I miss? Best regards Amedeo Salvati

Re: [ovirt-users] how to rename disk alias on python sdk

2014-12-11 Thread Amedeo Salvati
Ondra, Juan, Karli and all thanks! Best Regards Amedeo Salvati Da Karli Sjöberg karli.sjob...@slu.se A Amedeo Salvati ame...@oscert.net Cc users@ovirt.org users@ovirt.org Data Thu, 11 Dec 2014 11:47:57 + Oggetto Re: [ovirt-users] how to rename disk alias on python

[ovirt-users] How to create a vm cloned independent from python sdk

2014-12-10 Thread Amedeo Salvati
... someone can let me know what params I should pass to api.vms.add to clone disks? Best regards Amedeo Salvati ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Re: [ovirt-users] ovirt italian translation and jenkins

2014-11-27 Thread Amedeo Salvati
: [ovirt-users] ovirt italian translation and jenkins Il 26/11/2014 15:03, Gianluca Cecchi ha scritto: Hello, Amedeo Salvati has begun working on it (we are now at 40% on master). Is it possible to include him in destination list for these e-mails? Added in jenkins job: http

[ovirt-users] Possible python api bug on api.clusters.list

2014-11-21 Thread Amedeo Salvati
--datacenter-identifier NO_PROD id : a092c9fc-0f5f-471e-8bca-b3828255aa5a name : NO_PROD [oVirt shell (connected)]# Is this a bug? Can I open a new bug on bugzilla? Best regards Amedeo Salvati ___ Users mailing list Users

Re: [ovirt-users] Italian translation

2014-11-13 Thread Amedeo Salvati
@Gianluca, Giorgio, let me know if you want to help you... Best Regards Amedeo Salvati Da: users-boun...@ovirt.org A: users@ovirt.org Cc: Date: Thu, 13 Nov 2014 09:24:55 +0100 From: Gianluca Cecchi gianluca.cec...@gmail.com To: Sandro Bonazzola sbona

Re: [ovirt-users] Italian translation

2014-11-13 Thread Amedeo Salvati
thanks Gianluca, I've created amedeos account on zanata... so this evening or tomorrow I'll find a couple of hours to start... ciao a Da: Gianluca Cecchi gianluca.cec...@gmail.com A: Amedeo Salvati ame...@oscert.net Cc: users users@ovirt.org Data: Thu, 13 Nov 2014 13

Re: [ovirt-users] Balloon driver unavailable

2014-11-12 Thread Amedeo Salvati
- Optimization - uncheck Enable Memory Balloon Optimization Best Regards Amedeo Salvati Date: Wed, 12 Nov 2014 07:59:33 + From: Karli Sj?berg karli.sjob...@slu.se To: tdeme...@itsmart.hu tdeme...@itsmart.hu Cc: users@ovirt.org users@ovirt.org Subject: Re: [ovirt-users] Balloon driver

[ovirt-users] using ovirt-scheduler-proxy

2014-11-04 Thread Amedeo Salvati
]# but after that on web ui I can't see any change under cluster policy and under Configure - Cluster Policies (host_memory_balance balancers is not displayed) what did I miss? Best regards Amedeo Salvati ___ Users mailing list Users@ovirt.org

Re: [ovirt-users] Simple script to split VMs on different host - No affinity group

2014-11-02 Thread Amedeo Salvati
yea, if I have the time I will integrate on a new scheduler best regards a Il 31/10/2014 12:51, Itamar Heim ha scritto: On 10/30/2014 09:23 PM, Amedeo Salvati wrote: hello guys, if you are interested, I wrote a simple python script to balance VMs on different host/hypervisor, logic is simple

Re: [ovirt-users] Users Digest, Vol 37, Issue 201

2014-11-02 Thread Amedeo Salvati
where on function buildYamlFile(line 124-137) by using cloud-init execution program/script, I change our freeipa server (lines 132-136) avoiding sssd timeout on contacting first two production freeipa server. https://github.com/amedeos/ovirt-scripts-dr/blob/master/StartAllVM.py HTH Amedeo Salvati

Re: [ovirt-users] Add multiple files to a VM via cloud-init

2014-11-02 Thread Amedeo Salvati
Hi Juan, this means that example of python code on http://www.ovirt.org/Features/Cloud-Init_Integration that I wrote some months ago against v3.4 could be changed by encoding the content on base64? at this time of this writing I haven't v3.5 to test the script / new code best regards Amedeo

[ovirt-users] Simple script to split VMs on different host - No affinity group

2014-10-30 Thread Amedeo Salvati
affinity groups, because maintenance of them will become a struggle, and I want *only* to run same project/application VMs with same name on different hypervisor. Best regards Amedeo Salvati ___ Users mailing list Users@ovirt.org http://lists.ovirt.org

[ovirt-users] Documentation of cloud-init

2014-07-25 Thread Amedeo Salvati
Hy guys, after some headache I was able to use cloud-init via python-sdk (thanks to Juan), and I hope no one will fight anymore with them :D, so if you want I think it's better to document with a simple example it's use on web page available at:

Re: [ovirt-users] cloud-init options under python-sdk

2014-07-23 Thread Amedeo Salvati
)     )     )     )     )     ) but when i try to start a vm I got this error: TypeError: 'User' object is not iterable somebody has some hints for resetting root password? Best regards Amedeo Salvati Da: Amedeo Salvati ame...@oscert.net A: jhern...@redhat.com Cc

Re: [ovirt-users] cloud-init options under python-sdk

2014-07-23 Thread Amedeo Salvati
thanks! best regards a Da: Juan Hernandez jhern...@redhat.com A: Amedeo Salvati ame...@oscert.net, users@ovirt.org Cc: Data: Wed, 23 Jul 2014 14:44:57 +0200 Oggetto: Re: [ovirt-users] cloud-init options under python-sdk On 07/23/2014 02:39 PM, Amedeo Salvati wrote: hello Juan|guys

[ovirt-users] cloud-init options under python-sdk

2014-07-22 Thread Amedeo Salvati
hello guys! I'm writing some python code to start VMs, and based on operating system (at this moment centos6 nad centos7), I would like to use cloud-init options (available on web ui at run-once) to start them and resetting root password, change hostname and write some configuration files by

Re: [ovirt-users] cloud-init options under python-sdk

2014-07-22 Thread Amedeo Salvati
for host / hypervisor? Best regards Amedeo Salvati Da: Juan Hernandez jhern...@redhat.com A: Amedeo Salvati ame...@oscert.net, users@ovirt.org Cc: Data: Tue, 22 Jul 2014 12:21:01 +0200 Oggetto: Re: [ovirt-users] cloud-init options under python-sdk On 07/22/2014 11:48 AM, Amedeo Salvati wrote

Re: [ovirt-users] cloud-init options under python-sdk

2014-07-22 Thread Amedeo Salvati
many thanks Juan it works! best regards a Da: Juan Hernandez jhern...@redhat.com A: Amedeo Salvati ame...@oscert.net, users@ovirt.org Cc: Data: Tue, 22 Jul 2014 15:32:45 +0200 Oggetto: Re: [ovirt-users] cloud-init options under python-sdk On 07/22/2014 02:55 PM, Amedeo Salvati wrote: hi

[ovirt-users] qemu-kvm-rhev for el6

2014-04-23 Thread Amedeo Salvati
hello, does anyone know if there are an existent bugzilla to track the release of qemu-kvm-rhev rpms under el (like centos)? Because I've looked at bugzilla and google docs oVirt Planning Tracking with no luck best regards a ___ Users mailing list

[ovirt-users] List disk images residing on specific lun

2014-04-13 Thread Amedeo Salvati
Hello, does anyone know if it's possible, using ovirt-shell or api, to list every disk image residing on specific FC LUN? best regards Amedeo Salvati ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Re: [ovirt-users] List disk images residing on specific lun

2014-04-13 Thread Amedeo Salvati
Il 13/04/2014 12:37, Meital Bourvine ha scritto: Hi Amedeo, I don't think that it's possible. But if your storage domain contains only 1 FC lun, then listing the disks on this storage domain will provide you the info. - Original Message - From: Amedeo Salvati ame...@oscert.net

Re: [ovirt-users] List disk images residing on specific lun

2014-04-13 Thread Amedeo Salvati
in disks if disk.get_storage_domains().get_storage_domain().get_id() == fc_storage_domain_id] Thanks, Gadi Ickowicz - Original Message - From: Amedeo Salvati ame...@oscert.net To: Meital Bourvine mbour...@redhat.com Cc: users@ovirt.org Sent: Sunday, April 13, 2014 3:05:37 PM Subject: Re

Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Amedeo Salvati
+1 I'll try soon and migrate our 3.3.x to 3.4! best regards a Da: announce-boun...@ovirt.org A: users users@ovirt.org, annou...@ovirt.org Cc: Data: Thu, 27 Mar 2014 05:52:21 -0400 (EDT) Oggetto: [Users] [Ann] oVirt 3.4 GA Releases The oVirt Project is pleased to announce the general

Re: [Users] Making v2v easier?

2014-01-19 Thread Amedeo Salvati
Il 19/01/2014 06:55, Blaster ha scritto: On Jan 18, 2014, at 2:25 AM, Amedeo Salvati ame...@oscert.net wrote: regarding virtio drivers, on linux, and if your kernel support them, you can recreate / regenerate initram f.s., and then you can boot your vm linux coming from vmware with virtio

Re: [Users] Making v2v easier?

2014-01-18 Thread Amedeo Salvati
hardware for the VM regarding virtio drivers, on linux, and if your kernel support them, you can recreate / regenerate initram f.s., and then you can boot your vm linux coming from vmware with virtio drivers... same process when doing p2v or v2p -- Amedeo Salvati RHC{DS,E,VA} - LPIC-3 - UCP - NCLA

Re: [Users] Attach NFS storage to multiple datacenter

2014-01-16 Thread Amedeo Salvati
VM1 to VM1-NEW (downtime); - start apps on VM1-NEW (apps uprunning on new DC). - stop VM1 on old DC. HTH a -- Amedeo Salvati RHC{DS,E,VA} - LPIC-3 - UCP - NCLA 11 email: ame...@oscert.net email: ame...@linux.com http://plugcomputing.it/redhatcert.php http://plugcomputing.it/lpicert.php

[Users] ovirt-shell limited to first 100 elements

2014-01-15 Thread Amedeo Salvati
Does anyone know if there are a possibility to increment list elements on ovirt-shell? Because I'm trying to list disk on one storagedomain but it list me only first 100 elements. e.g.:list disks storagedomains-identifier STORNAME | egrep '^name' /root/disks-name-on-STORNAME.txt p.s I faund

Re: [Users] ovirt-shell limited to first 100 elements

2014-01-15 Thread Amedeo Salvati
Date: Wed, 15 Jan 2014 14:09:19 +0100 From: Joop jvdw...@xs4all.nl To: users@ovirt.org Subject: Re: [Users] ovirt-shell limited to first 100 elements Message-ID: b0dc271d-09a3-40cc-b9f3-722dd7c05...@email.android.com Content-Type: text/plain; charset=UTF-8 Amedeo Salvati ame...@oscert.net

[Users] rpms signed - why not?

2014-01-13 Thread Amedeo Salvati
SHA1 digest: OK (e71040f320da087e6e9012102e0e59f134259d2a) V4 RSA/SHA1 Signature, key ID 89ccae8b: NOKEY MD5 digest: OK (01e72fe3ed97ba849327cafe43ca5d45) best regards a -- Amedeo Salvati RHC{DS,E,VA} - LPIC-3 - UCP - NCLA 11 email: ame...@oscert.net email: ame...@linux.com http

Re: [Users] SSD Caching

2014-01-08 Thread Amedeo Salvati
you can use flashcache under centos6, it's stable and give you a boost for read/write, but I never user with gluster:https://github.com/facebook/flashcache/under fedora you have more choice: flashcache, bcache, dm-cacheregardsaDate: Wed, 8 Jan 2014 21:44:35 -0600From: Darrell Budic

[Users] cluster.min-free-disk option on gluster 3.4 Was: Re: how to temporarily solve low disk space problem

2014-01-07 Thread Amedeo Salvati
/documentation/en-US/Red_Hat_Storage/2.1/html/Administration_Guide/chap-User_Guide-Managing_Volumes.html so you fill your gvdata volume up to 90% and let we know if it's stop I/O (or only write) or we can wait for a clarification from gluster guy :-) best regards a -- Amedeo Salvati RHC{DS,E,VA

[Users] R: tuned profile for Centos hosts -- new Bugzilla orRegression

2014-01-07 Thread Amedeo Salvati
Hi Ted, I'm interested to on this tuned rhs-virtualization profile... where I can find it? And what macro differences has against virtual-host profile? Best regards a Date: Mon, 6 Jan 2014 22:09:44 + From: Ted Miller tmil...@hcjb.org To: oVirt Mailing List users@ovirt.org Subject: [Users]

Re: [Users] R: tuned profile for Centos hosts -- new Bugzilla orRegression

2014-01-07 Thread Amedeo Salvati
regardsa Da: Doron Fediuck dfedi...@redhat.com A: Amedeo Salvati ame...@oscert.net, users@ovirt.org, tmil...@hcjb.org Cc: Jiri Moskovcak jmosk...@redhat.com Data: Wed, 8 Jan 2014 01:35:38 -0500 (EST) Oggetto: Re: [Users] R: tuned profile for Centos hosts -- new Bugzilla orRegression Hi guys

Re: [Users] Stopping glusterfsd service shut down data center

2014-01-06 Thread Amedeo Salvati
Il 06/01/2014 10:44, Vijay Bellur ha scritto: Adding gluster-users. On 01/06/2014 12:25 AM, Amedeo Salvati wrote: Hi all, I'm testing ovirt+glusterfs with only two node for all (engine, glusterfs, hypervisors), on centos 6.5 hosts following guide at: http://community.redhat.com/blog/2013/09

[Users] Stopping glusterfsd service shut down data center

2014-01-05 Thread Amedeo Salvati
::dispatcher::(wrapper) Run and protect: getSpmStatus, Return response: {'spm_st': {'spmId': 2, 'spmStatus': 'SPM', 'spmLver': 3}} thanks in advance a -- Amedeo Salvati RHC{DS,E,VA} - LPIC-3 - UCP - NCLA 11 m. +39 333 1264484 email: ame...@oscert.net email: ame...@linux.com http://plugcomputing.it

[Users] Stopping glusterfsd service shut down data center

2014-01-05 Thread Amedeo Salvati
::dispatcher::(wrapper) Run and protect: getSpmStatus, Return response: {'spm_st': {'spmId': 2, 'spmStatus': 'SPM', 'spmLver': 3}} thanks in advance a -- Amedeo Salvati RHC{DS,E,VA} - LPIC-3 - UCP - NCLA 11 m. +39 333 1264484 email: ame...@oscert.net email: ame...@linux.com http://plugcomputing.it