Re: [openwisp] VXLAN Support

2020-07-02 Thread Federico Capoano
Hi Marco,

before upgrading, it's a good rule to always back up the VM so that if you
have any issue you can rollback.

See upgrading openwisp 2
 for
instructions.

Federico


On Thu, Jul 2, 2020 at 2:18 AM Marco Marino  wrote:

> Hi Federico, thank you for your answer. I think that an update could be
> useful. Is there some guide? On github I saw that I can use
> ansible-openwisp2 but I have few questions: Should I do some intermediate
> update? Should I clone latest version of ansible-openwisp2? Is there some
> migration that could create problems to the existing database?
> Thank you
>
> Il giorno mercoledì 1 luglio 2020 alle 16:52:01 UTC+2
> federico...@gmail.com ha scritto:
>
>> Hi Marco,
>>
>> it should be supported in OpenWRT:
>>
>> - https://openwrt.org/packages/pkgdata/vxlan
>> - https://openwrt.org/packages/pkgdata_owrt18_6/kmod-openvswitch-vxlan
>>
>> Therefore, since anything that can be done with OpenWRT can be configured
>> via OpenWISP, you can define the configuration for VXLAN using the
>> "advanced mode", the configuration engine supports the possibility of
>> defining configurations that are not part of the main schema
>> 
>>  (read
>> link for more info).
>>
>> As usual, before doing that, I suggest to find the exact configuration
>> that works manually and only then add it to OpenWISP Controller.
>>
>> Version 0.3.2 of openwisp-controller is from 3 years ago:
>> https://github.com/openwisp/openwisp-controller/releases
>>
>> Best regards
>>  Federico
>>
>>
>>
>>
>> On Wed, Jul 1, 2020 at 3:51 AM Marco Marino  wrote:
>>
>>> Hi,
>>> I'd like to know if I can create vxlan using openwisp2 and what is the
>>> correct procedure for this. Actually I'm using version 0.3.2
>>> Thank you
>>> Marco
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "OpenWISP" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to openwisp+u...@googlegroups.com.
>>> To view this discussion on the web, visit
>>> https://groups.google.com/d/msgid/openwisp/67e055a4-47b1-4260-85d7-ffb7c33f84aao%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "OpenWISP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to openwisp+unsubscr...@googlegroups.com.
> To view this discussion on the web, visit
> https://groups.google.com/d/msgid/openwisp/1942a966-cc04-4f11-88df-6f550e57bf65n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to openwisp+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/openwisp/CAERYH6WNc8SzS%2Bh7Sd3to%2BF56gvAHrfmu27o3Ps-M4gSyS38Eg%40mail.gmail.com.


Re: [openwisp] VXLAN Support

2020-07-02 Thread Marco Marino
Hi Federico, thank you for your answer. I think that an update could be 
useful. Is there some guide? On github I saw that I can use 
ansible-openwisp2 but I have few questions: Should I do some intermediate 
update? Should I clone latest version of ansible-openwisp2? Is there some 
migration that could create problems to the existing database?
Thank you

Il giorno mercoledì 1 luglio 2020 alle 16:52:01 UTC+2 federico...@gmail.com 
ha scritto:

> Hi Marco,
>
> it should be supported in OpenWRT:
>
> - https://openwrt.org/packages/pkgdata/vxlan
> - https://openwrt.org/packages/pkgdata_owrt18_6/kmod-openvswitch-vxlan
>
> Therefore, since anything that can be done with OpenWRT can be configured 
> via OpenWISP, you can define the configuration for VXLAN using the 
> "advanced mode", the configuration engine supports the possibility of 
> defining configurations that are not part of the main schema 
> 
>  (read 
> link for more info).
>
> As usual, before doing that, I suggest to find the exact configuration 
> that works manually and only then add it to OpenWISP Controller.
>
> Version 0.3.2 of openwisp-controller is from 3 years ago: 
> https://github.com/openwisp/openwisp-controller/releases
>
> Best regards
>  Federico
>
>
>
>
> On Wed, Jul 1, 2020 at 3:51 AM Marco Marino  wrote:
>
>> Hi,
>> I'd like to know if I can create vxlan using openwisp2 and what is the 
>> correct procedure for this. Actually I'm using version 0.3.2
>> Thank you
>> Marco
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "OpenWISP" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to openwisp+u...@googlegroups.com.
>> To view this discussion on the web, visit 
>> https://groups.google.com/d/msgid/openwisp/67e055a4-47b1-4260-85d7-ffb7c33f84aao%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to openwisp+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/openwisp/1942a966-cc04-4f11-88df-6f550e57bf65n%40googlegroups.com.


Re: [openwisp] VXLAN Support

2020-07-01 Thread Federico Capoano
Hi Marco,

it should be supported in OpenWRT:

- https://openwrt.org/packages/pkgdata/vxlan
- https://openwrt.org/packages/pkgdata_owrt18_6/kmod-openvswitch-vxlan

Therefore, since anything that can be done with OpenWRT can be configured
via OpenWISP, you can define the configuration for VXLAN using the
"advanced mode", the configuration engine supports the possibility of
defining configurations that are not part of the main schema

(read
link for more info).

As usual, before doing that, I suggest to find the exact configuration that
works manually and only then add it to OpenWISP Controller.

Version 0.3.2 of openwisp-controller is from 3 years ago:
https://github.com/openwisp/openwisp-controller/releases

Best regards
 Federico




On Wed, Jul 1, 2020 at 3:51 AM Marco Marino  wrote:

> Hi,
> I'd like to know if I can create vxlan using openwisp2 and what is the
> correct procedure for this. Actually I'm using version 0.3.2
> Thank you
> Marco
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenWISP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to openwisp+unsubscr...@googlegroups.com.
> To view this discussion on the web, visit
> https://groups.google.com/d/msgid/openwisp/67e055a4-47b1-4260-85d7-ffb7c33f84aao%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to openwisp+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/openwisp/CAERYH6UTiOA_rfErxOpW-nW5G4tbtUUGrvWEZ9wM8JigYzGC%2BA%40mail.gmail.com.


[openwisp] VXLAN Support

2020-07-01 Thread Marco Marino
Hi,
I'd like to know if I can create vxlan using openwisp2 and what is the 
correct procedure for this. Actually I'm using version 0.3.2
Thank you
Marco

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to openwisp+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/openwisp/67e055a4-47b1-4260-85d7-ffb7c33f84aao%40googlegroups.com.