Re: [openwisp] Cache implementation for checksum value

2020-08-31 Thread Amit
Hi Federico Thanks for inputs . will check same. On Friday, August 28, 2020 at 10:09:34 PM UTC+5:30 federico...@gmail.com wrote: > Hi Amit, > > it should be pretty easy to cache this part. > OpenWISP uses django, the documentation for using the cache is here: > https://docs.dj

[openwisp] Cache implementation for checksum value

2020-08-28 Thread Amit
Hello We are getting 503 queue length full when thousands of AP get registreed at openwisp. After investigation , we thought of implementing cache for checksum value . did anyone implement cache like memcache or dbcache for openwisp ? or any other type , please share details Amit -- You

[openwisp] Request Queue Full error

2020-07-14 Thread Amit
Hi When 3-4 Admin user start using openwisp and do same action e.g. (tagging of template to AP ) , we are getting below error *503 Service Unavailable * * Request Queue Full * Is there any Queue setting in openwisp ? or any thing else need to be modified ? Amit -- You received

[openwisp] Re: Grouping of Device on basis of OS value or Grouping of Templates on basis of Tags

2020-07-02 Thread Amit
Hi Ajay Thanks for reply! Can we add more filter like Filter By OS or filter for other fields ? On Thursday, July 2, 2020 at 3:55:41 PM UTC+5:30, Ajay Tripathi wrote: > > Hi, > > On Thursday, July 2, 2020 at 12:56:02 PM UTC+5:30, Amit wrote: > >> Let's say there are 10

[openwisp] Grouping of Device on basis of OS value or Grouping of Templates on basis of Tags

2020-07-02 Thread Amit
Hi Federico Could you please suggest on below requirement. Let's say there are 10 devices of OS type 'X' and 10 devices of OS type 'Y'. Can it be group on basis on OS value and display in openwisp ? Also Can template be grouped on basis of Tag value ? Thanks in advance! Regards Amit

Re: [openwisp] Multi tenancy in openwisp controller

2020-06-24 Thread Amit
On Tue, Jun 23, 2020 at 4:34 AM Prithvi Star > wrote: > >> Hello Noumbissi >> >> Thanks for reply ! >> Can you please share more details ? How it can be integrated with 0.3.2 >> version ? >> >> On Tuesday, June 23, 2020 at 2:46:09 PM UTC+5:30, Noumbissi

[openwisp] [OpenWisp-AP Registration] -: Device registration from backend via API/Script

2019-07-05 Thread Amit Goyal
can pass these information as arguments and register AP in openwisp. Regards Amit -- 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 openwis

[openwisp] Re: Openwisp Device Configuration

2019-07-05 Thread Amit Goyal
Hi Federico I want to register AP in openwisp through backend API. e.g. I have AP information in csv file and want to register AP using this csv file information. Is there any API or Script exist in openwisp where I can pass all information as arguments and register AP. On Tuesday, July 10,

Re: [openwisp] Re: [OpenWisp-AP Registration] -: Device registration from backend via API/Script

2019-07-11 Thread Amit Goyal
to share shared_secret due to security reason and UUID & Key is generated by Openwisp itself . Is there way we can generate UUID & Key using Device Mac Address ? Thanks for advance ! Regards Amit On Wednesday, July 10, 2019 at 6:41:56 PM UTC+5:30, Federico Capoano wrote: > > T

Re: [openwisp] Re: [OpenWisp-AP Registration] -: Device registration from backend via API/Script

2019-07-12 Thread Amit Goyal
Thanks a lot Federico for your help! I will start implementation as per your suggestion now . Regards Amit On Thursday, July 11, 2019 at 6:22:11 PM UTC+5:30, Federico Capoano wrote: > > On Thu, Jul 11, 2019 at 3:48 AM Amit Goyal > wrote: > >> Hi Federico >> >> T

Re: [openwisp] Re: [OpenWisp-AP Registration] -: Device registration from backend via API/Script

2019-07-16 Thread Amit Goyal
and ip persisitent route is added and I am able to access openwisp via http://172.18.0.2:8000 Could you please help here . On Friday, July 12, 2019 at 12:34:55 PM UTC+5:30, Amit Goyal wrote: > > Thanks a lot Federico for your help! I will start implementation as per > your sugge

[openwisp] Differnce between Openwisp and Ansible Openwisp2

2019-08-20 Thread Amit Goyal
Hi Openwisp Team What is basic differences between openwisp and Ansible openwisp ? Right now We are using Openwisp-Controller 0.3.2 with Postgres SQL Database . How to migrate from openwisp to Ansible Openwisp ? Please provide details . Thanks In Advance Regards Amit -- You received

[openwisp] Need to add one more field template information in device table of openwisp UI

2019-08-29 Thread Amit Goyal
Hi Openwisp Team I am very new to Django Frame work and don't know complete details of openwisp django frame work. I need to add one more field in device table of Openwisp UI . New Field-: Template linked to Device Changes expecting -: 1-: Query fetching device table information 2-: UI

Re: [openwisp] openwisp with HTTPS

2019-08-29 Thread Amit Goyal
a reverse proxy with nginx, which should > be configured to serve requests via HTTP. > > F. > > On Mon, Aug 26, 2019 at 8:06 AM Amit Goyal > wrote: > >> Hi >> >> How to run openwisp with HTTPS security ? >> Please share details if any . >> >>

Re: [openwisp] openwisp with HTTPS

2019-08-29 Thread Amit Goyal
Thanks Oliver ! It would helped a lot On Monday, August 26, 2019 at 7:11:23 PM UTC+5:30, Oliver Kraitschy wrote: > > On Mon, Aug 26, 2019 at 05:06:35AM -0700, Amit Goyal wrote: > > Hi > > > > How to run openwisp with HTTPS security ? > > Please share d

[openwisp] openwisp with HTTPS

2019-08-26 Thread Amit Goyal
Hi How to run openwisp with HTTPS security ? Please share details if any . Amit -- 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 openwis

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-04 Thread Amit Goyal
UTC+5:30, Noumbissi Valere wrote: > > Hello Amit, > > The relationship between Device and Template is found in the Config model. > You can add a custom modelAdmin field to the DeviceAdmin found in > openwisp_controller.config.admin.py file. > once you've cr

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-04 Thread Amit Goyal
Hello Noumbissi Sorry by mistake I have added one more text , that's why it was not working . removed extra text and update code. It's working now. Thanks a lot for your help ! On Wednesday, September 4, 2019 at 12:36:54 PM UTC+5:30, Noumbissi Valere wrote: > > Hello Amit, &

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-06 Thread Amit Goyal
e file in the container? Did you rebuild the container? > > On Wed, Sep 4, 2019, 3:06 AM Noumbissi Valere > wrote: > >> Hello Amit, >> >> did the openwisp-controller restart without any errors? and is the normal >> flow of adding new devices working without any er

[openwisp] Re: trouble using PostgreSQL as a db for OpenWISP2

2019-07-29 Thread Amit Goyal
Thanks Ajay ! On Saturday, July 27, 2019 at 12:53:25 AM UTC+5:30, Ajay Tripathi wrote: > > Hello, > > On Friday, July 26, 2019 at 12:47:26 PM UTC+5:30, Amit Goyal wrote: >> >> Hi >> >> Can you share all details about PostgreSQL migration in openwisp . I al

[openwisp] Re: trouble using PostgreSQL as a db for OpenWISP2

2019-07-26 Thread Amit Goyal
Hi Can you share all details about PostgreSQL migration in openwisp . I also want to change DB from SQLite to postgresql in openwisp. Any help would be appreciated. . Thanks in advance! On Sunday, July 14, 2019 at 1:28:20 AM UTC+5:30, unracer wrote: > > Solved! Thanks a lot, Ajay! > -- You

[openwisp] Re: Openwisp Centos 7

2019-07-26 Thread Amit Goyal
Hi Thanks Ajay for prompt response ! Is there any guidance or help available for building openwisp with centos ? Regards Amit On Wednesday, July 24, 2019 at 9:53:18 AM UTC+5:30, Ajay Tripathi wrote: > > Hello, > > On Tuesday, July 23, 2019 at 3:59:44 PM UTC+5:30, Amit

[openwisp] Re: [OpenWisp-AP Registration] -: Device registration from backend via API/Script

2019-07-10 Thread Amit Goyal
Hi , Can someone help here ? On Friday, July 5, 2019 at 4:28:50 PM UTC+5:30, Amit Goyal wrote: > > Hi > > I have requirement of registering AP in openwisp from backend. Client is > providing AP information like name , mac address etc in csv file . > We have to get all informa

[openwisp] Create organisation with fixed seceret key during start of openwisp

2019-10-02 Thread Amit Goyal
Hi We want to create organisation with fixed secret key during openwisp start up as we can create superuser during startup . Is it possible to do ? Please let me know details . Thanks Amit -- You received this message because you are subscribed to the Google Groups "OpenWISP&q

Re: [openwisp] Create organisation with fixed seceret key during start of openwisp

2019-10-03 Thread Amit Goyal
isp/manage.py shell* > > only the name field is required. so you can leave out the other fields. > But i think its good you put them. > > > On Thu, Oct 3, 2019 at 8:42 AM Amit Goyal > wrote: > >> Sorry I could not see any ! >> >> Is there way to create custom

Re: [openwisp] Create organisation with fixed seceret key during start of openwisp

2019-10-04 Thread Amit Goyal
wrote: > > You have to use this model: > https://github.com/openwisp/openwisp-controller/blob/master/openwisp_controller/config/models.py#L229 > > > Fed > > On Thu, Oct 3, 2019 at 8:03 AM Amit Goyal > wrote: > >> Hi Noumbissi >> >> I a

Re: [openwisp] Create organisation with fixed seceret key during start of openwisp

2019-10-02 Thread Amit Goyal
Hi Noumbissi Thanks for replying ! Where it is created ? I cannot see any default organisation in table openwisp_users_organization. We want to fixed the secret key for that organisation! On Thursday, October 3, 2019 at 11:06:00 AM UTC+5:30, Noumbissi Valere wrote: > > Hell

Re: [openwisp] Create organisation with fixed seceret key during start of openwisp

2019-10-03 Thread Amit Goyal
ge.py shell* On Thursday, October 3, 2019 at 12:09:00 PM UTC+5:30, Noumbissi Valere wrote: > > Check the *organization* table. You should see a default organization there > > On Thu, Oct 3, 2019, 6:42 AM Amit Goyal > > wrote: > >> Hi Noumbissi >> >> Thanks

Re: [openwisp] Create organisation with fixed seceret key during start of openwisp

2019-10-03 Thread Amit Goyal
with mapping of organization id from openwisp_users_organization table . Do you have idea how can we create entry in config_organizationconfigsettings once get created in openwisp_users_organization ? Thanks in Advance! Regards Amit On Thursday, October 3, 2019 at 12:23:21 PM UTC+5:30, Noumbissi Valere

[openwisp] Enable API for config_config_templates table

2019-12-20 Thread Amit Goyal
ng api for this table . Please share if any reference . Thanks Amit -- 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...@googlegro

Re: [openwisp] Enable API for config_config_templates table

2019-12-20 Thread Amit Goyal
ok thanks Federico ! I will look into this On Friday, December 20, 2019 at 2:40:35 PM UTC+5:30, Federico Capoano wrote: > > Hi Amit, > > Templates have a many2many relationship to config. The intermediate table > which keeps track of how many config objects a template is a

[openwisp] openwisp Controller UI's user password change

2020-04-14 Thread Amit Goyal
t.com', '$OPENWISP_ADMIN_PASS')" | python3 /home/openwisp/manage.py shell Is something same solution or any scripts possible which can be used for changing password of particular user ? Thanks In Advance! Regards Amit -- You received this message because you are subscribed to the Goo

Re: [openwisp] Push protocol in place of Pull configuration

2020-03-25 Thread Amit Goyal
Hi Federico ok Thanks . On Tuesday, March 24, 2020 at 8:12:55 PM UTC+5:30, Federico Capoano wrote: > > > > On Tue, Mar 24, 2020 at 2:35 AM Amit Goyal > wrote: > >> Hi Federico >> >> Thanks for information ! >> >> Can we enable API for th

[openwisp] Impact of USE_TZ = False or True

2020-03-19 Thread Amit Goyal
Hi There is variable USE_TZ = False in setting.py. What is impact of this if set to False or True. I tried both value but could not see any differnce in openwisp . -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group

Re: [openwisp] Push protocol in place of Pull configuration

2020-03-20 Thread Amit Goyal
Hi Oliver Thanks for prompt reply. Where I can find "Network Device Credentials" in openwisp ? Regards Amit On Friday, March 20, 2020 at 1:07:43 PM UTC+5:30, Oliver Kraitschy wrote: > > Hello Amit, > > openwisp-controller has a connections feature which allows to pus

Re: [openwisp] Impact of USE_TZ = False or True

2020-03-20 Thread Amit Goyal
Hello Oliver Thanks for sharing information ! It mean , we should keep USE_TZ = False in case database is Postgresql , Right Thanks Amit On Thursday, March 19, 2020 at 1:57:00 PM UTC+5:30, Oliver Kraitschy wrote: > > Hello Amit, > > see the explanation in the django d

[openwisp] Push protocol in place of Pull configuration

2020-03-20 Thread Amit Goyal
Hi Presently OpenWisp device pull configuration from openwisp and update conflagration on their side . Does OpenWisp support push configuration where we can push changes to openwisp Device . Please share if there any such implementation already exist in openwisp . Regards Amit -- You

[openwisp] Re: Google Code-In: Mentors wanted

2017-11-03 Thread AMIT KUMAR JAISWAL
. I can commit 6-8 hrs/week for a single task and can strech my commitment beyond this if mentoring multiple tasks (as per the requirements). Cheers Amit Kumar Jaiswal On Wednesday, October 18, 2017 at 5:36:02 PM UTC+5:30, Federico Capoano wrote: > > Hi everyone, > > we are th

[openwisp] How get selected as GSoC 2018 student

2018-02-13 Thread Amit Kumar Singh
Hello All, I am very happy as OpenWISP is selected as GSoC 2018 organization. Few months back I tried to apply for Google Code-In but I got late and due to this I was not selected. And this time I have GSoC and I really don't to let this opportunity go. It would be great if someone could help