Re: [one-users] Ubuntu installation on VM

2014-05-27 Thread Christophe Duez
I fixed the problem,
during the installation i needed to unmount the iscsi targets.
I don't know why they where mounted nor do i know why it uses iscsi. but it
solved the problem
my image has te following template: http://pastebin.com/ar7TAAm5
and the template for the vm is:http://pastebin.com/qFvyP1v2



On Mon, May 26, 2014 at 3:08 PM, Jaime Melis jme...@opennebula.org wrote:

  Hi Christope,

  can you share the template of ubuntu_hdd ?

  Are you using qcow2? if you are, have you also set the FSTYPE to qcow2
 (as well as the DRIVER)? What DEV_PREFIX are you using?

  Can you try with a larger disk?

  Cheers,
 Jaime


  --
  Jaime Melis
 Project Engineer
 OpenNebula - Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org | jme...@opennebula.org




-- 
Kind regards,
Duez Christophe
Student at University of Antwerp :
Master of Industrial Sciences: Electronics-ICT

E christophe.d...@student.uantwperen.be
L linkedin duez-christophehttp://www.linkedin.com/pub/duez-christophe/74/7/39
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] gateone integration

2014-05-27 Thread Thomas Stein
Hello.

I saw a youtube video the other day. And the guy in it talked about
gateone and opennebula beeing a good team. Could someone post a link to
a howto or something?

thanks and best regards
t.
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] creating a template with install cd

2014-05-27 Thread Daniel Dehennin
Daniel Dehennin daniel.dehen...@baby-gnu.org writes:


[...]

 Or libvirt, forcing OS=[BOOT=cdrom] makes it working.

I have an issue when setting OS=[BOOT=cdrom], when the installation is
finished, it reboot on the ISO and not the hard drive and I can not
detach the ISO.

We are testing ONE on Ubuntu 14.04.

Regards.
-- 
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF


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


Re: [one-users] creating a template with install cd

2014-05-27 Thread Stefan Kooman
Quoting Daniel Dehennin (daniel.dehen...@baby-gnu.org):
 Daniel Dehennin daniel.dehen...@baby-gnu.org writes:
 
 
 [...]
 
  Or libvirt, forcing OS=[BOOT=cdrom] makes it working.
 
 I have an issue when setting OS=[BOOT=cdrom], when the installation is
 finished, it reboot on the ISO and not the hard drive and I can not
 detach the ISO.

Yeah, installing a VM with ONE is a bit cumbersome. The only way I know
is to shutdown the vm (or delete it, if it's already powered off),
update the template and re-instantiate. Having the possibility to do
(offline) attach/detach and changing of boot device would help in
install scenarios.

Gr. Stefan


-- 
| BIT BV  http://www.bit.nl/Kamer van Koophandel 09090351
| GPG: 0xD14839C6   +31 318 648 688 / i...@bit.nl


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


Re: [one-users] creating a template with install cd

2014-05-27 Thread Daniel Dehennin
Stefan Kooman ste...@bit.nl writes:

 Quoting Daniel Dehennin (daniel.dehen...@baby-gnu.org):
 Daniel Dehennin daniel.dehen...@baby-gnu.org writes:
 
 
 [...]
 
  Or libvirt, forcing OS=[BOOT=cdrom] makes it working.
 
 I have an issue when setting OS=[BOOT=cdrom], when the installation is
 finished, it reboot on the ISO and not the hard drive and I can not
 detach the ISO.

 Yeah, installing a VM with ONE is a bit cumbersome. The only way I know
 is to shutdown the vm (or delete it, if it's already powered off),
 update the template and re-instantiate. Having the possibility to do
 (offline) attach/detach and changing of boot device would help in
 install scenarios.

I found a solution:

#+begin_src
OS=[ARCH=x86_64,BOOT=hd]
RAW=[DATA=
os
boot dev='cdrom'/
/os
,TYPE=kvm]
#+end_src

This result in the following xml:

#+begin_src
domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'
nameone-20/name
cputune
shares512/shares
/cputune
memory1048576/memory
os
type arch='x86_64'hvm/type
boot dev='hd'/
/os
devices
emulator/usr/bin/kvm/emulator
disk type='file' device='disk'
source file='/var/lib/one//datastores/100/20/disk.0'/
target dev='vda'/
driver name='qemu' type='qcow2' cache='default'/
/disk
disk type='file' device='cdrom'
source file='/var/lib/one//datastores/100/20/disk.1'/
target dev='hda'/
readonly/
driver name='qemu' type='raw' cache='default'/
/disk
disk type='file' device='cdrom'
source file='/var/lib/one//datastores/100/20/disk.2'/
target dev='hdb'/
readonly/
driver name='qemu' type='raw'/
/disk
interface type='bridge'
source bridge='vswitch'/
virtualport type='openvswitch'/
mac address='02:00:ac:10:2a:65'/
model type='virtio'/
/interface
graphics type='vnc' listen='0.0.0.0' port='5920' keymap='fr'/
input type='tablet' bus='usb'/
/devices
features
acpi/
/features

os
boot dev='cdrom'/
/os

/domain
#+end_src

In that case the VM try to boot on hard drive first and then CDROM.

Regards.

-- 
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF


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


[one-users] Exciting News! OpenNebula Collaborates with IBM Softlayer in Hybrid Cloud Computing

2014-05-27 Thread Tino Vazquez
Dear OpenNebula users,

We are really excited to announce [1] that C12G Labs has started a
collaboration with IBM in order to develop a new hybrid plugin for the
Softlayer cloud. IBM Softlayer is providing support and technical
guidance to OpenNebula open-source project to add and maintain
Softlayer in the list of officially supported public clouds. Softlayer
adoption is rising fast and its support to build OpenNebula-based
hybrid clouds is highly demanded by some of our biggest users.

The results of this collaboration will be incorporated into the
OpenNebula distribution under the Apache license and, as such, it will
be available freely to the public. The OpenNebula team will start
forging the integration in a few days and are planning to incorporate
a first version of the integration in the next release of OpenNebula
scheduled for July 2014.

-Tino, on behalf of the OpenNebula Team

[1] 
http://opennebula.org/opennebula-collaborates-with-ibm-softlayer-in-hybrid-cloud-computing/

--
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.
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] creating a template with install cd

2014-05-27 Thread Stefan Kooman
Quoting Daniel Dehennin (daniel.dehen...@baby-gnu.org):
 Daniel Dehennin daniel.dehen...@baby-gnu.org writes:
 
 
 [...]
 
  I found a solution:
  #+begin_src
  OS=[ARCH=x86_64,BOOT=hd]
  RAW=[DATA=
  os
  boot dev='cdrom'/
  /os
  ,TYPE=kvm]
  #+end_src
 
 I tried to move this RAW section from the template to
 /etc/one/vmm_exec/vmm_exec_kvm.conf but it's not added to the
 deployement.0.
 
 Is this issue specific to my installation or does someone reproduce it?

Did you do a onehost sync (--force) after this change?

Gr. Stefan


-- 
| BIT BV  http://www.bit.nl/Kamer van Koophandel 09090351
| GPG: 0xD14839C6   +31 318 648 688 / i...@bit.nl


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


Re: [one-users] creating a template with install cd

2014-05-27 Thread Daniel Dehennin
Stefan Kooman ste...@bit.nl writes:


[...]

 Did you do a onehost sync (--force) after this change?

No, the /etc/one/vmm_exec/vmm_exec_kvm.conf are not synced to hosts
IIRC.

In the mean time I found the issue[1].

Regards.

Footnotes: 
[1]  http://dev.opennebula.org/issues/2951

-- 
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF


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


Re: [one-users] Failing Script Feature #1026

2014-05-27 Thread Christophe Duez
still does not work.
can i debug this or something?


On Mon, May 19, 2014 at 11:42 AM, Carlos Martín Sánchez 
cmar...@opennebula.org wrote:

  Hi,

 On Sat, May 17, 2014 at 7:18 PM, Christophe Duez 
 christophe.d...@student.uantwerpen.be wrote:

 Hello,
 I tried this script at http://dev.opennebula.org/issues/1026 to clean up
 the log files from VM's
 But i cleans up the whole .one directory or something.
 is this script wrong or is there a better one?

  --
 Kind regards,
 Duez Christophe
 Student at University of Antwerp :
 Master of Industrial Sciences: Electronics-ICT

 E christophe.d...@student.uantwperen.be
 L linkedin 
 duez-christophehttp://www.linkedin.com/pub/duez-christophe/74/7/39


  Try changing $VMID [1] to $ID [2].

  Regards

  [1] http://archives.opennebula.org/documentation:archives:rel3.2:hooks
  [2]
 http://docs.opennebula.org/4.6/integration/infrastructure_integration/hooks.html
 --
 Carlos Martín, MSc
 Project Engineer
 OpenNebula - Flexible Enterprise Cloud Made Simple
  www.OpenNebula.org http://www.opennebula.org/ | cmar...@opennebula.org
 | @OpenNebula http://twitter.com/opennebula




-- 
Kind regards,
Duez Christophe
Student at University of Antwerp :
Master of Industrial Sciences: Electronics-ICT

E christophe.d...@student.uantwperen.be
L linkedin duez-christophehttp://www.linkedin.com/pub/duez-christophe/74/7/39
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org