Need for documentation about switch wrapper

Asked by Nicola Grana

I am trying to configure a switch wrapper. I don't know the correct syntax for "path" parameter and I can't find any documentation about virtualbriks networking. Thank you in advance for any hints.

Question information

Language:
English Edit question
Status:
Solved
For:
Virtualbricks Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Francesco Apollonio (lorddex) said :
#1

Hi Nicola,

switch wrapper is a wrapper for the VDE component that can be used to
insert into your project a vde switch created and run outside
virtualbricks.

To use it you have to:

1) run a new vde switch (using a console, a init script, ..) with these options:
-s /var/run/switch/sck -m 660 -g kvm
where the first one is the path you want to create the control socket,
and -g parameter must be a group of your linux machine (here in the
example i have a group called kvm)
2) in virtualbricks, add a new switch wrapper component, configure it
inserting the same path of the -s parameter into the only one
parameter of the configuration panel.
Francesco

On 5 August 2013 13:21, Nicola Grana
<email address hidden> wrote:
> New question #233557 on Virtualbricks:
> https://answers.launchpad.net/virtualbrick/+question/233557
>
> I am trying to configure a switch wrapper. I don't know the correct syntax for "path" parameter and I can't find any documentation about virtualbriks networking. Thank you in advance for any hints.
>
> --
> You received this question notification because you are a member of
> Virtualbricks, which is an answer contact for Virtualbricks.

Revision history for this message
Francesco Apollonio (lorddex) said :
#2

solved