Re: [one-users] Little help with first building cloud

2011-12-05 Thread davood ghatreh
oops! sorry, i didn't read the thread completely :D

On Mon, Dec 5, 2011 at 11:03 PM, davood ghatreh wrote:

> Hi,
>
> With which credential are you starting oned service? if you've started it
> with root credentials, stop it first, then su oneadmin and start it again
> with oneadmin credentials. This happened to me before.
>
> Thanks
>
>
> On Mon, Dec 5, 2011 at 4:17 PM, matheus tor4 wrote:
>
>> I already tried
>>
>> - Make sure that /var/lib/one/.one/one_auth exists, and contains
>> user:pass string.
>> - Set a environment variable ONE_AUTH=/var/lib/one/.one/one_auth, and put
>> it as global variable.
>> - Change the contain of /var/lib/one/auth to make it strictly similar to
>> /var/lib/one/.one/one_auth file
>> - Make the  /var/lib/one/auth work as symbolic link to
>>  /var/lib/one/.one/one_auth.
>>
>> Nothing works!
>>
>> And I get the same error: [VirtualMachinePoolInfo] User couldn't be
>> authenticated, aborting call.
>>
>> Any more hints?
>>
>> I dont want to reinstall OpenNebula again!! :x
>>
>> Thanks for all your help,
>> It's very useful for me.
>>
>> Best regards.
>>
>> Matheus
>>
>> On Sun, Dec 4, 2011 at 7:27 PM, Hutson Betts  wrote:
>>
>>> Sounds like an issue with your $ONE_AUTH file.
>>>
>>> Here's an e-mail chain that explains the issue a little.
>>>
>>> I would simply make sure your $ONE_AUTH
>>> file, /home/oneadmin/.one/one_auth, exists, and that it contains the
>>> username:password string for the oneadmin user.
>>>
>>> --
>>> Hutson Betts
>>> Computer Science and Engineering
>>> Texas A&M University
>>>
>>>
>>> On Sun, 2011-12-04 at 19:16 -0300, matheus tor4 wrote:
>>> > [VirtualMachinePoolInfo] User couldn't be authenticated, aborting
>>> > call.
>>>
>>> ___
>>> 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
>>
>>
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Little help with first building cloud

2011-12-05 Thread davood ghatreh
Hi,

With which credential are you starting oned service? if you've started it
with root credentials, stop it first, then su oneadmin and start it again
with oneadmin credentials. This happened to me before.

Thanks

On Mon, Dec 5, 2011 at 4:17 PM, matheus tor4  wrote:

> I already tried
>
> - Make sure that /var/lib/one/.one/one_auth exists, and contains user:pass
> string.
> - Set a environment variable ONE_AUTH=/var/lib/one/.one/one_auth, and put
> it as global variable.
> - Change the contain of /var/lib/one/auth to make it strictly similar to
> /var/lib/one/.one/one_auth file
> - Make the  /var/lib/one/auth work as symbolic link to
>  /var/lib/one/.one/one_auth.
>
> Nothing works!
>
> And I get the same error: [VirtualMachinePoolInfo] User couldn't be
> authenticated, aborting call.
>
> Any more hints?
>
> I dont want to reinstall OpenNebula again!! :x
>
> Thanks for all your help,
> It's very useful for me.
>
> Best regards.
>
> Matheus
>
> On Sun, Dec 4, 2011 at 7:27 PM, Hutson Betts  wrote:
>
>> Sounds like an issue with your $ONE_AUTH file.
>>
>> Here's an e-mail chain that explains the issue a little.
>>
>> I would simply make sure your $ONE_AUTH
>> file, /home/oneadmin/.one/one_auth, exists, and that it contains the
>> username:password string for the oneadmin user.
>>
>> --
>> Hutson Betts
>> Computer Science and Engineering
>> Texas A&M University
>>
>>
>> On Sun, 2011-12-04 at 19:16 -0300, matheus tor4 wrote:
>> > [VirtualMachinePoolInfo] User couldn't be authenticated, aborting
>> > call.
>>
>> ___
>> 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
>
>
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] VMs instantiated from template have incorrect name?

2011-12-05 Thread Graeme Gillies
Hi,

I currently have a vm template in onetemplate that looks like the following

TEMPLATE 0 INFORMATION
ID : 0
NAME   : gg-devel
USER   : ggillies
GROUP  : users
REGISTER TIME  : 12/02 14:43:50
PUBLIC : No

TEMPLATE CONTENTS
CPU=1
DISK=[
  BUS=virtio,
  DRIVER=raw,
  IMAGE_ID=4,
  TARGET=vda,
  TYPE=DISK ]
DISK=[
  BUS=virtio,
  SIZE=1024,
  TARGET=vdb,
  TYPE=SWAP ]
GRAPHICS=[
  LISTEN=0.0.0.0,
  TYPE=vnc ]
MEMORY=512
NAME=gg-devel
NIC=[
  NETWORK_ID=0 ]
OS=[
  ARCH=x86_64,
  BOOT=hd ]
TEMPLATE_ID=0

You can see in the template the name of the vm is "gg-devel".

However, when I use

onetemplate instantiate 0

And look at the running vm the name is just the generic "one-XX"

ID USER GROUPNAME STAT CPU MEMHOSTNAME
   TIME
43 ggillies usersone-43   runn  15512M virt-02-cloud.l
00 00:03:25

Is this a bug or intended? I'd like to be able to add vm templates
into the library and when they are instantiated have the correct name
from the template. I understand that people might be able to
instantiate multiple instances of a template, but in that cause,
shouldn't every instance after the first have a number appended? In my
use case, the disk images are marked as persistent so people won't be
able to instantiate more than 1 instance at a time.

Any clarification would be much appreciated.

Regards,

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


Re: [one-users] Little help with first building cloud

2011-12-05 Thread matheus tor4
Great Solution!

Im so glad! :)

Thank you!

Matheus Torquato

On Mon, Dec 5, 2011 at 10:16 PM, Hutson Betts  wrote:

> Dear Matheus,
>
> No problem. :-) It was a possible solution to the problem that I've had
> to use in the past, but I didn't think of it until now.
>
> It just seemed the password in the One database, one.db, did not match
> the password in the one_auth file.
>
> Glad it worked for you!
>
> --
> Hutson Betts
> Computer Science and Engineering
> Texas A&M University
>
>
> On Mon, 2011-12-05 at 22:11 -0300, matheus tor4 wrote:
> > SOLVED!!!
> >
> > Man! Very, very thanks bro!
> > You dont know how much you helped me now. Very thanks.
> >
> > I go configure it now!
> > Thank you!
> >
> > Best regards
> > Matheus
> >
> > On Mon, Dec 5, 2011 at 10:06 PM, matheus tor4 
> wrote:
> >
> > > Not yet.
> > >
> > > So let me try!
> > >
> > > One minute.
> > >
> > >
> > > On Mon, Dec 5, 2011 at 9:44 PM, Hutson Betts  wrote:
> > >
> > >> Dear Matheus,
> > >>
> > >> Have you stopped 'one', deleted /var/log/one/one.db and started 'one'
> > >> again?
> > >>
> > >> --
> > >> Hutson Betts
> > >> Computer Science and Engineering
> > >> Texas A&M University
> > >>
> > >>
> > >> On Mon, 2011-12-05 at 21:17 -0300, matheus tor4 wrote:
> > >> > I already tried
> > >> >
> > >> > - Make sure that /var/lib/one/.one/one_auth exists, and contains
> > >> user:pass
> > >> > string.
> > >> > - Set a environment variable ONE_AUTH=/var/lib/one/.one/one_auth,
> and
> > >> put
> > >> > it as global variable.
> > >> > - Change the contain of /var/lib/one/auth to make it strictly
> similar to
> > >> > /var/lib/one/.one/one_auth file
> > >> > - Make the  /var/lib/one/auth work as symbolic link to
> > >> >  /var/lib/one/.one/one_auth.
> > >> >
> > >> > Nothing works!
> > >> >
> > >> > And I get the same error: [VirtualMachinePoolInfo] User couldn't be
> > >> > authenticated, aborting call.
> > >> >
> > >> > Any more hints?
> > >> >
> > >> > I dont want to reinstall OpenNebula again!! :x
> > >> >
> > >> > Thanks for all your help,
> > >> > It's very useful for me.
> > >> >
> > >> > Best regards.
> > >> >
> > >> > Matheus
> > >> >
> > >> > On Sun, Dec 4, 2011 at 7:27 PM, Hutson Betts 
> wrote:
> > >> >
> > >> > > Sounds like an issue with your $ONE_AUTH file.
> > >> > >
> > >> > > Here's an e-mail chain that explains the issue a little.
> > >> > >
> > >> > > I would simply make sure your $ONE_AUTH
> > >> > > file, /home/oneadmin/.one/one_auth, exists, and that it contains
> the
> > >> > > username:password string for the oneadmin user.
> > >> > >
> > >> > > --
> > >> > > Hutson Betts
> > >> > > Computer Science and Engineering
> > >> > > Texas A&M University
> > >> > >
> > >> > >
> > >> > > On Sun, 2011-12-04 at 19:16 -0300, matheus tor4 wrote:
> > >> > > > [VirtualMachinePoolInfo] User couldn't be authenticated,
> aborting
> > >> > > > call.
> > >> > >
> > >> > > ___
> > >> > > 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
> > >>
> > >> ___
> > >> 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
>
> ___
> 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] Little help with first building cloud

2011-12-05 Thread Hutson Betts
Dear Matheus,

No problem. :-) It was a possible solution to the problem that I've had
to use in the past, but I didn't think of it until now.

It just seemed the password in the One database, one.db, did not match
the password in the one_auth file.

Glad it worked for you!

-- 
Hutson Betts
Computer Science and Engineering
Texas A&M University


On Mon, 2011-12-05 at 22:11 -0300, matheus tor4 wrote:
> SOLVED!!!
> 
> Man! Very, very thanks bro!
> You dont know how much you helped me now. Very thanks.
> 
> I go configure it now!
> Thank you!
> 
> Best regards
> Matheus
> 
> On Mon, Dec 5, 2011 at 10:06 PM, matheus tor4  wrote:
> 
> > Not yet.
> >
> > So let me try!
> >
> > One minute.
> >
> >
> > On Mon, Dec 5, 2011 at 9:44 PM, Hutson Betts  wrote:
> >
> >> Dear Matheus,
> >>
> >> Have you stopped 'one', deleted /var/log/one/one.db and started 'one'
> >> again?
> >>
> >> --
> >> Hutson Betts
> >> Computer Science and Engineering
> >> Texas A&M University
> >>
> >>
> >> On Mon, 2011-12-05 at 21:17 -0300, matheus tor4 wrote:
> >> > I already tried
> >> >
> >> > - Make sure that /var/lib/one/.one/one_auth exists, and contains
> >> user:pass
> >> > string.
> >> > - Set a environment variable ONE_AUTH=/var/lib/one/.one/one_auth, and
> >> put
> >> > it as global variable.
> >> > - Change the contain of /var/lib/one/auth to make it strictly similar to
> >> > /var/lib/one/.one/one_auth file
> >> > - Make the  /var/lib/one/auth work as symbolic link to
> >> >  /var/lib/one/.one/one_auth.
> >> >
> >> > Nothing works!
> >> >
> >> > And I get the same error: [VirtualMachinePoolInfo] User couldn't be
> >> > authenticated, aborting call.
> >> >
> >> > Any more hints?
> >> >
> >> > I dont want to reinstall OpenNebula again!! :x
> >> >
> >> > Thanks for all your help,
> >> > It's very useful for me.
> >> >
> >> > Best regards.
> >> >
> >> > Matheus
> >> >
> >> > On Sun, Dec 4, 2011 at 7:27 PM, Hutson Betts  wrote:
> >> >
> >> > > Sounds like an issue with your $ONE_AUTH file.
> >> > >
> >> > > Here's an e-mail chain that explains the issue a little.
> >> > >
> >> > > I would simply make sure your $ONE_AUTH
> >> > > file, /home/oneadmin/.one/one_auth, exists, and that it contains the
> >> > > username:password string for the oneadmin user.
> >> > >
> >> > > --
> >> > > Hutson Betts
> >> > > Computer Science and Engineering
> >> > > Texas A&M University
> >> > >
> >> > >
> >> > > On Sun, 2011-12-04 at 19:16 -0300, matheus tor4 wrote:
> >> > > > [VirtualMachinePoolInfo] User couldn't be authenticated, aborting
> >> > > > call.
> >> > >
> >> > > ___
> >> > > 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
> >>
> >> ___
> >> 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


signature.asc
Description: This is a digitally signed message part
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Little help with first building cloud

2011-12-05 Thread matheus tor4
SOLVED!!!

Man! Very, very thanks bro!
You dont know how much you helped me now. Very thanks.

I go configure it now!
Thank you!

Best regards
Matheus

On Mon, Dec 5, 2011 at 10:06 PM, matheus tor4  wrote:

> Not yet.
>
> So let me try!
>
> One minute.
>
>
> On Mon, Dec 5, 2011 at 9:44 PM, Hutson Betts  wrote:
>
>> Dear Matheus,
>>
>> Have you stopped 'one', deleted /var/log/one/one.db and started 'one'
>> again?
>>
>> --
>> Hutson Betts
>> Computer Science and Engineering
>> Texas A&M University
>>
>>
>> On Mon, 2011-12-05 at 21:17 -0300, matheus tor4 wrote:
>> > I already tried
>> >
>> > - Make sure that /var/lib/one/.one/one_auth exists, and contains
>> user:pass
>> > string.
>> > - Set a environment variable ONE_AUTH=/var/lib/one/.one/one_auth, and
>> put
>> > it as global variable.
>> > - Change the contain of /var/lib/one/auth to make it strictly similar to
>> > /var/lib/one/.one/one_auth file
>> > - Make the  /var/lib/one/auth work as symbolic link to
>> >  /var/lib/one/.one/one_auth.
>> >
>> > Nothing works!
>> >
>> > And I get the same error: [VirtualMachinePoolInfo] User couldn't be
>> > authenticated, aborting call.
>> >
>> > Any more hints?
>> >
>> > I dont want to reinstall OpenNebula again!! :x
>> >
>> > Thanks for all your help,
>> > It's very useful for me.
>> >
>> > Best regards.
>> >
>> > Matheus
>> >
>> > On Sun, Dec 4, 2011 at 7:27 PM, Hutson Betts  wrote:
>> >
>> > > Sounds like an issue with your $ONE_AUTH file.
>> > >
>> > > Here's an e-mail chain that explains the issue a little.
>> > >
>> > > I would simply make sure your $ONE_AUTH
>> > > file, /home/oneadmin/.one/one_auth, exists, and that it contains the
>> > > username:password string for the oneadmin user.
>> > >
>> > > --
>> > > Hutson Betts
>> > > Computer Science and Engineering
>> > > Texas A&M University
>> > >
>> > >
>> > > On Sun, 2011-12-04 at 19:16 -0300, matheus tor4 wrote:
>> > > > [VirtualMachinePoolInfo] User couldn't be authenticated, aborting
>> > > > call.
>> > >
>> > > ___
>> > > 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
>>
>> ___
>> 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] Little help with first building cloud

2011-12-05 Thread matheus tor4
Not yet.

So let me try!

One minute.

On Mon, Dec 5, 2011 at 9:44 PM, Hutson Betts  wrote:

> Dear Matheus,
>
> Have you stopped 'one', deleted /var/log/one/one.db and started 'one'
> again?
>
> --
> Hutson Betts
> Computer Science and Engineering
> Texas A&M University
>
>
> On Mon, 2011-12-05 at 21:17 -0300, matheus tor4 wrote:
> > I already tried
> >
> > - Make sure that /var/lib/one/.one/one_auth exists, and contains
> user:pass
> > string.
> > - Set a environment variable ONE_AUTH=/var/lib/one/.one/one_auth, and put
> > it as global variable.
> > - Change the contain of /var/lib/one/auth to make it strictly similar to
> > /var/lib/one/.one/one_auth file
> > - Make the  /var/lib/one/auth work as symbolic link to
> >  /var/lib/one/.one/one_auth.
> >
> > Nothing works!
> >
> > And I get the same error: [VirtualMachinePoolInfo] User couldn't be
> > authenticated, aborting call.
> >
> > Any more hints?
> >
> > I dont want to reinstall OpenNebula again!! :x
> >
> > Thanks for all your help,
> > It's very useful for me.
> >
> > Best regards.
> >
> > Matheus
> >
> > On Sun, Dec 4, 2011 at 7:27 PM, Hutson Betts  wrote:
> >
> > > Sounds like an issue with your $ONE_AUTH file.
> > >
> > > Here's an e-mail chain that explains the issue a little.
> > >
> > > I would simply make sure your $ONE_AUTH
> > > file, /home/oneadmin/.one/one_auth, exists, and that it contains the
> > > username:password string for the oneadmin user.
> > >
> > > --
> > > Hutson Betts
> > > Computer Science and Engineering
> > > Texas A&M University
> > >
> > >
> > > On Sun, 2011-12-04 at 19:16 -0300, matheus tor4 wrote:
> > > > [VirtualMachinePoolInfo] User couldn't be authenticated, aborting
> > > > call.
> > >
> > > ___
> > > 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
>
> ___
> 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] Little help with first building cloud

2011-12-05 Thread Hutson Betts
Dear Matheus,

Have you stopped 'one', deleted /var/log/one/one.db and started 'one'
again?

-- 
Hutson Betts
Computer Science and Engineering
Texas A&M University


On Mon, 2011-12-05 at 21:17 -0300, matheus tor4 wrote:
> I already tried
> 
> - Make sure that /var/lib/one/.one/one_auth exists, and contains user:pass
> string.
> - Set a environment variable ONE_AUTH=/var/lib/one/.one/one_auth, and put
> it as global variable.
> - Change the contain of /var/lib/one/auth to make it strictly similar to
> /var/lib/one/.one/one_auth file
> - Make the  /var/lib/one/auth work as symbolic link to
>  /var/lib/one/.one/one_auth.
> 
> Nothing works!
> 
> And I get the same error: [VirtualMachinePoolInfo] User couldn't be
> authenticated, aborting call.
> 
> Any more hints?
> 
> I dont want to reinstall OpenNebula again!! :x
> 
> Thanks for all your help,
> It's very useful for me.
> 
> Best regards.
> 
> Matheus
> 
> On Sun, Dec 4, 2011 at 7:27 PM, Hutson Betts  wrote:
> 
> > Sounds like an issue with your $ONE_AUTH file.
> >
> > Here's an e-mail chain that explains the issue a little.
> >
> > I would simply make sure your $ONE_AUTH
> > file, /home/oneadmin/.one/one_auth, exists, and that it contains the
> > username:password string for the oneadmin user.
> >
> > --
> > Hutson Betts
> > Computer Science and Engineering
> > Texas A&M University
> >
> >
> > On Sun, 2011-12-04 at 19:16 -0300, matheus tor4 wrote:
> > > [VirtualMachinePoolInfo] User couldn't be authenticated, aborting
> > > call.
> >
> > ___
> > 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


signature.asc
Description: This is a digitally signed message part
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Little help with first building cloud

2011-12-05 Thread matheus tor4
I already tried

- Make sure that /var/lib/one/.one/one_auth exists, and contains user:pass
string.
- Set a environment variable ONE_AUTH=/var/lib/one/.one/one_auth, and put
it as global variable.
- Change the contain of /var/lib/one/auth to make it strictly similar to
/var/lib/one/.one/one_auth file
- Make the  /var/lib/one/auth work as symbolic link to
 /var/lib/one/.one/one_auth.

Nothing works!

And I get the same error: [VirtualMachinePoolInfo] User couldn't be
authenticated, aborting call.

Any more hints?

I dont want to reinstall OpenNebula again!! :x

Thanks for all your help,
It's very useful for me.

Best regards.

Matheus

On Sun, Dec 4, 2011 at 7:27 PM, Hutson Betts  wrote:

> Sounds like an issue with your $ONE_AUTH file.
>
> Here's an e-mail chain that explains the issue a little.
>
> I would simply make sure your $ONE_AUTH
> file, /home/oneadmin/.one/one_auth, exists, and that it contains the
> username:password string for the oneadmin user.
>
> --
> Hutson Betts
> Computer Science and Engineering
> Texas A&M University
>
>
> On Sun, 2011-12-04 at 19:16 -0300, matheus tor4 wrote:
> > [VirtualMachinePoolInfo] User couldn't be authenticated, aborting
> > call.
>
> ___
> 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] ssl proxy endpoint

2011-12-05 Thread Ulrich Schwickerath

Hi, Sebastien,


can you try if this patch helps ?

--- checkout_orig/src/cloud/ec2/lib/EC2QueryServer.rb   2011-10-10 
11:01:14.0 +0200
+++ checkout_patched/src/cloud/ec2/lib/EC2QueryServer.rb
2011-10-14 13:43:53.0 +0200

@@ -71,7 +71,7 @@

 econe_port = @config[:port]

-params.merge!({:econe_host => econe_host, :econe_port => 
econe_port})

+params.merge!({:econe_host => econe_host, :econe_port => 8443})
 super(env, params)
 end

It's more a hack than a patch but worked in our case.

Cheers,
Ulrich

On 12/05/2011 09:52 PM, sebastien goasguen wrote:

Hi,

in One 3.0 it seems the econe configuration has changed a bit, reading:
http://www.opennebula.org/documentation:rel3.0:ec2qcg

There does not seem to be a ssl_server_port variable ?
Does it default to 8443 ?

In that case what endpoint should we use:  or:

I have one client in perl (using the ec2 perl module) that works in
one case (port no specified in econe.conf, but specified in endpoint
in client configuration)
and a boto client that works in the other (port needs to be specified
in econe.conf and specified in client configuration)

I am running amazon-ec2 gem 0.9.17

thanks

-sebastien



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


[one-users] ssl proxy endpoint

2011-12-05 Thread sebastien goasguen
Hi,

in One 3.0 it seems the econe configuration has changed a bit, reading:
http://www.opennebula.org/documentation:rel3.0:ec2qcg

There does not seem to be a ssl_server_port variable ?
Does it default to 8443 ?

In that case what endpoint should we use:  or :

I have one client in perl (using the ec2 perl module) that works in
one case (port no specified in econe.conf, but specified in endpoint
in client configuration)
and a boto client that works in the other (port needs to be specified
in econe.conf and specified in client configuration)

I am running amazon-ec2 gem 0.9.17

thanks

-sebastien

-- 
---
Sebastien Goasguen, Associate Professor
School of Computing
Clemson University
864-553-4734.
Google Voice: (864)-869-8683
http://sites.google.com/site/runseb/
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] Load virsh saved machine in nebula?

2011-12-05 Thread Trevor Bain
Hi,

I save some running machines e.g. "virsh save machine" into state files.

Is there a way to run the machine from the state file (on the nebula side)?

Or, do I need to reload them via virsh and save them as shutdown disks?

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


Re: [one-users] What ever happened to....

2011-12-05 Thread Robert Schweikert

On 12/05/2011 01:04 PM, Jaime Melis wrote:

Hello Robert,

it has taken longer than expected but the domain is finally up.


Thanks for the follow up. Just wanted to make sure it had not 
permanently disappeared as I link to this entry from 
http://en.opensuse.org/SDB:KIWI_Cookbook_ONebula_Cloud which is 
currently getting a refresh in prep for the 3.0 packages that I will 
hopefully get done soon.


Robert

--
Robert Schweikert   MAY THE SOURCE BE WITH YOU
SUSE-IBM Software Integration Center   LINUX
Tech Lead
rjsch...@suse.com
rschw...@ca.ibm.com
781-464-8147
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] What ever happened to....

2011-12-05 Thread Jaime Melis
Hello Robert,

it has taken longer than expected but the domain is finally up.

Thank you for your patience.

Regards,
Jaime

On Sun, Dec 4, 2011 at 9:50 PM, Jaime Melis  wrote:
> Hello Robert,
>
> The article is there, but there are some problems with the domain
> registry provider. Hopefully it will be back up in a few hours.
>
> Regards,
> Jaime
>
> On Sun, Dec 4, 2011 at 8:19 PM, Robert Schweikert  wrote:
>> Hi,
>>
>> Whatever happened to
>>
>> https://support.opennebula.pro/entries/20466331-using-suse-studio-with-opennebula
>>
>> apparently this points to nowhere now. Did 3.0 break anything that was
>> working previously w.r.t. Studio "integration" or was the information simply
>> outdated and got removed?
>>
>> Thanks,
>> Robert
>>
>> --
>> Robert Schweikert                           MAY THE SOURCE BE WITH YOU
>> SUSE-IBM Software Integration Center                   LINUX
>> Tech Lead
>> rjsch...@suse.com
>> rschw...@ca.ibm.com
>> 781-464-8147
>> ___
>> 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



-- 
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] Documentation

2011-12-05 Thread Daniel Molina
On 4 December 2011 23:32, Hutson Betts  wrote:
> I've noticed that the documentation for OCCI could use a little
> updating.
>
> The OCCI User's Guide instructs users on how to update existing entity
> resources. However, the OCCI API Document says that only the Compute
> Resource can be updated.

What document are you looking at?, the following page was updated days ago:
http://www.opennebula.org/documentation:rel3.2:occidd

>
> Also, in the User's Guide, could "Hello OCCI Cloud!" be changed to
> something like "Create resources" to better fit the flow of title names.
>

Changed, thanks for your feedback.

Cheers.

> --
> Hutson Betts
> Computer Science and Engineering
> Texas A&M University
>
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



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


[one-users] users, groups and permissions

2011-12-05 Thread davood ghatreh
Hi everyone,

I have created two users, both in the same group. I did it to let them use
the same images/networks/templates, but they are completely distinct. Now
they can see each other VMs and can simply login using VNC and make change
to each other vms. This is not what I want. And I don't want to create
distinct group for each of them, because i will have to make the same
images/templates/etc for them, because you cant chogrp a template to two
groups simultaneously.

Would you please provide me with a solution to figure it out?

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


Re: [one-users] OpenNebula OCCI compliance: 0.8 or 1.1

2011-12-05 Thread florian.feldhaus
Hi Dirk,

OpenNebula has OCCI support for the early draft of OCCI (version 0.8)
since quite a long time. As the implementation is stable and used by quite
a few projects, it is IMHO still the default implementation in the
OpenNebula distribution. To achieve compliance with the (only) officially
released specification of OCCI (version 1.1), we created the Ecosystem
project OGF-OCCI. It has the advantages, that it can be used standalone -
and thus alongside the old OCCI implementation. If you start with a new
project based on OCCI, it is strongly recommended, that you use the OCCI
1.1 implementation. More information on the implementation can be found
here:
dev.opennebula.org/projects/ogf-occi/wiki/

OCCI 1.1 has a lot improvements regarding the REST interface and the
representation of resources. OCCI 0.8 was based on XML whereas OCCI 1.1
allows different renderings of the interface (HTTP headers only, plain
text, soon (currently only a draft) JSON and XML).

If you have questions regarding the OGF-OCCI implementation, feel free to
join the Ecosystem Mailinglist and discuss your problems / ideas with us
there!
http://lists.opennebula.org/listinfo.cgi/ecosystem-opennebula.org

For questions regarding the OCCI specification please send a mail to the
OCCI mailinglist:
http://occi-wg.org/community/contribute-communicate/

Best regards,
Florian

Am 05.12.11 11:13 schrieb "Daems Dirk" unter :

>Hi all,
>
>In the OCCI documentation
>(http://www.opennebula.org/documentation:rel3.0:occiug) I found
>OpenNebula to be compliant to draft version 0.8 of the OCCI API.
>But according to the release notes of OpenNebula version 3.0
>(http://www.opennebula.org/software:rnotes:rn-rel3.0) it looks like it is
>compliant to version 1.1.
>Can anyone tell me what is the supported OCCI version? 0.8 or 1.1?
>
>Thanks in advance,
>Dirk
>
>
>Uniting expertise from different fields of technology enhances the
>development of innovative methods for sustainable production.
>Join the third edition of the international congress 'Innovation for
>Sustainable Production 2012'
>May, 6-9, 2012 - Bruges (Belgium)
>http://www.i-sup2012.org
>---
>This e-mail, any attachments and the information it contains are
>confidential and meant only for the use of the addressee(s) only.  Access
>to this e-mail by anyone other than the addressee(s) is unauthorized.  If
>you are not the intended addressee (or responsible for delivery of the
>message to such person), you may not use, copy, distribute or deliver to
>anyone this message (or any part of its contents) or take any action in
>reliance on it.  In such case, you should destroy this message and notify
>the sender immediately.  If you have received this e-mail in error,
>please notify us immediately by e-mail or telephone and delete the e-mail
>from any computer.
>All reasonable precautions have been taken to ensure no viruses are
>present in this e-mail and its attachments.  As our company cannot accept
>responsibility for any loss or damage arising from the use of this e-mail
>or attachments we recommend that you subject these to your virus checking
>procedures prior to use.
>
>___
>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


[one-users] OpenNebula OCCI compliance: 0.8 or 1.1

2011-12-05 Thread Daems Dirk
Hi all,

In the OCCI documentation 
(http://www.opennebula.org/documentation:rel3.0:occiug) I found OpenNebula to 
be compliant to draft version 0.8 of the OCCI API.
But according to the release notes of OpenNebula version 3.0 
(http://www.opennebula.org/software:rnotes:rn-rel3.0) it looks like it is 
compliant to version 1.1.
Can anyone tell me what is the supported OCCI version? 0.8 or 1.1?

Thanks in advance,
Dirk


Uniting expertise from different fields of technology enhances the development 
of innovative methods for sustainable production.
Join the third edition of the international congress 'Innovation for 
Sustainable Production 2012'
May, 6-9, 2012 - Bruges (Belgium)
http://www.i-sup2012.org
---
This e-mail, any attachments and the information it contains are confidential 
and meant only for the use of the addressee(s) only.  Access to this e-mail by 
anyone other than the addressee(s) is unauthorized.  If you are not the 
intended addressee (or responsible for delivery of the message to such person), 
you may not use, copy, distribute or deliver to anyone this message (or any 
part of its contents) or take any action in reliance on it.  In such case, you 
should destroy this message and notify the sender immediately.  If you have 
received this e-mail in error, please notify us immediately by e-mail or 
telephone and delete the e-mail from any computer.
All reasonable precautions have been taken to ensure no viruses are present in 
this e-mail and its attachments.  As our company cannot accept responsibility 
for any loss or damage arising from the use of this e-mail or attachments we 
recommend that you subject these to your virus checking procedures prior to use.

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


Re: [one-users] [Question]Can Opennebula run on VMWare machine?

2011-12-05 Thread Valentin Bud
On Mon, Dec 5, 2011 at 6:47 AM, cat fa  wrote:

> I wonder whether it is possible to run the opennebula on a host machine?
>
> 2011/12/5 Ruben S. Montero 
>
> Hi
>>
>> There should be no problem to run the opennebula  front-end in a virtual
>> machine. Check that you have ssh access to the 192.168.1.2 host.
>>
>> Cheers
>>
>> ruben
>>
>> On Sat, Dec 3, 2011 at 3:28 PM, cat fa wrote:
>>
>>> There is a VMWare Workstation Server in our lab. We don't have enough
>>> physical computers, so we create virtual machines on vmware and setup
>>> Opennebula. However, I cannot create host. I used the  onehost create
>>> 192.168.1.2 im_kvm vmm_kvm tm_shared command, but the state of hosts
>>> was always error.
>>> I don't know whether it's ok to run Opennebula on a virtual machine?
>>>
>>> ___
>>> Users mailing list
>>> Users@lists.opennebula.org
>>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>>
>>>
>>
>>
>> --
>> Ruben S. Montero, PhD
>> Project co-Lead and Chief Architect
>> OpenNebula - The Open Source Toolkit for Data Center Virtualization
>> www.OpenNebula.org | rsmont...@opennebula.org | @OpenNebula
>>
>> ___
>> 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
>
>
Hi,

Yes, you can run OpenNebula on a host machine. I think it's the best way to
run OpenNebula. You can run OpenNebula and VMWare Workstation
Server hypervisor on the same machine, but not on ESX(i) hypervisor host
because that's a bare metal hypervisor.

Have a great day,
-- 
w: http://databus.ro/blog
in: http://www.linkedin.com/pub/valentin-bud/9/881/830
t: https://twitter.com/valentinbud
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Definition Template File Extensions

2011-12-05 Thread Valentin Bud
On Mon, Dec 5, 2011 at 8:46 AM, Vickreman Chettiar wrote:

> Hi.
>
>   I'm currently in the planning/designing stages of setting up an
> OpenNebula-based public cloud. I'm currently drawing up the necessary
> definition templates, which for the time being I have saved as ODT files.
>
>   I'm wondering what are the file extensions with which each of the
> following Definition Templates should be saved, for deployment in an
> OpenNebula cloud.
>
>- Virtual Machine Definition Template
>- Image Definition Template
>- Virtual Network Definition File
>
>   Regards to all fellow OpenNebula users.
>
> Vickreman Chettiar 
> I'm quite particular about particular fields of quiet physics such as
> particular physics.
>
>
> ___
> Users mailing list
> Users@lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
>
Hi Vickreman,

I think it doesn't really matter the file extension. It does matter only to
you, to identify them internally. For example I use *.vm.tpl for Virtual
Machine Definition Template, *.img.tpl for Image and *.vnet.tpl for Virtual
Network.

I could be wrong so others who know better please step in and clarify.

Have a great day,
Valentin Bud

---
w: http://databus.ro/blog
in: http://www.linkedin.com/pub/valentin-bud/9/881/830
t: https://twitter.com/valentinbud
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org