Re: [one-users] Contextualization of a VM with Centos 5.X

2014-02-06 Thread Fernando Felix-Redondo
Dear Javier,

Don't care! I've just installed the scripts in the base image and it
goes perfect. The bunch of VMs I need to deploy are all identical.
They are the working nodes of a "virtual cluster" actually.

Thank you for your support
Fernando
--
Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
Phone: +34 91 813 1368
SMOS DPGS Operations
Computer Systems and Reliability Engineer


2014-02-06 11:05 GMT+01:00 Javier Fontan :
> That's also a way to do it, sure. The scripts needed are:
>
> https://github.com/OpenNebula/one/tree/master/share/scripts/context-packages/base_rpm
> https://github.com/OpenNebula/one/tree/master/share/scripts/context-packages/base
>
> Then the init script "vmcontext" must be turned on to run on boot.
>
> I just was a bit concerned on doing it manually in that bunch of VMs/images.
>
> On Wed, Feb 5, 2014 at 2:10 PM, Hamada, Ondrej
>  wrote:
>> The customization rpm is quite simple - you can always extract the scripts, 
>> modify them and then deploy them according to spec file. It won't be so 
>> comfortable as installing rpm, but still, it is quite easy.
>>
>> -Original Message-
>> From: users-boun...@lists.opennebula.org 
>> [mailto:users-boun...@lists.opennebula.org] On Behalf Of Fernando 
>> Felix-Redondo
>> Sent: Wednesday, February 05, 2014 1:26 PM
>> To: users@lists.opennebula.org
>> Subject: Re: [one-users] Contextualization of a VM with Centos 5.X
>>
>> Hello Javier,
>>
>> Unfortunately, this mechanism needs Ruby >= 1.8.7 and that version is not 
>> available in Centos 5 unless I install it manually...
>>
>> Regards
>> Fernando
>> --
>> Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
>> Phone: +34 91 813 1368
>> SMOS DPGS Operations
>> Computer Systems and Reliability Engineer
>>
>>
>> 2014-02-05 Javier Fontan :
>>> One way you can do this is creating the packages in that version of
>>> the distribution. The source of the context packages come with the
>>> source code, in directory "share/scripts/context-packages". There you
>>> can find information on how to build them in the README file [1] and
>>> some more information in the documentation page [2].
>>>
>>> To create the packages for CentOS the command will be:
>>>
>>> $ PACKAGE_TYPE=rpm ./generate.sh
>>>
>>>
>>> [1]
>>> https://github.com/OpenNebula/one/blob/master/share/scripts/context-pa
>>> ckages/README.md [2]
>>> http://docs.opennebula.org/stable/user/virtual_machine_setup/cong.html
>>> #generating-custom-contextualization-packages
>>>
>>> On Wed, Feb 5, 2014 at 11:30 AM, Fernando Felix-Redondo
>>>  wrote:
>>>> Dear all,
>>>>
>>>> I need to deploy a bunch of VMs with CentOS 5.9 on my ONE
>>>> infrastructure but I'm facing the problem that I'm not able to
>>>> install the opennebula-context package because is built for the
>>>> CentOS 6.X and the system complaints about the rpmlib versions.
>>>>
>>>> Is there anywhere an opennebula-context package suitable for CentOS
>>>> 5.X or any alternative to install the contextualization tools, please?
>>>>
>>>> Regards
>>>> Fernando
>>>> --
>>>> Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
>>>> Phone: +34 91 813 1368
>>>> SMOS DPGS Operations
>>>> Computer Systems and Reliability Engineer
>>>> ___
>>>> 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
>>>
>>> This message and any attachments are intended for the use of the addressee 
>>> or addressees only.
>>> The unauthorised disclosure, use, dissemination or copying (either in
>>> whole or in part) of its content is not permitted.
>>> If you received this message in error, please notify the sender and delete 
>>> it from your system.
>>> Emails can be altered and their integrity cannot be guaranteed by the 
>>> sender.
>>>
>>> Please consider the environment before printing this email.
>>>
>> _

Re: [one-users] Contextualization of a VM with Centos 5.X

2014-02-06 Thread Javier Fontan
That's also a way to do it, sure. The scripts needed are:

https://github.com/OpenNebula/one/tree/master/share/scripts/context-packages/base_rpm
https://github.com/OpenNebula/one/tree/master/share/scripts/context-packages/base

Then the init script "vmcontext" must be turned on to run on boot.

I just was a bit concerned on doing it manually in that bunch of VMs/images.

On Wed, Feb 5, 2014 at 2:10 PM, Hamada, Ondrej
 wrote:
> The customization rpm is quite simple - you can always extract the scripts, 
> modify them and then deploy them according to spec file. It won't be so 
> comfortable as installing rpm, but still, it is quite easy.
>
> -Original Message-
> From: users-boun...@lists.opennebula.org 
> [mailto:users-boun...@lists.opennebula.org] On Behalf Of Fernando 
> Felix-Redondo
> Sent: Wednesday, February 05, 2014 1:26 PM
> To: users@lists.opennebula.org
> Subject: Re: [one-users] Contextualization of a VM with Centos 5.X
>
> Hello Javier,
>
> Unfortunately, this mechanism needs Ruby >= 1.8.7 and that version is not 
> available in Centos 5 unless I install it manually...
>
> Regards
> Fernando
> --
> Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
> Phone: +34 91 813 1368
> SMOS DPGS Operations
> Computer Systems and Reliability Engineer
>
>
> 2014-02-05 Javier Fontan :
>> One way you can do this is creating the packages in that version of
>> the distribution. The source of the context packages come with the
>> source code, in directory "share/scripts/context-packages". There you
>> can find information on how to build them in the README file [1] and
>> some more information in the documentation page [2].
>>
>> To create the packages for CentOS the command will be:
>>
>> $ PACKAGE_TYPE=rpm ./generate.sh
>>
>>
>> [1]
>> https://github.com/OpenNebula/one/blob/master/share/scripts/context-pa
>> ckages/README.md [2]
>> http://docs.opennebula.org/stable/user/virtual_machine_setup/cong.html
>> #generating-custom-contextualization-packages
>>
>> On Wed, Feb 5, 2014 at 11:30 AM, Fernando Felix-Redondo
>>  wrote:
>>> Dear all,
>>>
>>> I need to deploy a bunch of VMs with CentOS 5.9 on my ONE
>>> infrastructure but I'm facing the problem that I'm not able to
>>> install the opennebula-context package because is built for the
>>> CentOS 6.X and the system complaints about the rpmlib versions.
>>>
>>> Is there anywhere an opennebula-context package suitable for CentOS
>>> 5.X or any alternative to install the contextualization tools, please?
>>>
>>> Regards
>>> Fernando
>>> --
>>> Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
>>> Phone: +34 91 813 1368
>>> SMOS DPGS Operations
>>> Computer Systems and Reliability Engineer
>>> ___
>>> 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
>>
>> This message and any attachments are intended for the use of the addressee 
>> or addressees only.
>> The unauthorised disclosure, use, dissemination or copying (either in
>> whole or in part) of its content is not permitted.
>> If you received this message in error, please notify the sender and delete 
>> it from your system.
>> Emails can be altered and their integrity cannot be guaranteed by the sender.
>>
>> Please consider the environment before printing this email.
>>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
> This e-mail and any attachment is for authorised use by the intended 
> recipient(s) only. It may contain proprietary material, confidential 
> information and/or be subject to legal privilege. It should not be copied, 
> disclosed to, retained or used by, any other party. If you are not an 
> intended recipient then please promptly delete this e-mail and any attachment 
> and all copies and inform the sender. Thank you for understanding.
>
>
> ___
> 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
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Contextualization of a VM with Centos 5.X

2014-02-05 Thread Fernando Felix-Redondo
Ok. You are right. It was quite easy

Thank you very much
Fernando
Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
Phone: +34 91 813 1368
SMOS DPGS Operations
Computer Systems and Reliability Engineer


2014-02-05 Hamada, Ondrej :
> The customization rpm is quite simple - you can always extract the scripts, 
> modify them and then deploy them according to spec file. It won't be so 
> comfortable as installing rpm, but still, it is quite easy.
>
> -Original Message-
> From: users-boun...@lists.opennebula.org 
> [mailto:users-boun...@lists.opennebula.org] On Behalf Of Fernando 
> Felix-Redondo
> Sent: Wednesday, February 05, 2014 1:26 PM
> To: users@lists.opennebula.org
> Subject: Re: [one-users] Contextualization of a VM with Centos 5.X
>
> Hello Javier,
>
> Unfortunately, this mechanism needs Ruby >= 1.8.7 and that version is not 
> available in Centos 5 unless I install it manually...
>
> Regards
> Fernando
> --
> Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
> Phone: +34 91 813 1368
> SMOS DPGS Operations
> Computer Systems and Reliability Engineer
>
>
> 2014-02-05 Javier Fontan :
>> One way you can do this is creating the packages in that version of
>> the distribution. The source of the context packages come with the
>> source code, in directory "share/scripts/context-packages". There you
>> can find information on how to build them in the README file [1] and
>> some more information in the documentation page [2].
>>
>> To create the packages for CentOS the command will be:
>>
>> $ PACKAGE_TYPE=rpm ./generate.sh
>>
>>
>> [1]
>> https://github.com/OpenNebula/one/blob/master/share/scripts/context-pa
>> ckages/README.md [2]
>> http://docs.opennebula.org/stable/user/virtual_machine_setup/cong.html
>> #generating-custom-contextualization-packages
>>
>> On Wed, Feb 5, 2014 at 11:30 AM, Fernando Felix-Redondo
>>  wrote:
>>> Dear all,
>>>
>>> I need to deploy a bunch of VMs with CentOS 5.9 on my ONE
>>> infrastructure but I'm facing the problem that I'm not able to
>>> install the opennebula-context package because is built for the
>>> CentOS 6.X and the system complaints about the rpmlib versions.
>>>
>>> Is there anywhere an opennebula-context package suitable for CentOS
>>> 5.X or any alternative to install the contextualization tools, please?
>>>
>>> Regards
>>> Fernando
>>> --
>>> Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
>>> Phone: +34 91 813 1368
>>> SMOS DPGS Operations
>>> Computer Systems and Reliability Engineer
>>> ___
>>> 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
>>
>> This message and any attachments are intended for the use of the addressee 
>> or addressees only.
>> The unauthorised disclosure, use, dissemination or copying (either in
>> whole or in part) of its content is not permitted.
>> If you received this message in error, please notify the sender and delete 
>> it from your system.
>> Emails can be altered and their integrity cannot be guaranteed by the sender.
>>
>> Please consider the environment before printing this email.
>>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
> This e-mail and any attachment is for authorised use by the intended 
> recipient(s) only. It may contain proprietary material, confidential 
> information and/or be subject to legal privilege. It should not be copied, 
> disclosed to, retained or used by, any other party. If you are not an 
> intended recipient then please promptly delete this e-mail and any attachment 
> and all copies and inform the sender. Thank you for understanding.
>
>
>
> This message and any attachments are intended for the use of the addressee or 
> addressees only.
> The unauthorised disclosure, use, dissemination or copying (either in whole 
> or in part) of its
> content is not permitted.
> If you received this message in error, please notify the sender and delete it 
> from your system.
> Emails can be altered and their integrity cannot be guaranteed by the sender.
>
> Please consider the environment before printing this email.
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Contextualization of a VM with Centos 5.X

2014-02-05 Thread Javier Fontan
You only need that ruby version to create the package. The package
itself is shell script.

On Wed, Feb 5, 2014 at 1:26 PM, Fernando Felix-Redondo
 wrote:
> Hello Javier,
>
> Unfortunately, this mechanism needs Ruby >= 1.8.7 and that version is
> not available in Centos 5 unless I install it manually...
>
> Regards
> Fernando
> --
> Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
> Phone: +34 91 813 1368
> SMOS DPGS Operations
> Computer Systems and Reliability Engineer
>
>
> 2014-02-05 Javier Fontan :
>> One way you can do this is creating the packages in that version of
>> the distribution. The source of the context packages come with the
>> source code, in directory "share/scripts/context-packages". There you
>> can find information on how to build them in the README file [1] and
>> some more information in the documentation page [2].
>>
>> To create the packages for CentOS the command will be:
>>
>> $ PACKAGE_TYPE=rpm ./generate.sh
>>
>>
>> [1] 
>> https://github.com/OpenNebula/one/blob/master/share/scripts/context-packages/README.md
>> [2] 
>> http://docs.opennebula.org/stable/user/virtual_machine_setup/cong.html#generating-custom-contextualization-packages
>>
>> On Wed, Feb 5, 2014 at 11:30 AM, Fernando Felix-Redondo
>>  wrote:
>>> Dear all,
>>>
>>> I need to deploy a bunch of VMs with CentOS 5.9 on my ONE
>>> infrastructure but I'm facing the problem that I'm not able to install
>>> the opennebula-context package because is built for the CentOS 6.X and
>>> the system complaints about the rpmlib versions.
>>>
>>> Is there anywhere an opennebula-context package suitable for CentOS
>>> 5.X or any alternative to install the contextualization tools, please?
>>>
>>> Regards
>>> Fernando
>>> --
>>> Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
>>> Phone: +34 91 813 1368
>>> SMOS DPGS Operations
>>> Computer Systems and Reliability Engineer
>>> ___
>>> 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
>>
>> This message and any attachments are intended for the use of the addressee 
>> or addressees only.
>> The unauthorised disclosure, use, dissemination or copying (either in whole 
>> or in part) of its
>> content is not permitted.
>> If you received this message in error, please notify the sender and delete 
>> it from your system.
>> Emails can be altered and their integrity cannot be guaranteed by the sender.
>>
>> Please consider the environment before printing this email.
>>
> ___
> 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
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Contextualization of a VM with Centos 5.X

2014-02-05 Thread Hamada, Ondrej
The customization rpm is quite simple - you can always extract the scripts, 
modify them and then deploy them according to spec file. It won't be so 
comfortable as installing rpm, but still, it is quite easy.

-Original Message-
From: users-boun...@lists.opennebula.org 
[mailto:users-boun...@lists.opennebula.org] On Behalf Of Fernando Felix-Redondo
Sent: Wednesday, February 05, 2014 1:26 PM
To: users@lists.opennebula.org
Subject: Re: [one-users] Contextualization of a VM with Centos 5.X

Hello Javier,

Unfortunately, this mechanism needs Ruby >= 1.8.7 and that version is not 
available in Centos 5 unless I install it manually...

Regards
Fernando
--
Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
Phone: +34 91 813 1368
SMOS DPGS Operations
Computer Systems and Reliability Engineer


2014-02-05 Javier Fontan :
> One way you can do this is creating the packages in that version of
> the distribution. The source of the context packages come with the
> source code, in directory "share/scripts/context-packages". There you
> can find information on how to build them in the README file [1] and
> some more information in the documentation page [2].
>
> To create the packages for CentOS the command will be:
>
> $ PACKAGE_TYPE=rpm ./generate.sh
>
>
> [1]
> https://github.com/OpenNebula/one/blob/master/share/scripts/context-pa
> ckages/README.md [2]
> http://docs.opennebula.org/stable/user/virtual_machine_setup/cong.html
> #generating-custom-contextualization-packages
>
> On Wed, Feb 5, 2014 at 11:30 AM, Fernando Felix-Redondo
>  wrote:
>> Dear all,
>>
>> I need to deploy a bunch of VMs with CentOS 5.9 on my ONE
>> infrastructure but I'm facing the problem that I'm not able to
>> install the opennebula-context package because is built for the
>> CentOS 6.X and the system complaints about the rpmlib versions.
>>
>> Is there anywhere an opennebula-context package suitable for CentOS
>> 5.X or any alternative to install the contextualization tools, please?
>>
>> Regards
>> Fernando
>> --
>> Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
>> Phone: +34 91 813 1368
>> SMOS DPGS Operations
>> Computer Systems and Reliability Engineer
>> ___
>> 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
>
> This message and any attachments are intended for the use of the addressee or 
> addressees only.
> The unauthorised disclosure, use, dissemination or copying (either in
> whole or in part) of its content is not permitted.
> If you received this message in error, please notify the sender and delete it 
> from your system.
> Emails can be altered and their integrity cannot be guaranteed by the sender.
>
> Please consider the environment before printing this email.
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you for understanding.


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


Re: [one-users] Contextualization of a VM with Centos 5.X

2014-02-05 Thread Fernando Felix-Redondo
Hello Javier,

Unfortunately, this mechanism needs Ruby >= 1.8.7 and that version is
not available in Centos 5 unless I install it manually...

Regards
Fernando
--
Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
Phone: +34 91 813 1368
SMOS DPGS Operations
Computer Systems and Reliability Engineer


2014-02-05 Javier Fontan :
> One way you can do this is creating the packages in that version of
> the distribution. The source of the context packages come with the
> source code, in directory "share/scripts/context-packages". There you
> can find information on how to build them in the README file [1] and
> some more information in the documentation page [2].
>
> To create the packages for CentOS the command will be:
>
> $ PACKAGE_TYPE=rpm ./generate.sh
>
>
> [1] 
> https://github.com/OpenNebula/one/blob/master/share/scripts/context-packages/README.md
> [2] 
> http://docs.opennebula.org/stable/user/virtual_machine_setup/cong.html#generating-custom-contextualization-packages
>
> On Wed, Feb 5, 2014 at 11:30 AM, Fernando Felix-Redondo
>  wrote:
>> Dear all,
>>
>> I need to deploy a bunch of VMs with CentOS 5.9 on my ONE
>> infrastructure but I'm facing the problem that I'm not able to install
>> the opennebula-context package because is built for the CentOS 6.X and
>> the system complaints about the rpmlib versions.
>>
>> Is there anywhere an opennebula-context package suitable for CentOS
>> 5.X or any alternative to install the contextualization tools, please?
>>
>> Regards
>> Fernando
>> --
>> Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
>> Phone: +34 91 813 1368
>> SMOS DPGS Operations
>> Computer Systems and Reliability Engineer
>> ___
>> 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
>
> This message and any attachments are intended for the use of the addressee or 
> addressees only.
> The unauthorised disclosure, use, dissemination or copying (either in whole 
> or in part) of its
> content is not permitted.
> If you received this message in error, please notify the sender and delete it 
> from your system.
> Emails can be altered and their integrity cannot be guaranteed by the sender.
>
> Please consider the environment before printing this email.
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Contextualization of a VM with Centos 5.X

2014-02-05 Thread Javier Fontan
One way you can do this is creating the packages in that version of
the distribution. The source of the context packages come with the
source code, in directory "share/scripts/context-packages". There you
can find information on how to build them in the README file [1] and
some more information in the documentation page [2].

To create the packages for CentOS the command will be:

$ PACKAGE_TYPE=rpm ./generate.sh


[1] 
https://github.com/OpenNebula/one/blob/master/share/scripts/context-packages/README.md
[2] 
http://docs.opennebula.org/stable/user/virtual_machine_setup/cong.html#generating-custom-contextualization-packages

On Wed, Feb 5, 2014 at 11:30 AM, Fernando Felix-Redondo
 wrote:
> Dear all,
>
> I need to deploy a bunch of VMs with CentOS 5.9 on my ONE
> infrastructure but I'm facing the problem that I'm not able to install
> the opennebula-context package because is built for the CentOS 6.X and
> the system complaints about the rpmlib versions.
>
> Is there anywhere an opennebula-context package suitable for CentOS
> 5.X or any alternative to install the contextualization tools, please?
>
> Regards
> Fernando
> --
> Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
> Phone: +34 91 813 1368
> SMOS DPGS Operations
> Computer Systems and Reliability Engineer
> ___
> 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
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] Contextualization of a VM with Centos 5.X

2014-02-05 Thread Fernando Felix-Redondo
Dear all,

I need to deploy a bunch of VMs with CentOS 5.9 on my ONE
infrastructure but I'm facing the problem that I'm not able to install
the opennebula-context package because is built for the CentOS 6.X and
the system complaints about the rpmlib versions.

Is there anywhere an opennebula-context package suitable for CentOS
5.X or any alternative to install the contextualization tools, please?

Regards
Fernando
--
Fernando Felix-Redondo  [ISDEFE, S.A.]  | fernando.fe...@esa.int  |
Phone: +34 91 813 1368
SMOS DPGS Operations
Computer Systems and Reliability Engineer
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org