Great work Ajay, what are your next steps?
Is your kanban board ready with all the issues yet?
Hello,
On Sunday, May 19, 2019 at 11:44:15 PM UTC+5:30, Federico Capoano wrote:Great work Ajay, what are your next steps?There are 3 things I am looking into right now:
- Basic best practices to reduce image size.- Solving the nginx header issues - (issue #1).- Creating the websocket image.
Other than that, I am also looking into travis-ci testing script.
I will come back to travis-ci in next week's report. :-)
Is your kanban board ready with all the issues yet?Yes, I have put all the issues in the kanban board now.It's general but I am going to make it more and more specific as I get a better idea.
--
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/CAERYH6X-HRf2UAGTiaDhZsz3epf%3DgLgAKdaZ%2BSdKZCMaS8G_uw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
I'm trying to deploy in GKE but I'm stuk on nfs-server.I'm able to deploy and configure nfs-server pod and service, claim the NGS volume but for some reason the mount in the container fails.
--
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/5e1a3260-e24a-4690-9cbd-42e5d0927b3f%40googlegroups.com.
spec:
volumes:
- name: nfs-volume
nfs:
server: nfs-server.k8s-openwisp-8664319.svc.cluster.local
path: "/"
readOnly: false--
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/7372bbc9-ace4-4909-b3b6-2524fb898add%40googlegroups.com.
Hi,Weekly Updates:Review:Review 1> Pull request #27[1] is waiting for review and there are more pull requests to be added in queue after this one.Question(s):Question 1> From my understanding at this point regarding websockets. I don't think daphane needs to be scaled up, only the django worker needs to be scaled. So, I think it makes sense to put daphane in it's own container and runworker in a seperate container. Please let me know if that sounds good. :-)
Question 2> I am getting 502 on adding new user in fresh installation (Ubuntu) after following the instructions in ansible-openwisp2. Error is not logged in the `openwisp2/log/` folder. Trying to debug it but I am not able to find postfix logs. Can you please give me pointers on where can I find it?
Major tasks:Task 1> Created Websocket image: https://github.com/atb00ker/docker-openwisp/commit/f6db4f8c218c3bd072052709906eb57b51a8d98cTask 2> Created postfix image: https://github.com/atb00ker/docker-openwisp/commit/d0b257d086bf056c342d9d4cccc768c3904fac05Task 3> Created documentation for environment variables: https://github.com/atb00ker/docker-openwisp/blob/docs/docs/ENV.mdTask 4> Worked on urlpatterns to fix Error 500(s) in current deployment: https://github.com/atb00ker/docker-openwisp/commit/7f8498793d48bbd7da0576d824e4cfbb35e8ebc1Next:Next Task 1> Fix the remaing urlpatterns.Next Task 2> Looking into uniform method for Logging across all containers to stdout.Next Task 3> Creating celery image.
--
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/b1bd1bf0-7ba3-4b19-a221-d2e6d8855760%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+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/ff2b1c0e-eacd-41ec-a3f5-fa53412d8c16%40googlegroups.com.
Hello,Weekly update:Most of my week was about fighting the issue #40: https://github.com/openwisp/docker-openwisp/issues/40 (Update included in the issue itself.)
Next Week:In 2 days, I will be leaving for the GCI trip. I will return from the trip on Friday. (28th June) and I will update aboutthe next issue I am going to start in the next week's mail.
Let's schedule a call to discuss this issue so you can explain me in detail.
Hi,
Weekly update:1. Worked on freeradius image and a draft pull request is available here: https://github.com/openwisp/docker-openwisp/pull/442. Worked on OpenVPN image and branch is available here: https://github.com/atb00ker/docker-openwisp/tree/openvpnNext Week:1. Completing OpenVPN and making the pull request.2. Working on the Celery image (again).Action required:
1. Please let me know about the expected default configurations for the OpenVPN. (Currently working on dummy configurations.)
Hello,Weekly update:1. Worked on freeradius image2. Worked OpenVPN pull request.Waiting for review on:
Next Week:1. Working on running the periodic tasks of the radius and network-topology containers.
--
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/2a5effde-0afd-421e-85ee-1182abed569b%40googlegroups.com.
Great, remember the periodic tasks, without those tasks some modules won't work as they should.
Hello,The following are ready for review:
Next:1. Celery-beat (for periodic tasks for radius and network-topology), will make the pull after #48 is merged.2. Selenium: Moving tests to selenium because shell script is unreliable.