Re: [openwisp] [GSoC'19] OpenWisp Template share feature and Template Library

2019-08-20 Thread Federico Capoano
Hey Noumbissi, can you make sure those instructions are in the README of
the frontend please?

Also add a link to those instructions to the backend README.

F.

On Tue, Aug 20, 2019 at 8:15 PM Noumbissi Valere 
wrote:

> Good day mentors
>
> I prepared the instructions which could be followed to get the work up and
> running on a machine.
> after this PR
>  is
> merged to the backend, these instructions can be followed.
>
>
> On Mon, Aug 19, 2019 at 2:39 AM Federico Capoano <
> federico.capo...@gmail.com> wrote:
>
>> Reviewed and merged, think about a way (eg: prepare some instructions or
>> deploy an instance somewhere online) or to help us testing your work please.
>>
>> Federico
>>
>> On Fri, Aug 16, 2019 at 10:04 AM Noumbissi Valere <
>> noumbissival...@gmail.com> wrote:
>>
>>> Good day mentors.
>>>
>>> *weekly report*
>>> This week i worked on
>>> Frontend library
>>>  .
>>> I created the structure, wrote the code for the final logics which were
>>> discussed, added the tests for the various components implemented and add
>>> some notes to the README.
>>> Backend Library
>>> .
>>> I added some notes in the readme file of this library
>>>
>>> Openwisp-controller
>>> . Increase
>>> coverage tests and updated the readme file. Concerning the last comment on
>>> this PR, I need to pass the Vpn to the Asbtract Template class. this is
>>> used to create Vpn during imports. If i move the Vpn class back down, i
>>> will get the error *which says am using Vpn before defining it.* I have
>>> search on a way round it but found none. I love to correct this too but
>>> don't know what else to do because that Vpn needs to down to the abstract
>>> class. Please can you help me on a way round this? thanks.
>>>
>>> django_netjsonconfig
>>> . Increase
>>> coverage test and updated the README file.
>>>
>>> *To do next:*
>>> Work hand in gloves with mentors to test this work to make all the
>>> necessary and cited features were implemented and equally perform changes
>>> if any is requested.
>>>
>>>
>>> On Thu, Aug 15, 2019 at 8:17 PM Federico Capoano <
>>> federico.capo...@gmail.com> wrote:
>>>
 I'm reviewing the PRs now, I should have replied to your question via
 IM.

 Fed

 On Fri, Aug 9, 2019 at 10:00 AM Noumbissi Valere <
 noumbissival...@gmail.com> wrote:

> Good day mentors.
>
> Weekly report
> This week, i worked the following PRs:
> https://github.com/openwisp/openwisp-template-library-backend/pull/8
> https://github.com/openwisp/openwisp-controller/pull/115
>
> And the frontend library. Its PR is not yet ready but as of now, it is
> possible to list templates found on the backend server, search for
> templates by name, organization and description, view template detail and
> view organization details of the template.
>
> Currently working on:
> I am currently working on social login and password management.
>
> to do next:
> -add view feature to create templates on the frontend
> -write tests
> -Send this PR
> -Perform changes if need be
> -Document all my work for the repos i have worked on for the work done.
>
> Question:
> One of the features on the project idea page is to enable admins to
> add, update and delete organizations on the frontend. My question is why
> are we doing this, each openwisp instance have this functionality already.
> I am proposing that we let admins handle organizations for the templates 
> as
> they have been doing and then on the library they create just templates. 
> on
> the library, the organization of the template can be gotten from the
> templates during its creation since each template is serialized with its
> organization field. updates will equally be done when celery launch the
> synchronization task.
>
> On Fri, Aug 2, 2019 at 10:45 PM Noumbissi Valere <
> noumbissival...@gmail.com> wrote:
>
>> Good day mentors:
>>
>> I ended with my Exams today. I know I am way behind schedule and have
>> limited time.
>> Will used the remaining week to progress and hopefully finish up.
>> This week I worked on
>> https://github.com/openwisp/django-netjsonconfig/pull/124
>> 
>>
>> Next Week.
>> I Intend to work on the Frontend library next week
>>
>>
>> On Sat, Jul 27, 2019 at 7:38 PM Noumbissi Valere <
>> noumbissival...@gmail.com> wrote:
>>
>>> Good day mentors.
>>>
>>> Sorry for the late reply,
>>> I am currently wr

Re: [openwisp] Differnce between Openwisp and Ansible Openwisp2

2019-08-20 Thread Federico Capoano
ansible-openwisp2 is the ansible role which deploys openwisp2 to a VM.

To migrate you have to deploy using ansible-openwisp2 and import your
configurations and database.

F.

On Tue, Aug 20, 2019 at 2:32 AM Amit Goyal  wrote:

> 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 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/c91998b8-ff74-4532-9f22-ccbaa27407d0%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/CAERYH6V2x8RveE50B1RgOqRN2_ydNrhQ5WfZ1hWi9hh_uEf7_A%40mail.gmail.com.


Re: [openwisp] [GSoC'19] OpenWisp Template share feature and Template Library

2019-08-20 Thread Noumbissi Valere
Hi Federico,
Ok. I will do that.
In the meantime am readily available to perform corrections on the repos if
errors were found during testing.

On Wed, Aug 21, 2019, 1:53 AM Federico Capoano 
wrote:

> Hey Noumbissi, can you make sure those instructions are in the README of
> the frontend please?
>
> Also add a link to those instructions to the backend README.
>
> F.
>
> On Tue, Aug 20, 2019 at 8:15 PM Noumbissi Valere <
> noumbissival...@gmail.com> wrote:
>
>> Good day mentors
>>
>> I prepared the instructions which could be followed to get the work up
>> and running on a machine.
>> after this PR
>>  is
>> merged to the backend, these instructions can be followed.
>>
>>
>> On Mon, Aug 19, 2019 at 2:39 AM Federico Capoano <
>> federico.capo...@gmail.com> wrote:
>>
>>> Reviewed and merged, think about a way (eg: prepare some instructions or
>>> deploy an instance somewhere online) or to help us testing your work please.
>>>
>>> Federico
>>>
>>> On Fri, Aug 16, 2019 at 10:04 AM Noumbissi Valere <
>>> noumbissival...@gmail.com> wrote:
>>>
 Good day mentors.

 *weekly report*
 This week i worked on
 Frontend library
  .
 I created the structure, wrote the code for the final logics which were
 discussed, added the tests for the various components implemented and add
 some notes to the README.
 Backend Library
 .
 I added some notes in the readme file of this library

 Openwisp-controller
 . Increase
 coverage tests and updated the readme file. Concerning the last comment on
 this PR, I need to pass the Vpn to the Asbtract Template class. this is
 used to create Vpn during imports. If i move the Vpn class back down, i
 will get the error *which says am using Vpn before defining it.* I have
 search on a way round it but found none. I love to correct this too but
 don't know what else to do because that Vpn needs to down to the abstract
 class. Please can you help me on a way round this? thanks.

 django_netjsonconfig
 . Increase
 coverage test and updated the README file.

 *To do next:*
 Work hand in gloves with mentors to test this work to make all the
 necessary and cited features were implemented and equally perform changes
 if any is requested.


 On Thu, Aug 15, 2019 at 8:17 PM Federico Capoano <
 federico.capo...@gmail.com> wrote:

> I'm reviewing the PRs now, I should have replied to your question via
> IM.
>
> Fed
>
> On Fri, Aug 9, 2019 at 10:00 AM Noumbissi Valere <
> noumbissival...@gmail.com> wrote:
>
>> Good day mentors.
>>
>> Weekly report
>> This week, i worked the following PRs:
>> https://github.com/openwisp/openwisp-template-library-backend/pull/8
>> https://github.com/openwisp/openwisp-controller/pull/115
>>
>> And the frontend library. Its PR is not yet ready but as of now, it
>> is possible to list templates found on the backend server, search for
>> templates by name, organization and description, view template detail and
>> view organization details of the template.
>>
>> Currently working on:
>> I am currently working on social login and password management.
>>
>> to do next:
>> -add view feature to create templates on the frontend
>> -write tests
>> -Send this PR
>> -Perform changes if need be
>> -Document all my work for the repos i have worked on for the work
>> done.
>>
>> Question:
>> One of the features on the project idea page is to enable admins to
>> add, update and delete organizations on the frontend. My question is why
>> are we doing this, each openwisp instance have this functionality 
>> already.
>> I am proposing that we let admins handle organizations for the templates 
>> as
>> they have been doing and then on the library they create just templates. 
>> on
>> the library, the organization of the template can be gotten from the
>> templates during its creation since each template is serialized with its
>> organization field. updates will equally be done when celery launch the
>> synchronization task.
>>
>> On Fri, Aug 2, 2019 at 10:45 PM Noumbissi Valere <
>> noumbissival...@gmail.com> wrote:
>>
>>> Good day mentors:
>>>
>>> I ended with my Exams today. I know I am way behind schedule and
>>> have limited time.
>>> Will used the remaining week to progress and hopefully finish up.
>>> This week I worked on
>>> https://github.com/openwisp/django-netjsonconfig/pull/124
>>> 

Re: [openwisp] Re: [GSoC'19] Dockerize of OpenWISP

2019-08-20 Thread Federico Capoano
On Mon, Aug 19, 2019 at 8:36 AM Ajay Tripathi  wrote:

> Great, thanks.
>
> *The following are ready for review:*
>
> - https://github.com/openwisp/openwisp-controller/pull/116
> - https://github.com/openwisp/django-netjsonconfig/pull/127
> - https://github.com/openwisp/django-x509/pull/62
> - https://github.com/openwisp/docker-openwisp/pull/59
> - https://github.com/openwisp/docker-openwisp/pull/60
>
>
Merged / reviewed.

-- 
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/CAERYH6VznRfeRYJWq%3DQNF3uYBJmg-Zg%2BhrxBVV6iZGZY5V5KaA%40mail.gmail.com.