[one-users] Various issues novnc-server / websockify

2013-11-13 Thread Stefan Kooman
Hi list,

Currently there is no option to enable IPv6 for novnc-server
(websockify) although websockify supports this. I've made a little
(dirty) hack to enable IPv6 for websockify:

--- /root/OpenNebulaVNC.rb  2013-11-08 21:37:13.958535135 +0100
+++ /usr/lib/one/ruby/OpenNebulaVNC.rb  2013-11-09 22:08:12.951812886 +0100
@@ -70,7 +70,7 @@
 
 @pipe = nil
 @token_folder = File.join(VAR_LOCATION, opts[:token_folder_name])
-@proxy_path   = File.join(SHARE_LOCATION, 
websockify/websocketproxy.py)
+@proxy_path   = File.join(SHARE_LOCATION, 
websockify/websocketproxy.py -6)
 @proxy_port   = config[:vnc_proxy_port]
 
 @wss = config[:vnc_proxy_support_wss]

If sunstone is reachable over IPv6 your clients might want to reach the
websockify port over IPv6 as well, if they want to make a VNC
connection. It would be nice to have a config option in
sunstone-server.conf to influence this behaviour (i.e :vnc_proxy_ipv6:
yes/no).

One of the hints in documentation [1] debugging novnc-server /
websockify is to run it on a console. But if you do this sunstone will
give an error message VNC server is not running and will refuse to
initiate a vnc session. Sure, you can hack your way around this but it
would be nice if either the check in OpenNebulaVNC.rb would be adjusted
to figure out if there's really nothing listening on vnc port (instead
of depending on lock file) or include a debug option so it skips this
check altogether.

Another thing biting me are the functions in OpenNebulaVNC.rb creating
and removing the sunstone_vnc_tokens directory. The directory is created
with oneadmin as owner and group. If you're running sunstone with Apache
Passenger it depends on the user you're running passenger with if it's
able to write new tokens or not. Documentation assumes passenger runs
as user www-data [2] (although you can easily change that). With the
default configuration passenger is not allowed to write tokens in that
directory and an error will be thrown. It would be nice if OpenNebulaVNC
could check what user passenger runs as, and create the directory
accordingly. What is the reason this directory should be created on the fly
anyway? It seems to complicate things a bit.

Finally, when running websockify on command line in debug mode it gives the
folllowing warning:

WARNING: no 'numpy' module, HyBi protocol is slower or disabled
WebSocket server settings

Is python-numpy indeed a performance accelerator in this case? If so,
I think this should be (at least) a (recommended) dependency for
sunstone. Documentation does mention python-numby so I guess it does
help [1].

Cheers,

Stefan

[1]: http://opennebula.org/documentation:rel4.2:sunstone
[2]: http://opennebula.org/documentation:rel4.2:suns_advance


-- 
| BIT BV  http://www.bit.nl/Kamer van Koophandel 09090351
| GPG: 0xD14839C6   +31 318 648 688 / i...@bit.nl


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


Re: [one-users] opennebula4.2 with esxi5.1 when install vms faild.

2013-11-13 Thread Tino Vazquez
Hi hansz,

The guide you are referring is only meant to be used with OpenNebula 3
series (3.8.5 is the latest update). I've updated the text of the
guide so this appears more clearly.

Since OpenNebula 4.0, there is no support for NFS datastores in VMware.

Apologies for the confusion,

-Tino
--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.com | @C12G | es.linkedin.com/in/tinova

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
To and cc box). They are the property of C12G Labs S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Wed, Nov 13, 2013 at 1:46 AM, hansz hanshizhun...@126.com wrote:
 hi,
 i follow this
 http://opennebula.org/cloud:vmware_centos

 share the front-end 's /var/lib/one/datastores/0 and 100 to esxi




 At 2013-11-12 22:24:21,Tino Vazquez cvazq...@c12g.com wrote:
Hi,

Which guide are you following?

Regards,

-Tino

--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.com | @C12G | es.linkedin.com/in/tinova

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
To and cc box). They are the property of C12G Labs S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Tue, Nov 12, 2013 at 2:42 PM, hansz hanshizhun...@126.com wrote:
 hi,
 a i feel confused,let me make it clearly,
 i use opennebula install on centos6.4(but the server only has i 300G
 disk)
 and esxi5.1 (has 2T disks),i follow the opennebula,
 i shared the front-end's /var/lib/one/datastores/0  and 1  to esxi5.1 use
 nfs,
 and i upload the image from the sunstone ,and then create vms, although
 the
 images and vms storages on the esxi's  /vmfs/volumes/0 and 1 but Actually
 it
 use the front-end's space storage these.and my centos server will full
 soon,
 what i want is that ,i can use the esxi's2T space to storage the images
 or
 vms ?
 can i do like this? how?  i make it clearier? hope so.






 At 2013-11-12 19:08:04,Tino Vazquez cvazq...@c12g.com wrote:
Hi,

There must be some misunderstanding. The OpenNebula front-end _cannot_
have a access to a vmfs system datastore (or vmfs image datastore, for
that matter).

Regards,

-Tino
--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.com | @C12G | es.linkedin.com/in/tinova

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
To and cc box). They are the property of C12G Labs S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Tue, Nov 12, 2013 at 11:23 AM, hansz hanshizhun...@126.com wrote:
 hi,

 i mean if i cloud use esxi's storage space to  storage the front-end's
 system datastores?







 At 2013-11-12 18:04:10,Tino Vazquez cvazq...@c12g.com wrote:
Hi,

  as for my front-end has a limited storage.


Not sure if I follow correctly, the front-end cannot access any VMFS
 volume.

OpenNebula currently supports only shared vmfs system datastores.

Regards,

-Tino

--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.com | @C12G | es.linkedin.com/in/tinova

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is

Re: [one-users] Sunstone image upload not working - images not in tmpdir

2013-11-13 Thread Stefan Kooman
Quoting Daniel Molina (dmol...@opennebula.org):
 Hi Stefan,
 
 Could you try exporting the $TMPDIR var before starting the passenger
 processes?
 
 This is the code that generates the temp file (sunstone-server.rb):
 tmpfile = Tempfile.open('sunstone-upload')
 
 by default, it uses Dir.tmpdir as temp dir and this method checks the env
 var TMPDIR.  This variable is defined in the sunstone-server script, but
 Apache do not use this script to start new server instances
 
 You can also specify it as a parameter in the code:
 tmpfile = Tempfile.open('sunstone-upload', '/mnt/sunstone_upload')

I've tried this and that works, i.e. the image gets uploaded and stored
in /mnt/sunstone_upload directory. However, something goes wrong copying
the file to the datastore. The file is empty (0 bytes). Here some logging:

sunstone.log:
[13/Nov/2013 12:19:28] POST /upload?img=%7B%22i
mage%22%3A%7B%22NAME%22%3A%22ubuntu_saucy%22%2C%22TYPE%22%3A%22CDROM%22%2C%22PERSISTENT%22%3A%22NO%22%7D%2C%22ds_id%2
2%3A%22105%22%7Dfile=ubuntu-13.10-server-amd64.isoqqfile=ubuntu-13.10-server-amd64.iso
 201 910 11.8890

oned.log:

Wed Nov 13 12:19:23 2013 [ReM][D]: Req:8352 UID:0 ImageAllocate invoked,
NAME=ubuntu_saucy..., 105
Wed Nov 13 12:19:23 2013 [ImM][I]: Copying
/mnt/sunstone_upload/sunstone-upload20131113-23887-1gdh6b2 to repository
for image 22
Wed Nov 13 12:19:23 2013 [ReM][D]: Req:8352 UID:0 ImageAllocate result
SUCCESS, 22
Wed Nov 13 12:19:23 2013 [ReM][D]: Req:8624 UID:0 ImageInfo invoked, 22
Wed Nov 13 12:19:23 2013 [ReM][D]: Req:8624 UID:0 ImageInfo result
SUCCESS, IMAGEID22/IDU...
Wed Nov 13 12:19:24 2013 [ImM][I]: Image copied and ready to use.


file listing in datastore:
-rw-rw-r-- 1 oneadmin oneadmin 11G Nov 13 10:52 a72586472f7351691e70f637d0ff7278
-rw-rw-r-- 1 oneadmin oneadmin   0 Nov 13 12:54 54ea1f1607a44c65b70936e2df020887


 Hope this helps
It sure does help but I'm not there yet :).

How can I debug this final step (copy from tempdir to datastore)?

Thanks,

Stefan


-- 
| BIT BV  http://www.bit.nl/Kamer van Koophandel 09090351
| GPG: 0xD14839C6   +31 318 648 688 / i...@bit.nl


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


Re: [one-users] opennebula4.2 with esxi5.1 when install vms faild.

2013-11-13 Thread hansz
hi,
you are so kind to change this guide,could you show me where can i get the new 
guide?
 you mean through the 'vmfs' drivers for the system datastores?or image 
datastores? or both?
cloud you kind enough to show me how can i use opennebula4.2+and esxi  to 
create vms?
thinks 







At 2013-11-13 20:03:37,Tino Vazquez cvazq...@c12g.com wrote:
I think a further clarification is in place. OpenNebula 4.0+ supports
VMware NFS datastores, but through the 'vmfs' drivers, not through the
'shared' drivers.

Regards,

-Tino
--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.com | @C12G | es.linkedin.com/in/tinova

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
To and cc box). They are the property of C12G Labs S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Wed, Nov 13, 2013 at 10:55 AM, Tino Vazquez cvazq...@c12g.com wrote:
 Hi hansz,

 The guide you are referring is only meant to be used with OpenNebula 3
 series (3.8.5 is the latest update). I've updated the text of the
 guide so this appears more clearly.

 Since OpenNebula 4.0, there is no support for NFS datastores in VMware.

 Apologies for the confusion,

 -Tino
 --
 OpenNebula - Flexible Enterprise Cloud Made Simple

 --
 Constantino Vázquez Blanco, PhD, MSc
 Senior Infrastructure Architect at C12G Labs
 www.c12g.com | @C12G | es.linkedin.com/in/tinova

 --
 Confidentiality Warning: The information contained in this e-mail and
 any accompanying documents, unless otherwise expressly indicated, is
 confidential and privileged, and is intended solely for the person
 and/or entity to whom it is addressed (i.e. those identified in the
 To and cc box). They are the property of C12G Labs S.L..
 Unauthorized distribution, review, use, disclosure, or copying of this
 communication, or any part thereof, is strictly prohibited and may be
 unlawful. If you have received this e-mail in error, please notify us
 immediately by e-mail at ab...@c12g.com and delete the e-mail and
 attachments and any copy from your system. C12G thanks you for your
 cooperation.


 On Wed, Nov 13, 2013 at 1:46 AM, hansz hanshizhun...@126.com wrote:
 hi,
 i follow this
 http://opennebula.org/cloud:vmware_centos

 share the front-end 's /var/lib/one/datastores/0 and 100 to esxi




 At 2013-11-12 22:24:21,Tino Vazquez cvazq...@c12g.com wrote:
Hi,

Which guide are you following?

Regards,

-Tino

--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.com | @C12G | es.linkedin.com/in/tinova

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
To and cc box). They are the property of C12G Labs S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Tue, Nov 12, 2013 at 2:42 PM, hansz hanshizhun...@126.com wrote:
 hi,
 a i feel confused,let me make it clearly,
 i use opennebula install on centos6.4(but the server only has i 300G
 disk)
 and esxi5.1 (has 2T disks),i follow the opennebula,
 i shared the front-end's /var/lib/one/datastores/0  and 1  to esxi5.1 use
 nfs,
 and i upload the image from the sunstone ,and then create vms, although
 the
 images and vms storages on the esxi's  /vmfs/volumes/0 and 1 but Actually
 it
 use the front-end's space storage these.and my centos server will full
 soon,
 what i want is that ,i can use the esxi's2T space to storage the images
 or
 vms ?
 can i do like this? how?  i make it clearier? hope so.






 At 2013-11-12 19:08:04,Tino Vazquez cvazq...@c12g.com wrote:
Hi,

There must be some misunderstanding. The OpenNebula front-end _cannot_
have a access to a vmfs system datastore (or vmfs image datastore, for
that matter).

Regards,

-Tino
--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.com | 

[one-users] LCM Unknown state.

2013-11-13 Thread Ionut Popovici
Qestion it is posible to be limited by sqlite .. because after 44 VM's 
on a host  it happen to see random vm's  on UNKNOWN state but the 
machine is fine and runing fine .

Is someting about monitoring.
If i prepare mysql backend and will restart oned on mysql .. it will 
install database on sql server and runnit as before ?

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


[one-users] Failed to create VM.(KVM)

2013-11-13 Thread vishnu e divakaran
Wed Nov 13 20:29:00 2013 [TM][D]: Message received: TRANSFER SUCCESS 16 -

Wed Nov 13 20:29:00 2013 [VMM][D]: Message received: LOG I 16 ExitCode: 0

Wed Nov 13 20:29:00 2013 [VMM][D]: Message received: LOG I 16
Successfully execute network driver operation: pre.

Wed Nov 13 20:29:01 2013 [VMM][D]: Message received: LOG I 16 Command
execution fail: cat  EOT | /var/tmp/one/vmm/kvm/deploy
'/var/lib/one/var//datastores/0/16/deployment.0' 'onevmhost' 16
onevmhost

Wed Nov 13 20:29:01 2013 [VMM][D]: Message received: LOG I 16 error:
Failed to create domain from
/var/lib/one/var//datastores/0/16/deployment.0

Wed Nov 13 20:29:01 2013 [VMM][D]: Message received: LOG I 16 error:
Unable to allow access for disk path
/var/lib/one/var//datastores/0/16/disk.0: No such file or directory

Wed Nov 13 20:29:01 2013 [VMM][D]: Message received: LOG E 16 Could
not create domain from /var/lib/one/var//datastores/0/16/deployment.0

Wed Nov 13 20:29:01 2013 [VMM][D]: Message received: LOG I 16 ExitCode: 255

Wed Nov 13 20:29:01 2013 [VMM][D]: Message received: LOG I 16 Failed
to execute virtualization driver operation: deploy.

Wed Nov 13 20:29:01 2013 [VMM][D]: Message received: DEPLOY FAILURE 16
Could not create domain from
/var/lib/one/var//datastores/0/16/deployment.0


i have attached the datastores image

I have created the image in the default datastore... is it theproblem???
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Failed to create VM.(KVM)

2013-11-13 Thread vishnu e divakaran
datastore image
attachment: datastore.png___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] ttylinux image from Marketplace fails to boot...

2013-11-13 Thread Mark Biggers
... while a Marketplace Vyatta V65R1 Router (KVM) image, boots just fine.**

Here are the details, below.

 oneadmin  onevnet show 8

VIRTUAL NETWORK 8 INFORMATION   
ID : 8   
NAME   : cloud   
USER   : oneadmin
GROUP  : oneadmin
CLUSTER: -   
TYPE   : RANGED  
BRIDGE : br0 
VLAN   : Yes 
VLAN ID: vnet_default
USED LEASES: 2   

PERMISSIONS 
OWNER  : um- 
GROUP  : --- 
OTHER  : --- 

VIRTUAL NETWORK TEMPLATE
DNS=192.168.1.1
GATEWAY=192.168.122.1
ID=3
NETMASK=255.255.255.0
NETWORK_ADDRESS=192.168.122.0/24
NETWORK_MASK=255.255.255.0

RANGE   
IP_START   : 192.168.122.1   
IP_END : 192.168.122.254 

USED LEASES 
LEASE=[ MAC=02:00:c0:a8:7a:02, IP=192.168.122.2, 
IP6_LINK=fe80::400:c0ff:fea8:7a02, USED=1, VID=27 ]
LEASE=[ MAC=02:00:c0:a8:7a:03, IP=192.168.122.3, 
IP6_LINK=fe80::400:c0ff:fea8:7a03, USED=1, VID=29 ]

VIRTUAL MACHINES

ID USER GROUPNAMESTAT UCPUUMEM HOST TIME
27 oneadmin oneadmin vyatta-router   runn0   1024M host01   0d 02h25
29 oneadmin oneadmin TTY Linux NOW   runn   99256M host01   0d 01h52


 oneadmin  onevm show 29

VIRTUAL MACHINE 29 INFORMATION  
ID  : 29  
NAME: TTY Linux NOW   
USER: oneadmin
GROUP   : oneadmin
STATE   : ACTIVE  
LCM_STATE   : RUNNING 
RESCHED : No  
HOST: host01  
START TIME  : 11/13 11:35:22  
END TIME: -   
DEPLOY ID   : one-29  

VIRTUAL MACHINE MONITORING  
USED MEMORY : 256M
USED CPU: 99  
NET_TX  : 0K  
NET_RX  : 0K  

PERMISSIONS 
OWNER   : um- 
GROUP   : --- 
OTHER   : --- 

VM DISKS
 ID TARGET IMAGE   TYPE SAVE SAVE_AS
  0 vdattylinux - kvm  file   NO   -

VM NICS 
 ID NETWORK  VLAN BRIDGE   IP  MAC  
  0 cloud yes br0  192.168.122.3   02:00:c0:a8:7a:03
   fe80::400:c0ff:fea8:7a03

VIRTUAL MACHINE HISTORY 
SEQ HOSTACTION   REAS   STARTTIME PROLOG
  0 host01  none none  11/13 11:35:30   0d 01h49m   0h00m01s

USER TEMPLATE   
SCHED_REQUIREMENTS=ID=\5\

VIRTUAL MACHINE TEMPLATE
CONTEXT=[
  DISK_ID=1,
  ETH0_DNS=192.168.1.1,
  ETH0_GATEWAY=192.168.122.1,
  ETH0_IP=192.168.122.3,
  ETH0_MASK=255.255.255.0,
  ETH0_NETWORK=192.168.122.0/24,
  NETWORK=YES,
  SSH_PUBLIC_KEY=ssh-rsa ...
,
  TARGET=vdb ]
CPU=0.4
GRAPHICS=[
  LISTEN=0.0.0.0,
  PORT=5929,
  TYPE=VNC ]
MEMORY=256
OS=[
  ARCH=i686,
  BOOT=hd ]
TEMPLATE_ID=27
VMID=29



** That Vyatta VR VM gets no working route to the br0 bridge (another issue), 
and is not pingable at its address from the ONE host (combined host/node, 
developer desktop).

  Should I just forget about getting even basic ONE network (ebtables) working, 
on openSUSE 12.3?  I am getting nowhere with it...  I Am Not A Network 
Engineer.
The ONE docs assume a lot of Linux NetEngr background, and/or have some 
critical details missing.  -- I will send a follow-up email on this, I need 
spoon-feeding, sorry.


thank you.

Mark Biggers
mbigg...@ine.com
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] ttylinux image from Marketplace fails to boot...

2013-11-13 Thread Javier Fontan
It seems that ttylinux is not running because you are using virtio
disk (vda). ttylinux is just for testing, it lacks virtio drivers and
other amenities. Use hda for the disk and you should be fine.

Concerning the network I think it is behaving as it should. ebtables
drivers do not let to have connectivity to other networks and this is
done by mac addresses. That is, you can only connect to machines with
MAC 02:00:c0:a8:7a:xx.

You can do two things to try the network is working.

A) Use dummy drivers
B) Fire up two VMs and try to ping between them

After checking whether the network is working you can play a bit more
with network isolation

On Wed, Nov 13, 2013 at 8:31 PM, Mark Biggers mbigg...@ine.com wrote:
 ... while a Marketplace Vyatta V65R1 Router (KVM) image, boots just fine.**

 Here are the details, below.

  oneadmin  onevnet show 8

 VIRTUAL NETWORK 8 INFORMATION
 ID : 8
 NAME   : cloud
 USER   : oneadmin
 GROUP  : oneadmin
 CLUSTER: -
 TYPE   : RANGED
 BRIDGE : br0
 VLAN   : Yes
 VLAN ID: vnet_default
 USED LEASES: 2

 PERMISSIONS
 OWNER  : um-
 GROUP  : ---
 OTHER  : ---

 VIRTUAL NETWORK TEMPLATE
 DNS=192.168.1.1
 GATEWAY=192.168.122.1
 ID=3
 NETMASK=255.255.255.0
 NETWORK_ADDRESS=192.168.122.0/24
 NETWORK_MASK=255.255.255.0

 RANGE
 IP_START   : 192.168.122.1
 IP_END : 192.168.122.254

 USED LEASES
 LEASE=[ MAC=02:00:c0:a8:7a:02, IP=192.168.122.2, 
 IP6_LINK=fe80::400:c0ff:fea8:7a02, USED=1, VID=27 ]
 LEASE=[ MAC=02:00:c0:a8:7a:03, IP=192.168.122.3, 
 IP6_LINK=fe80::400:c0ff:fea8:7a03, USED=1, VID=29 ]

 VIRTUAL MACHINES

 ID USER GROUPNAMESTAT UCPUUMEM HOST 
 TIME
 27 oneadmin oneadmin vyatta-router   runn0   1024M host01   0d 
 02h25
 29 oneadmin oneadmin TTY Linux NOW   runn   99256M host01   0d 
 01h52


  oneadmin  onevm show 29

 VIRTUAL MACHINE 29 INFORMATION
 ID  : 29
 NAME: TTY Linux NOW
 USER: oneadmin
 GROUP   : oneadmin
 STATE   : ACTIVE
 LCM_STATE   : RUNNING
 RESCHED : No
 HOST: host01
 START TIME  : 11/13 11:35:22
 END TIME: -
 DEPLOY ID   : one-29

 VIRTUAL MACHINE MONITORING
 USED MEMORY : 256M
 USED CPU: 99
 NET_TX  : 0K
 NET_RX  : 0K

 PERMISSIONS
 OWNER   : um-
 GROUP   : ---
 OTHER   : ---

 VM DISKS
  ID TARGET IMAGE   TYPE SAVE SAVE_AS
   0 vdattylinux - kvm  file   NO   -

 VM NICS
  ID NETWORK  VLAN BRIDGE   IP  MAC
   0 cloud yes br0  192.168.122.3   02:00:c0:a8:7a:03
fe80::400:c0ff:fea8:7a03

 VIRTUAL MACHINE HISTORY
 SEQ HOSTACTION   REAS   STARTTIME 
 PROLOG
   0 host01  none none  11/13 11:35:30   0d 01h49m   
 0h00m01s

 USER TEMPLATE
 SCHED_REQUIREMENTS=ID=\5\

 VIRTUAL MACHINE TEMPLATE
 CONTEXT=[
   DISK_ID=1,
   ETH0_DNS=192.168.1.1,
   ETH0_GATEWAY=192.168.122.1,
   ETH0_IP=192.168.122.3,
   ETH0_MASK=255.255.255.0,
   ETH0_NETWORK=192.168.122.0/24,
   NETWORK=YES,
   SSH_PUBLIC_KEY=ssh-rsa ...
 ,
   TARGET=vdb ]
 CPU=0.4
 GRAPHICS=[
   LISTEN=0.0.0.0,
   PORT=5929,
   TYPE=VNC ]
 MEMORY=256
 OS=[
   ARCH=i686,
   BOOT=hd ]
 TEMPLATE_ID=27
 VMID=29

 

 ** That Vyatta VR VM gets no working route to the br0 bridge (another issue), 
 and is not pingable at its address from the ONE host (combined host/node, 
 developer desktop).

   Should I just forget about getting even basic ONE network (ebtables) 
 working, on openSUSE 12.3?  I am getting nowhere with it...  I Am Not A 
 Network Engineer.
 The ONE docs assume a lot of Linux NetEngr background, and/or have some 
 critical details missing.  -- I will send a follow-up email on this, I need 
 spoon-feeding, sorry.


 thank you.

 Mark Biggers
 mbigg...@ine.com
 ___
 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