Re: [one-users] Host-based VLAN Through OCCI, OpenNebula v3.0

2011-12-23 Thread Ruben S. Montero
Hi Hutson Thanks for sharing!!! :) Cheers On Thu, Dec 22, 2011 at 11:07 PM, Hutson Betts wrote: > For those who are interested in Host-based VLAN for OpenNebula v3.0, > through the OCCI interface, here is the patch included at the bottom of > this e-mail. This is only a temporary patch meant

[one-users] Host-based VLAN Through OCCI, OpenNebula v3.0

2011-12-22 Thread Hutson Betts
For those who are interested in Host-based VLAN for OpenNebula v3.0, through the OCCI interface, here is the patch included at the bottom of this e-mail. This is only a temporary patch meant for those who are, like me, stuck with v3.0 for a while, but still need that specific feature. Also, don't f

Re: [one-users] Host-Based VLAN

2011-12-13 Thread Daniel Molina
Dear Hutson, We have included this functionality in the master branch. You can find a new file called "network.erb", this file will be used to build the network template, so you can add values such as PHYDEV, VLAN, BRIDGE... http://dev.opennebula.org/projects/opennebula/repository/revisions/maste

Re: [one-users] Host-Based VLAN

2011-12-04 Thread Hutson Betts
Is it safe to assume this could be accomplished in the OCCI Templates, i.e. small.erb, etc.? Say, using: PHYDEV = "eth0" In small.erb? By "up-ported" I assume you mean that this functionality will be in the OCCI conf file at a later time. -- Hutson Betts Computer Science and Engineering Texas A

Re: [one-users] Host-Based VLAN

2011-12-04 Thread Ruben S. Montero
Hi Hutson, This is functionality is now being "up-ported" from OpenNebula core to the cloud APIs. The approach will be similar to that used for VM templates. The site admins will provide a base template for the site and vlan drivers. And the user will only deal with IP ranges... Cheers and thanks

[one-users] Host-Based VLAN

2011-12-02 Thread Hutson Betts
I have a question regarding virtual networking by VLAN tagging using OpenNebula's OCCI server. Under the current OCCI implementation, and documentation, you specify the bridge on which all vnets will be attached. This is accomplished by configuring the following option: # Configuration for OpenNe