[one-users] problems with ec2query_templates/m1.small.erb

Stephan one at askaban.net
Wed Aug 18 05:51:24 PDT 2010


Hi all,

I'm trying to get a OpenNebula 2.0 beta to work (everything is working
fine with our 1.4 install). I'm facing the following problem:

- using shared nfs/nfs transport
- trying to deploy ami-style (econe-server) using the provided
demo-template (which works with 1.4)

Owner    ImageId              Status
Visibility                               Location
------------------------------------------------------------------------------
test ami-00000001                                        public
                           30e8a008981881fbd8560bae7f11c05a62625fed
test ami-00000002                                        private
                           1b820d8502b63bb1ef9e5bac5bbe7002c4ae63e8

now I can deploy the image running econe-run-instances - the deploy
however fails. I think it is because of this action
of the deployment scripts:

cat transfer.0.prolog:
LN host:1 host:/kvm1/one/var/14/images/disk.0

this links the image to "1" which does not make any sense. This is because I use

DISK = [ source   = <%= erb_vm_info[:ec2_img_id] %>,

in the template - the original:

DISK = [ source   = <%= erb_vm_info[:img_path] %>,

seems to be deprecated completely (deploying with :img_path ends in a
parse error of oned)

So how is the actual path to an econe instance specified in the
template? I've tried different img variables but with no luck.

Has anyone succeeded on deploying an instance using the suggested
template in an KVM/nfs environment?

thanks in advance and best regards,
Stephan


More information about the Users mailing list