Re: [one-users] Bare-metal

2011-10-14 Thread Jaime Melis
Hello,

that's something we're certainly considering. Could you please ellaborate a
bit more on your use case?

This also applies to anyone interested in this feature, how would you use
it?

cheers,
Jaime

On Wed, Oct 12, 2011 at 9:41 PM, Alexandre Emeriau <
alexandre.emer...@ainsidonc.com> wrote:

>  Hi,
>
> Is a bare-metal OpenNebula is planned ? Something like Proxmox or Opennode.
>
>
> Regards
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>


-- 
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | jme...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] hybridfox not working with econe-server

2011-10-14 Thread Daniel Molina
Hi Patrice,

2011/10/14 Patrice LACHANCE :
> Anyone tried connecting with hybridfox to econe-server behind apache
> reverse-proxy + mod_rewrite
> Keep having Auth Failures ...

I have tried using the OpenNebula Public Cloud and I get the following error:
"Please check your EC2 URL https://cloud.opennebula.org/ for
correctness, or delete the value in ec2ui.endpoints using about:config
and retry."
Are you getting the same error?

I will open a ticket regarding this issue and will try to contact the
hybrid fox developers. I have tried using previous versions of Hybrid
Fox and there was no problem

Cheers.

-- 
Daniel Molina
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | @dmamolina
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Error with define class in ImageRepositoryVMware.rb with ver 3.0 & ESXI 4.1

2011-10-14 Thread Tino Vazquez
Dear Bharat,

Looks like you are using the v2.2.0 of the VMware drivers. In the
v3.0.0 Beta1 version, compatible with ONE 3.0, there is no need to use
the "onevmware" command, but rather the "oneimage" command. Please
refer to [1] for further instructions.

Regards,

-Tino

[1] http://opennebula.org/documentation:rel3.0:evmwareg#Usage

--
Constantino Vázquez Blanco, MSc
OpenNebula Project Engineer
www.OpenNebula.org | @tinova79



On Fri, Oct 14, 2011 at 8:31 AM, Bharat Bagai  wrote:
> Hi All
>
> I am using OpenNebula 3.0 with Vmware Esxi, When i am trying to register an
> image, getting following error
>
> [oneadmin@frontend minicentos]$ onevmware register --disk-vmdk disk.vmdk
> --flat-disk ttylinux-flat.vmdk tty1.img
> /var/lib/one/lib/ruby/OpenNebula/ImageRepositoryVMware.rb:26: uninitialized
> constant ImageRepository (NameError)
>     from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
> `gem_original_require'
>     from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
> `require'
>     from /var/lib/one/bin/onevmware:36
>
> After going into more details, i found that there will be some issue with
> define class in ImageRepositoryVMware.rb file. I tried to change the code as
> follows
>
> Previous --> class ImageRepositoryVMware < ImageRepository
> After changed -> class ImageRepositoryVMware
>
> But again i am getting following error
>
> [oneadmin@frontend minicentos]$ onevmware register --disk-vmdk disk.vmdk
> --flat-disk ttylinux-flat.vmdk tty1.img
> /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
> `gem_original_require': no such file to load -- client_utilities (LoadError)
>     from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
> `require'
>     from /var/lib/one/bin/onevmware:38
>
> I already installed all necessary gems with the help of install_gems script
> that has been provided with ver. 3.0. I am using following path
>
> ONE_LOCATION > /var/lib/one
> Image Repository --> /var/lib/one/Images
>
> Still need any more information let me know. Thanks in advance
>
> (Bharat )
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Stopping persistent image corruption

2011-10-14 Thread Richard Palmer
Dear Fabian,


> Hello Richard
> 
> On 13.10.2011 12:06, Richard Palmer wrote:
> > After stupidly launching a VM using a persistent disc image twice,
> > I'm very grateful to e2fsck for cleaning up the ensuing filesystem
> > corruption, but wondered if there is anything I could put in the
> > template file to tell opennebula not to allow this to happen?. Some
> > sort of unique instance flag ?.
> 
> Strange, this should be done with this settings in the image 
> template (with OpenNebula 2.2.1, do not know about 3.0):
> 
> PUBLIC  = NO
> PERSISTENT  = YES
> 
> Check the output of 'oneimage show ' when one VM is 
> running with this image, it should show this (which should lock 
> the image for any other VM):

Ah right, makes sense. At the moment I'm still just using the VM 
templates to manage disc images and haven't got my image repository configured;
had planned to do that when I move to 3.0 but perhaps I should get on with
it now...

cheers,

Richard


-- 
Richard Palmer  | Centre for E-Research
|  King's College London
richard.d.pal...@kcl.ac.uk  | 
Tel: 0207 848 1973  |
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] hybridfox not working with econe-server

2011-10-14 Thread Daniel Molina
I tried in another computer and I don't get the previous error, so I
think that the hybrid fox ec2ui configuration in my machine is broken.

As you wrote in your previous mail you are getting AuthFailure errors.
- What endpoint are you using to specify the Region in hybrid-fox? Are
you using a port different from 443 or a path in your endpoint?
- Are you using the the opennebula hashed password as the SecretAccessKey?

I tested using the OpenNebula Public Cloud and Hybrid Fox 1.7 and it
worked These are the steps I followed:
1 Create a new region
Region: one_cloud
Type: EC2
Endpoint URL: https://cloud.opennebula.org

2 Create a new Credentials Account:
Name: one_account
AWS Access Key: opennebula_user
AWS Secret Access KEY: opennebula_sha1_password
Preferred Region: one_cloud

3. Check the available OpenNebula Images inside the Images tab

Cheers.

On 14 October 2011 11:15, Daniel Molina  wrote:
> Hi Patrice,
>
> 2011/10/14 Patrice LACHANCE :
>> Anyone tried connecting with hybridfox to econe-server behind apache
>> reverse-proxy + mod_rewrite
>> Keep having Auth Failures ...
>
> I have tried using the OpenNebula Public Cloud and I get the following error:
> "Please check your EC2 URL https://cloud.opennebula.org/ for
> correctness, or delete the value in ec2ui.endpoints using about:config
> and retry."
> Are you getting the same error?
>
> I will open a ticket regarding this issue and will try to contact the
> hybrid fox developers. I have tried using previous versions of Hybrid
> Fox and there was no problem
>
> Cheers.
>
> --
> Daniel Molina
> Project Engineer
> OpenNebula - The Open Source Toolkit for Cloud Computing
> www.OpenNebula.org | @dmamolina
>



-- 
Daniel Molina
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org | @dmamolina
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Bare-metal

2011-10-14 Thread Alexandre Emeriau

Hi Jaime,

Do you mean dependency upon the choosed os ? or a particular project 
among anothers of mine ?

Just trying to follow and bring the answer you're waiting for.

Regards,
Alex

Le 14/10/2011 09:40, Jaime Melis a écrit :

Hello,

that's something we're certainly considering. Could you please 
ellaborate a bit more on your use case?


This also applies to anyone interested in this feature, how would you 
use it?


cheers,
Jaime

On Wed, Oct 12, 2011 at 9:41 PM, Alexandre Emeriau 
> wrote:


Hi,

Is a bare-metal OpenNebula is planned ? Something like Proxmox or
Opennode.

Regards

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




--
Jaime Melis
Project Engineer
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org  | jme...@opennebula.org 

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