Re: [one-users] HA hook and -p n flag

2014-01-29 Thread Igor Laskovy
Hi Tino,

Thanks, yes and sorry for delay.
I would like confirm for now that with this change it's works.


On Wed, Jan 29, 2014 at 7:38 PM, Tino Vazquez cvazq...@c12g.com wrote:

 Hi Igor,

 I've opened a ticket [1] to keep track of the solution for next releases.

 Thanks for the feedback,

 -Tino

 [1] http://dev.opennebula.org/issues/2689
 --
 OpenNebula - Flexible Enterprise Cloud Made Simple

 --
 Constantino Vázquez Blanco, PhD, MSc
 Senior Infrastructure Architect at C12G Labs
 www.c12g.com | @C12G | es.linkedin.com/in/tinova

 --
 Confidentiality Warning: The information contained in this e-mail and
 any accompanying documents, unless otherwise expressly indicated, is
 confidential and privileged, and is intended solely for the person
 and/or entity to whom it is addressed (i.e. those identified in the
 To and cc box). They are the property of C12G Labs S.L..
 Unauthorized distribution, review, use, disclosure, or copying of this
 communication, or any part thereof, is strictly prohibited and may be
 unlawful. If you have received this e-mail in error, please notify us
 immediately by e-mail at ab...@c12g.com and delete the e-mail and
 attachments and any copy from your system. C12G thanks you for your
 cooperation.


 On 24 January 2014 12:00, Tino Vazquez cvazq...@c12g.com wrote:
  Dear Igor,
 
  This looks like a bug indeed. Could you try changing
  /var/lib/one/remotes//hooks/ft/host_error.rb, line 98, from:
 
   monitor_interval = line.split(=).last.to_i if
  /HOST_MONITORING_INTERVAL/=~line
 
  to
 
  monitor_interval = line.split(=).last.to_i if
  /MONITORING_INTERVAL/=~line
 
  and try again. If this works, please let us know so we can include a fix
 for 4.6
 
  Regards,
 
  -Tino
 
  --
  OpenNebula - Flexible Enterprise Cloud Made Simple
 
  --
  Constantino Vázquez Blanco, PhD, MSc
  Senior Infrastructure Architect at C12G Labs
  www.c12g.com | @C12G | es.linkedin.com/in/tinova
 
  --
  Confidentiality Warning: The information contained in this e-mail and
  any accompanying documents, unless otherwise expressly indicated, is
  confidential and privileged, and is intended solely for the person
  and/or entity to whom it is addressed (i.e. those identified in the
  To and cc box). They are the property of C12G Labs S.L..
  Unauthorized distribution, review, use, disclosure, or copying of this
  communication, or any part thereof, is strictly prohibited and may be
  unlawful. If you have received this e-mail in error, please notify us
  immediately by e-mail at ab...@c12g.com and delete the e-mail and
  attachments and any copy from your system. C12G thanks you for your
  cooperation.
 
 
  On Thu, Jan 23, 2014 at 11:27 AM, Igor Laskovy igor.lask...@gmail.com
 wrote:
 
  Is this a bug? If so, please give it High priority.
 
  Thu Jan 23 18:20:25 2014 [HKM][D]: Message received: LOG I 9 Command
  execution fail: /var/lib/one/remotes//hooks/ft/host_error.rb 9 -r -p 3
  Thu Jan 23 18:20:25 2014 [HKM][D]: Message received: LOG I 9
  /var/lib/one/remotes//hooks/ft/host_error.rb:101:in `*': nil can't be
  coerced into Fixnum (TypeError)
  Thu Jan 23 18:20:25 2014 [HKM][D]: Message received: LOG I 9 from
  /var/lib/one/remotes//hooks/ft/host_error.rb:101
  Thu Jan 23 18:20:25 2014 [HKM][D]: Message received: LOG I 9 ExitCode: 1
  Thu Jan 23 18:20:25 2014 [HKM][D]: Message received: EXECUTE FAILURE 9
  error: -
 
  --
  Igor Laskovy
  facebook.com/igor.laskovy
  studiogrizzly.com
 
  ___
  Users mailing list
  Users@lists.opennebula.org
  http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
 




-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] HA hook and -p n flag

2014-01-23 Thread Igor Laskovy
Is this a bug? If so, please give it High priority.

Thu Jan 23 18:20:25 2014 [HKM][D]: Message received: LOG I 9 Command
execution fail: /var/lib/one/remotes//hooks/ft/host_error.rb 9 -r -p 3
Thu Jan 23 18:20:25 2014 [HKM][D]: Message received: LOG I 9
/var/lib/one/remotes//hooks/ft/host_error.rb:101:in `*': nil can't be
coerced into Fixnum (TypeError)
Thu Jan 23 18:20:25 2014 [HKM][D]: Message received: LOG I 9 from
/var/lib/one/remotes//hooks/ft/host_error.rb:101
Thu Jan 23 18:20:25 2014 [HKM][D]: Message received: LOG I 9 ExitCode: 1
Thu Jan 23 18:20:25 2014 [HKM][D]: Message received: EXECUTE FAILURE 9
error: -

-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Safe Live Migration

2014-01-23 Thread Igor Laskovy
Thanks you Javier for this hint! This is what I was looking for.


On Thu, Jan 23, 2014 at 6:10 PM, Javier Fontan jfon...@opennebula.orgwrote:

 Migration is done using this command (KVM) in the host where the VM is
 running (/var/lib/one/remotes/vmm/kvm/migrate):

 virsh --connect $LIBVIRT_URI migrate --live $deploy_id
 $QEMU_PROTOCOL://$dest_host/system

 With the default configuration the migration data then will be sent to
 $dest_host using unencrypted tcp sockets. In case the interface for
 $dest_host IP is not used for the VM bridge then it will be only used
 for ssh connections, migrations and maybe storage (depends on the
 configuration).

 In case you want to use an interface only for migration you may want
 to create a new network (attached to a new interface) and add a suffix
 to the host names. For example:

 192.168.10.15 host01
 10.0.0.15 host01.migration

 And change the migration command to something like this:

 virsh --connect $LIBVIRT_URI migrate --live $deploy_id
 $QEMU_PROTOCOL://$dest_host.migration/system

 To encrypt data you'd better check libvirt documentation on how to use
 tls for connections. It will require generating certificates and
 configuration in libvirt, not only QEMU_PROTOCOL modification.

 On Mon, Jan 20, 2014 at 8:38 PM, Igor Laskovy igor.lask...@gmail.com
 wrote:
  Hello list,
 
  Could anybody clarify how to separate live migration traffic to dedicated
  interface?
 
  --
  Igor Laskovy
  facebook.com/igor.laskovy
  studiogrizzly.com
 
  ___
  Users mailing list
  Users@lists.opennebula.org
  http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
 



 --
 Javier Fontán Muiños
 Developer
 OpenNebula - The Open Source Toolkit for Data Center Virtualization
 www.OpenNebula.org | @OpenNebula | github.com/jfontan




-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Safe Live Migration

2014-01-22 Thread Igor Laskovy
Anybody? Or at least encrypt it?


On Tue, Jan 21, 2014 at 3:38 AM, Igor Laskovy igor.lask...@gmail.comwrote:

 Hello list,

 Could anybody clarify how to separate live migration traffic to dedicated
 interface?

 --
 Igor Laskovy
 facebook.com/igor.laskovy
 studiogrizzly.com




-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] OpenNebula and Qemu Guest Agent

2014-01-20 Thread Igor Laskovy
Hello list,

Could anybody clarify, currently does OpenNebula support Qemu Guest Agent (
http://wiki.libvirt.org/page/Qemu_guest_agent) in someway?

-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] Safe Live Migration

2014-01-20 Thread Igor Laskovy
Hello list,

Could anybody clarify how to separate live migration traffic to dedicated
interface?

-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] CPU and Memory Overcommitment

2013-09-05 Thread Igor Laskovy
Anybody? ;)


On Wed, Sep 4, 2013 at 1:03 PM, Igor Laskovy igor.lask...@gmail.com wrote:

 Thank you for reply!

 One further question - how Fault Tolerance mechanism (via HOST_HOOK) deal
 with this reservations? Does it reserved some slots for VMs recovery? If
 not and if I at every turn manually don't control available resources on
 hosts those may cause to situation when my automatically recreated VMs will
 stuck in placement state.


 On Wed, Sep 4, 2013 at 12:23 PM, Carlos Martín Sánchez 
 cmar...@opennebula.org wrote:

 Hi,

 On Tue, Sep 3, 2013 at 1:32 PM, Igor Laskovy igor.lask...@gmail.comwrote:

 Hello all!

 I found that this already have discussed not so far from now -
 http://comments.gmane.org/gmane.comp.distributed.opennebula.user/10568

 As understand for now about Memory over-commitment for production I can
 forget ;)

 For CPU over-commitment I can only use CPU  VCPU attributes, right?


 That's right


  If I will, for example, set CPU to 0.2, than host will do only
 reservation of processor time for that VM OR do limit ether, so this VM
 will limited of 1/5 of one physical/logical hardware core?


 We enforce the CPU reserved at hypervisor level with cgroups for kvm,
 credit scheduler for xen, and the esx cpu scheduler for vmware

 Regards

 --
 Join us at OpenNebulaConf2013 http://opennebulaconf.com/ in Berlin,
 24-26 September, 2013
 --
 Carlos Martín, MSc
 Project Engineer
 OpenNebula - The Open-source Solution for Data Center Virtualization
 www.OpenNebula.org http://www.opennebula.org/ | cmar...@opennebula.org
  | @OpenNebula http://twitter.com/opennebula




 --
 Igor Laskovy
 facebook.com/igor.laskovy
 studiogrizzly.com




-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] CPU and Memory Overcommitment

2013-09-05 Thread Igor Laskovy
Ok, thanks. And one more: is it true that if I lost front-end host along
with some hypervisor hosts died VMs don't restart on alive hosts?


On Thu, Sep 5, 2013 at 1:34 PM, Carlos Martín Sánchez 
cmar...@opennebula.org wrote:

 Hi,

 On Wed, Sep 4, 2013 at 12:03 PM, Igor Laskovy igor.lask...@gmail.com
  wrote:

 One further question - how Fault Tolerance mechanism (via HOST_HOOK) deal
 with this reservations? Does it reserved some slots for VMs recovery?


 OpenNebula does not have any kind of reservation scheduling.


 If not and if I at every turn manually don't control available resources
 on hosts those may cause to situation when my automatically recreated VMs
 will stuck in placement state.


 Yes, that may happen. But you still can implement a reservation mechanism.
 I'm sure there are better alternatives, but this is a quick idea:

 - Disable half of your hosts.
 - For each enabled host, define a failover_host = id attribute in its
 template, pointing to one of the disabled hosts
 - Modify the fault tolerance hook to make it enable the defined failover
 host.

 Another quick hack is to create a dummy VM for each VM that you need to
 guarantee that reserved slot, using the requirements and current_vms
 features to deploy it in a host different from the original VM. Then delete
 that VM when the hook recreates the original VM...


 Regards.

 --
 Join us at OpenNebulaConf2013 http://opennebulaconf.com in Berlin,
 24-26 September, 2013
 --
 Carlos Martín, MSc
 Project Engineer
 OpenNebula - The Open-source Solution for Data Center Virtualization
 www.OpenNebula.org | cmar...@opennebula.org | 
 @OpenNebulahttp://twitter.com/opennebulacmar...@opennebula.org


 On Wed, Sep 4, 2013 at 12:03 PM, Igor Laskovy igor.lask...@gmail.comwrote:

 Thank you for reply!

 One further question - how Fault Tolerance mechanism (via HOST_HOOK) deal
 with this reservations? Does it reserved some slots for VMs recovery? If
 not and if I at every turn manually don't control available resources on
 hosts those may cause to situation when my automatically recreated VMs will
 stuck in placement state.


 On Wed, Sep 4, 2013 at 12:23 PM, Carlos Martín Sánchez 
 cmar...@opennebula.org wrote:

 Hi,

 On Tue, Sep 3, 2013 at 1:32 PM, Igor Laskovy igor.lask...@gmail.comwrote:

 Hello all!

 I found that this already have discussed not so far from now -
 http://comments.gmane.org/gmane.comp.distributed.opennebula.user/10568

 As understand for now about Memory over-commitment for production I can
 forget ;)

 For CPU over-commitment I can only use CPU  VCPU attributes, right?


 That's right


  If I will, for example, set CPU to 0.2, than host will do only
 reservation of processor time for that VM OR do limit ether, so this VM
 will limited of 1/5 of one physical/logical hardware core?


 We enforce the CPU reserved at hypervisor level with cgroups for kvm,
 credit scheduler for xen, and the esx cpu scheduler for vmware

 Regards

 --
 Join us at OpenNebulaConf2013 http://opennebulaconf.com/ in Berlin,
 24-26 September, 2013
 --
 Carlos Martín, MSc
 Project Engineer
 OpenNebula - The Open-source Solution for Data Center Virtualization
 www.OpenNebula.org http://www.opennebula.org/ | cmar...@opennebula.org
  | @OpenNebula http://twitter.com/opennebula




 --
 Igor Laskovy
 facebook.com/igor.laskovy
 studiogrizzly.com





-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] CPU and Memory Overcommitment

2013-09-04 Thread Igor Laskovy
Thank you for reply!

One further question - how Fault Tolerance mechanism (via HOST_HOOK) deal
with this reservations? Does it reserved some slots for VMs recovery? If
not and if I at every turn manually don't control available resources on
hosts those may cause to situation when my automatically recreated VMs will
stuck in placement state.


On Wed, Sep 4, 2013 at 12:23 PM, Carlos Martín Sánchez 
cmar...@opennebula.org wrote:

 Hi,

 On Tue, Sep 3, 2013 at 1:32 PM, Igor Laskovy igor.lask...@gmail.comwrote:

 Hello all!

 I found that this already have discussed not so far from now -
 http://comments.gmane.org/gmane.comp.distributed.opennebula.user/10568

 As understand for now about Memory over-commitment for production I can
 forget ;)

 For CPU over-commitment I can only use CPU  VCPU attributes, right?


 That's right


 If I will, for example, set CPU to 0.2, than host will do only
 reservation of processor time for that VM OR do limit ether, so this VM
 will limited of 1/5 of one physical/logical hardware core?


 We enforce the CPU reserved at hypervisor level with cgroups for kvm,
 credit scheduler for xen, and the esx cpu scheduler for vmware

 Regards

 --
 Join us at OpenNebulaConf2013 http://opennebulaconf.com/ in Berlin,
 24-26 September, 2013
 --
 Carlos Martín, MSc
 Project Engineer
 OpenNebula - The Open-source Solution for Data Center Virtualization
 www.OpenNebula.org http://www.opennebula.org/ | cmar...@opennebula.org
  | @OpenNebula http://twitter.com/opennebula




-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Working with Ceph datastore - How to tell do linked snapshot for new VM?

2013-09-03 Thread Igor Laskovy
Anybody? ;)


On Sat, Aug 31, 2013 at 5:27 PM, Igor Laskovy igor.lask...@gmail.comwrote:

 Hello all!

 When I create VMs from image which located on ceph datastore, OpenNebula
 do full clone of that image - it takes precious time. Is it possible to
 tell do something like just quick snapshot and than working with it with VM?

 --
 Igor Laskovy
 facebook.com/igor.laskovy
 studiogrizzly.com




-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Working with Ceph datastore - How to tell do linked snapshot for new VM?

2013-09-03 Thread Igor Laskovy
Thanks for reply!

The allocation time will depend on how fast your ceph network is.

Actually, I asking about eliminate copy operation. In Ceph you can start
images form snapshots and if you boot 100 VMs from one Image you
will basically using only one large disk and 100 snapshots with data that
will changed. This behaviour can be expected in opennebula somehow?


On Tue, Sep 3, 2013 at 1:09 PM, Kenneth kenn...@apolloglobal.net wrote:

 **

 Are you cloning/uploading an existing image to open nebula?.

 I'm using ceph datastore too. My kvm template image is a 21GB qcow2 (and
 raw) image but only 1.5GB of space is taken up. (that is before uploading
 to nebula).

 Images that will be stored in ceph will be converted to RBD and when
 nebula sees that a this disk is 21GB, it will be allocated. The
 allocation time will depend on how fast your ceph network is.

 And have you tried creating an empty datablock? Create an empty datablock
 in the ceph datastore and then install linux on that datablock, the
 allocation of an empty datablock is faster, though you'll need to install
 the OS afterwards.



 On 09/03/2013 05:57 PM, Igor Laskovy wrote:

 Anybody? ;)


 On Sat, Aug 31, 2013 at 5:27 PM, Igor Laskovy igor.lask...@gmail.comwrote:

 Hello all!

 When I create VMs from image which located on ceph datastore, OpenNebula
 do full clone of that image - it takes precious time. Is it possible to
 tell do something like just quick snapshot and than working with it with VM?

 --
 Igor Laskovy
 facebook.com/igor.laskovy
 studiogrizzly.com




 --
 Igor Laskovy
 facebook.com/igor.laskovy
 studiogrizzly.com

 ___
 Users mailing 
 listUsers@lists.opennebula.orghttp://lists.opennebula.org/listinfo.cgi/users-opennebula.org

  --
 Thanks,
 Kenneth


 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] CPU and Memory Overcommitment

2013-09-03 Thread Igor Laskovy
Hello all!

I found that this already have discussed not so far from now -
http://comments.gmane.org/gmane.comp.distributed.opennebula.user/10568

As understand for now about Memory over-commitment for production I can
forget ;)

For CPU over-commitment I can only use CPU  VCPU attributes, right?
If I will, for example, set CPU to 0.2, than host will do only reservation
of processor time for that VM OR do limit ether, so this VM will limited of
1/5 of one physical/logical hardware core?

Sorry, for now it easier way to ask this than test by self.

-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] Working with Ceph datastore - How to tell do linked snapshot for new VM?

2013-08-31 Thread Igor Laskovy
Hello all!

When I create VMs from image which located on ceph datastore, OpenNebula do
full clone of that image - it takes precious time. Is it possible to tell
do something like just quick snapshot and than working with it with VM?

-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] internal error process exited while connecting to monitor: kvm:

2013-08-30 Thread Igor Laskovy
Hello all!

I have made test lab with opennebula 4.2 (packages from opennebula
repository) + ceph. Those all on Ubuntu 12.04 (latest updates). I have made
prerequisites from Installing the Software and KVM Driver doc pages
except  /etc/apparmor.d/libvirt-qemu preparation, because 12.04 don't have
this file.

Asking any help with the following error:

Fri Aug 30 16:28:49 2013 [VMM][D]: Message received: LOG I 8 Command
execution fail: cat  EOT | /var/tmp/one/vmm/kvm/deploy
'/var/lib/one//datastores/0/8/deployment.0' 'ceph01' 8 ceph01

Fri Aug 30 16:28:49 2013 [VMM][D]: Message received: LOG I 8 error: Failed
to create domain from /var/lib/one//datastores/0/8/deployment.0

Fri Aug 30 16:28:49 2013 [VMM][D]: Message received: LOG I 8 error:
internal error process exited while connecting to monitor: kvm: -drive
file=rbd:one/one-1-8-0,if=none,id=drive-ide0-0-0,format=raw,cache=none:
error connecting

Fri Aug 30 16:28:49 2013 [VMM][D]: Message received: LOG I 8 kvm: -drive
file=rbd:one/one-1-8-0,if=none,id=drive-ide0-0-0,format=raw,cache=none:
could not open disk image rbd:one/one-1-8-0: No such file or directory

Fri Aug 30 16:28:49 2013 [VMM][D]: Message received: LOG I 8

Fri Aug 30 16:28:49 2013 [VMM][D]: Message received: LOG E 8 Could not
create domain from /var/lib/one//datastores/0/8/deployment.0

Fri Aug 30 16:28:49 2013 [VMM][D]: Message received: LOG I 8 ExitCode: 255

Fri Aug 30 16:28:49 2013 [VMM][D]: Message received: LOG I 8 Failed to
execute virtualization driver operation: deploy.

Fri Aug 30 16:28:49 2013 [VMM][D]: Message received: DEPLOY FAILURE 8 Could
not create domain from /var/lib/one//datastores/0/8/deployment.0

-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Ubuntu 12.04 LTS and OpenNebula 4

2013-07-06 Thread Igor Laskovy
Hi Michael,

I am using the 12.10 version on 12.04 with no issues

Do you have nova-common and other nova components installed like
dependencies?



On Thu, Jul 4, 2013 at 9:51 PM, Michael Curran 
michael.cur...@connectsolutions.com wrote:

  Since 12.10 is not an LTS version, I and only has an 18mo support cycle,
 I would think that the software would be built to the LTS version instead.

 I am using the 12.10 version on 12.04 with no issues. I hope moving
 forward supported versions are built with LTS in mind instead.

 Sent from my Android phone using TouchDown (www.nitrodesk.com)


 -Original Message-
 *From:* Igor Laskovy [igor.lask...@gmail.com]
 *Received:* Thursday, 04 Jul 2013, 10:57am
 *To:* Javier Fontan [jfon...@opennebula.org]
 *CC:* Michael Curran [michael.cur...@connectsolutions.com];
 users@lists.opennebula.org [users@lists.opennebula.org]
 *Subject:* Re: [one-users] Ubuntu 12.04 LTS and OpenNebula 4

  Hello Javier and thanks for reply!

 Generally speaking, can you please point me to info about for what
 releases of what distros you will provide continuously support, build
 release packages and exercise basic tests.
 Based on your exercised tests could you please recommend right version of
 Ubuntu from this point of view?


 On Thu, Jul 4, 2013 at 5:24 PM, Javier Fontan jfon...@opennebula.orgwrote:

 Ubuntu packages should work also with 12.04. Ubuntu 13 was still not
 tested but should also work.

 To install the packages you can follow the installation guide [1]. The
 packages to install in the frontend to have all services are:

 * opennebula-common
 * opennebula-ozones
 * opennebula-sunstone
 * ruby-opennebula
 * opennebula
 * opennebula-tools
 * libopennebula-java
 * libopennebula-java-doc

 The commands to install all of this are:

 $ sudo dpkg -i libopennebula-java_4.0.1-1_all.deb
 libopennebula-java-doc_4.0.1-1_all.deb opennebula_4.0.1-1_amd64.deb
 opennebula-common_4.0.1-1_all.deb opennebula-ozones_4.0.1-1_all.deb
 opennebula-sunstone_4.0.1-1_all.deb opennebula-tools_4.0.1-1_all.deb
 ruby-opennebula_4.0.1-1_all.deb
 $ sudo apt-get install -f

 The reason not to have packages for more versions of Ubuntu is mainly
 time. Not only we generate packages for those distributions but we
 also test them and, believe me, it's a lot of work.

 [1]
 http://opennebula.org/documentation:rel4.0:ignc#debian_and_ubuntu_platform_notes

 On Thu, Jul 4, 2013 at 2:32 PM, Igor Laskovy igor.lask...@gmail.com
 wrote:
  Right, but there are packages only for 12.10 !
  What reason not to provide packages for latest Ubuntu 13.04 or latest
 LTS
  12.04?
 
 
  On Thu, Jul 4, 2013 at 3:19 PM, Michael Curran
  michael.cur...@connectsolutions.com wrote:
 
  Igor,
 
 
 
  I had to download the 4.0.1 install packages from OpenNebula – the
  defaults that are installed from apt-get are not 4.0, they are as you
 show
  below 3.1.2
 
 
 
  Michael Curran | connectsolutions | Lead Network Architect
 
  Phone 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com
 
 
 
  From: users-boun...@lists.opennebula.org
  [mailto:users-boun...@lists.opennebula.org] On Behalf Of Igor Laskovy
  Sent: Thursday, July 04, 2013 8:11 AM
  To: Hadi Aminzadeh
  Cc: users@lists.opennebula.org
  Subject: Re: [one-users] Ubuntu 12.04 LTS and OpenNebula 4
 
 
 
  Ok, I will correct my question a little more clear - If needed version
 is
  OpenNebula 4 and later?
 
 
 
  On Thu, Jul 4, 2013 at 3:08 PM, Igor Laskovy igor.lask...@gmail.com
  wrote:
 
  Hi Hadi,
 
 
 
  Are you sure?
 
 
 
  root@node01:~# aptitude show opennebula-common
 
  Package: opennebula-common
 
  State: not installed
 
  Version: 3.2.1-2
 
 
 
 
 
  On Thu, Jul 4, 2013 at 2:33 PM, Hadi Aminzadeh had...@gmail.com
 wrote:
 
  Hello
 
  simply type this and press enter :D
  sudo apt-get install opennebula opennebula-node opennebula-sunstone
  qemu-kvm
 
  you can find needed password in /home/oneadmin/.one
 
  Regards,
 
  Aminzadeh
 
 
 
  On Thu, Jul 4, 2013 at 2:49 PM, Igor Laskovy igor.lask...@gmail.com
  wrote:
 
  Hello all!
 
 
 
  I absolutely new to OpenNebula and just have started learning about
 design
  and setup deployment.
 
  If I want to use latest stable OpenNebula on latest Ubuntu LTS (12.04)
  what possible ways to do this?
 
 
 
  --
 
  Igor Laskovy
  facebook.com/igor.laskovy
 
  studiogrizzly.com
 
 
 
  ___
  Users mailing list
  Users@lists.opennebula.org
  http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
 
 
 
 
 
 
 
  --
 
  Igor Laskovy
  facebook.com/igor.laskovy
 
  studiogrizzly.com
 
 
 
 
 
  --
 
  Igor Laskovy
  facebook.com/igor.laskovy
 
  studiogrizzly.com
 
 
 
 
  --
  Igor Laskovy
  facebook.com/igor.laskovy
  studiogrizzly.com
 
  ___
  Users mailing list
  Users@lists.opennebula.org
  http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
 



 --
  Join us at OpenNebulaConf2013 in Berlin from the 24th

Re: [one-users] Ubuntu 12.04 LTS and OpenNebula 4

2013-07-04 Thread Igor Laskovy
Hi Hadi,

Are you sure?

root@node01:~# aptitude show opennebula-common
Package: opennebula-common
State: not installed
*Version: 3.2.1-2*



On Thu, Jul 4, 2013 at 2:33 PM, Hadi Aminzadeh had...@gmail.com wrote:

 Hello

 simply type this and press enter :D
 sudo apt-get install opennebula opennebula-node opennebula-sunstone
 qemu-kvm

 you can find needed password in /home/oneadmin/.one

 Regards,
 Aminzadeh


 On Thu, Jul 4, 2013 at 2:49 PM, Igor Laskovy igor.lask...@gmail.comwrote:

 Hello all!

 I absolutely new to OpenNebula and just have started learning about
 design and setup deployment.
 If I want to use latest stable OpenNebula on latest Ubuntu LTS (12.04)
 what possible ways to do this?

 --
 Igor Laskovy
 facebook.com/igor.laskovy
 studiogrizzly.com

 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org





-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Ubuntu 12.04 LTS and OpenNebula 4

2013-07-04 Thread Igor Laskovy
Ok, I will correct my question a little more clear - If needed version is
OpenNebula 4 and later?


On Thu, Jul 4, 2013 at 3:08 PM, Igor Laskovy igor.lask...@gmail.com wrote:

 Hi Hadi,

 Are you sure?

 root@node01:~# aptitude show opennebula-common
 Package: opennebula-common
 State: not installed
 *Version: 3.2.1-2*



 On Thu, Jul 4, 2013 at 2:33 PM, Hadi Aminzadeh had...@gmail.com wrote:

 Hello

 simply type this and press enter :D
 sudo apt-get install opennebula opennebula-node opennebula-sunstone
 qemu-kvm

 you can find needed password in /home/oneadmin/.one

 Regards,
 Aminzadeh


 On Thu, Jul 4, 2013 at 2:49 PM, Igor Laskovy igor.lask...@gmail.comwrote:

 Hello all!

 I absolutely new to OpenNebula and just have started learning about
 design and setup deployment.
 If I want to use latest stable OpenNebula on latest Ubuntu LTS (12.04)
 what possible ways to do this?

 --
 Igor Laskovy
 facebook.com/igor.laskovy
 studiogrizzly.com

 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org





 --
 Igor Laskovy
 facebook.com/igor.laskovy
 studiogrizzly.com




-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Ubuntu 12.04 LTS and OpenNebula 4

2013-07-04 Thread Igor Laskovy
Right, but there are packages only for 12.10 !
What reason not to provide packages for latest Ubuntu 13.04 or latest LTS
12.04?


On Thu, Jul 4, 2013 at 3:19 PM, Michael Curran 
michael.cur...@connectsolutions.com wrote:

  Igor,

 ** **

 I had to download the 4.0.1 install packages from OpenNebula – the
 defaults that are installed from apt-get are not 4.0, they are as you show
 below 3.1.2

 ** **

 Michael Curran | connectsolutions | Lead Network Architect

 Phone 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com

 ** **

 *From:* users-boun...@lists.opennebula.org [mailto:
 users-boun...@lists.opennebula.org] *On Behalf Of *Igor Laskovy
 *Sent:* Thursday, July 04, 2013 8:11 AM
 *To:* Hadi Aminzadeh
 *Cc:* users@lists.opennebula.org
 *Subject:* Re: [one-users] Ubuntu 12.04 LTS and OpenNebula 4

 ** **

 Ok, I will correct my question a little more clear - If needed version is
 OpenNebula 4 and later?

 ** **

 On Thu, Jul 4, 2013 at 3:08 PM, Igor Laskovy igor.lask...@gmail.com
 wrote:

  Hi Hadi,

 ** **

 Are you sure? 

 ** **

 root@node01:~# aptitude show opennebula-common

 Package: opennebula-common

 State: not installed

 *Version: 3.2.1-2*

 ** **

 ** **

 On Thu, Jul 4, 2013 at 2:33 PM, Hadi Aminzadeh had...@gmail.com wrote:**
 **

Hello

 simply type this and press enter :D
 sudo apt-get install opennebula opennebula-node opennebula-sunstone
 qemu-kvm

 you can find needed password in /home/oneadmin/.one

 Regards,

 Aminzadeh

 ** **

 On Thu, Jul 4, 2013 at 2:49 PM, Igor Laskovy igor.lask...@gmail.com
 wrote:

   Hello all!

 ** **

 I absolutely new to OpenNebula and just have started learning about design
 and setup deployment.

 If I want to use latest stable OpenNebula on latest Ubuntu LTS (12.04)
 what possible ways to do this?

 ** **

 -- 

 Igor Laskovy
 facebook.com/igor.laskovy

 studiogrizzly.com

 ** **

 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

  ** **



 

 ** **

 -- 

 Igor Laskovy
 facebook.com/igor.laskovy

 studiogrizzly.com



 

 ** **

 -- 

 Igor Laskovy
 facebook.com/igor.laskovy

 studiogrizzly.com




-- 
Igor Laskovy
facebook.com/igor.laskovy
studiogrizzly.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org