[one-users] Re : Add network context variables automatically

2013-02-19 Thread Nicolas AGIUS
% = $NETWORK[TEMPLATE, NETWORK_ID = %= nic.attr('NETWORK','href').split('/').last % ]     % devnum += 1 %     % end %     % end % ] And I get all networks templates in the context file. Cheers, Nicolas AGIUS --- En date de : Lun 18.2.13, Oriol Martí oma...@cesca.cat a écrit : De: Oriol

Re: [one-users] CLVM datastore

2013-02-18 Thread Nicolas AGIUS
. Cheers, Nicolas AGIUS [1] http://www.opennebula.org/software:ecosystem:cxm_drivers --- En date de : Jeu 14.2.13, Kapetanakis Giannis bil...@edu.physics.uoc.gr a écrit : De: Kapetanakis Giannis bil...@edu.physics.uoc.gr Objet: Re: [one-users] CLVM datastore À: Jaime Melis jme...@opennebula.org Cc

Re: [one-users] using PXE to boot xen hvm

2012-11-06 Thread Nicolas AGIUS
or Puppet is mandatory for a cloud, I think it's out of scope for integration in OpenNebula. Deploy a custom image, OS independant,  (with the same system as vm?) seems to be a simple way and facilitate integration with existing infrastructure. Cheers, Nicolas AGIUS PS: We are using Centos 5 for Xen

[one-users] One 3.8.1 and snapshot

2012-11-05 Thread Nicolas AGIUS
... Is this functionnality still available ? Thx, Nicolas AGIUS [1] http://dev.opennebula.org/issues/1633 ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Re: [one-users] Update hostname after a migration

2012-09-05 Thread Nicolas AGIUS
running as closer as possible from the hypervisor and can't rely on any external component. This drivers and the complete cluster stack will be released soon. Regards, Nicolas AGIUS --- En date de : Mar 4.9.12, Carlos Martín Sánchez cmar...@opennebula.org a écrit : De: Carlos Martín Sánchez

[one-users] Update hostname after a migration

2012-09-04 Thread Nicolas AGIUS
this information in the database, but it did'nt work, the update is'nt taked in account. And there is nothing about a such things in the API. Thanks, Nicolas AGIUS ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org

[one-users] Re : LDAP Auth

2012-08-30 Thread Nicolas AGIUS
Hi, You can check your ldap connection with the following command : /var/lib/one/remotes/auth/ldap/authenticate username passwd The password must be in clear text. And note the second empty parameter. Cheers Nicolas AGIUS --- En date de : Dim 26.8.12, Derek Yarnell de...@umiacs.umd.edu

Re: [one-users] Context variables - getting username

2012-08-30 Thread Nicolas AGIUS
=[   FILES=init.sh,   CTX_USER=$USER[TEMPLATE] ] And within the vm, in the init.sh script : #!/bin/bash source context.sh username=$(echo $CTX_USER | base64 -d | xpath -e '/USER/NAME/text()' ) Cheers, Nicolas AGIUS --- En date de : Mar 28.8.12, Hyun Woo Kim hyun...@fnal.gov a écrit : De: Hyun Woo

[one-users] Quota system in 3.6

2012-08-22 Thread Nicolas AGIUS
Hi, I've upgraded to 3.6 and I'm tring to use the new quota system. It seems that the file quota.conf is no more used. How can I set defaults quotas for all users ? Thanks, Nicolas AGIUS ___ Users mailing list Users@lists.opennebula.org http

[one-users] Re : Error when upgrading to 3.6

2012-08-14 Thread Nicolas AGIUS
step. Cheers, Nicolas AGIUS [1] http://www.mail-archive.com/users@lists.opennebula.org/msg07325.html [2] http://dev.opennebula.org/issues/1417 --- En date de : Lun 14.5.12, Nicolas AGIUS nicolas.ag...@lps-it.fr a écrit : De: Nicolas AGIUS nicolas.ag...@lps-it.fr Objet: [one-users] Error when

Re: [one-users] Re : sunstone-server and oneacctd CentOS init.d scripts

2012-05-29 Thread Nicolas AGIUS
No, Theses files are SystemV init script designed for Centos 6, they should also work with RHEL. I think they may be included in the RPM package. For others distributions, you can check directory /share/etc/init.d/ in the source tree[1]. Cheers, Nicolas AGIUS [1] http://dev.opennebula.org

[one-users] Re : sunstone-server and oneacctd CentOS init.d scripts

2012-05-25 Thread Nicolas AGIUS
Hi, Thanks for this code. I've done some small improvement and added a script for OCCI. You can find them here : http://dev.opennebula.org/issues/1289 Cheers, Nicolas AGIUS --- En date de : Dim 22.4.12, Francesco Camisa francesco.cam...@policlinicosanmarco.it a écrit : De: Francesco Camisa

[one-users] Error when upgrading to 3.4.1

2012-05-14 Thread Nicolas AGIUS
couldn't be authenticated, aborting call. And all one* commands are no more working. Did I miss something ? Thanks, Nicolas AGIUS ___ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

[one-users] Re : images as .gz ?

2012-05-10 Thread Nicolas AGIUS
deployment but mainly save space on the repository. [1] http://dev.opennebula.org/attachments/558/tm_lvmssh-issue1240.patch Regards, Nicolas AGIUS --- En date de : Mar 1.5.12, Valerio Schiavoni valerio.schiav...@gmail.com a écrit : De: Valerio Schiavoni valerio.schiav...@gmail.com Objet: [one-users

Re: [one-users] opennebula 3.4 LVM

2012-04-20 Thread Nicolas AGIUS
handle raw image (as usual), gzipped images and tgz filesystem (usefull when using XEN paravirt). See patch at http://dev.opennebula.org/issues/1240 Nicolas AGIUS --- En date de : Mer 4.4.12, Jaime Melis jme...@opennebula.org a écrit : De: Jaime Melis jme...@opennebula.org Objet: Re: [one

Re: [one-users] LDAP SSL configuration bug

2012-04-12 Thread Nicolas AGIUS
Indeed. Patch provided here : http://dev.opennebula.org/issues/1171 :-) --- En date de : Jeu 12.4.12, Simon Boulet si...@nostalgeek.com a écrit : De: Simon Boulet si...@nostalgeek.com Objet: Re: [one-users] LDAP SSL configuration bug À: Graeme Gillies graeme.r.gill...@gmail.com Cc:

[one-users] Wrong actions when deleting vm

2012-04-03 Thread Nicolas AGIUS
, Nicolas AGIUS --- En date de : Ven 23.3.12, Nicolas AGIUS nicolas.ag...@lps-it.fr a écrit : De: Nicolas AGIUS nicolas.ag...@lps-it.fr Objet: [one-users] Bug with delete action and persistent storage À: users@lists.opennebula.org Date: Vendredi 23 mars 2012, 18h26 Hi, I found a small bug in OpenNebula

Re: [one-users] Bug with delete action and persistent storage

2012-03-26 Thread Nicolas AGIUS
it solves ur problem. 2012-03-23 18:26 keltezéssel, Nicolas AGIUS írta: Hi, I found a small bug in OpenNebula v3.2.1. When I try to delete a VM with a persistent image, the image switch

[one-users] Bug with delete action and persistent storage

2012-03-23 Thread Nicolas AGIUS
be :  - Destroy the vm  - Copy back the image from the host  - Move image to the repo  - Delete image on the host I've tried to fix it,  but I got lost somewhere between C++ and Ruby... Subsidiary question, why is the core written in C++ and not in Ruby ? Thanks, Nicolas AGIUS

[one-users] LDAP and TLS

2012-03-16 Thread Nicolas AGIUS
. Is there something similar planned for Self-service? Regards, Nicolas AGIUS [1] http://opennebula.org/documentation:rel3.2:ldap [2] http://net-ldap.rubyforge.org/Net/LDAP.html#method-i-encryption [3] http://dev.opennebula.org/issues/967 ___ Users mailing list