Re: [openwisp] Introduction and Guidance from mentors for contributing

2020-12-28 Thread Valere Gille Geovan Noumbissi
Hello Mohit Makwana, Welcome to OpenWISP. here is a great place to start : https://openwisp.io/docs/developer/contributing.html On Mon, Dec 28, 2020 at 1:32 PM Mohit Makwana wrote: > Hey all! I am a cse fresher from Bits Pilani, and new to open-source. I > like the features provided by

Re: [openwisp] Multi tenancy in openwisp controller

2020-06-23 Thread Valere Gille Geovan Noumbissi
Hello Amit, Yes there is On Tue, Jun 23, 2020, 9:40 AM Prithvi Star wrote: > Hi > > After using successfully openwisp-controller , my team wants to implement > multi-tenancy where landing page should display only template/devices > belong to organization that current user belong . > Is there

Re: [openwisp] Disable dhcp server for interface lan

2020-04-28 Thread Valere Gille Geovan Noumbissi
Hello Perry, When you leave the *addresses* key empty, that is leaving "addresses" : [], it is default to dhcp , to turn this off, you need to manually supply an address, an example for the address key could look like this; "addresses": [ { "proto": "static",

Re: [openwisp] [dev] Running tests in parallel

2020-04-26 Thread Valere Gille Geovan Noumbissi
Hello Federico, This will be awesome. I have done a quick check and found the following: - according to https://docs.travis-ci.com/user/reference/overview/ , the docker build should have just 2 cores available - but the report from https://travis-ci.community/t/nproc-reports-32-cores-on-arm64/5851