-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Linux Openwrt #1412
Conversation
47d3e61
to
71952d7
Compare
Is there anything I can do to help the review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments for you.
9405d50
to
384125f
Compare
Hi @plessisa, In our end to end tests with your PR, we are seeing the following errors showing up - |
Signed-off-by: Plessis <aplessis@rbbn.com>
Signed-off-by: Plessis <aplessis@rbbn.com>
Signed-off-by: Plessis Adrien <adr.plessis@gmail.com>
Signed-off-by: Plessis <aplessis@rbbn.com> Fix indentation issue Signed-off-by: Plessis <aplessis@rbbn.com>
Hi @vrdmr, I rebased the PR today. I will investigate this issue on Debian. |
Thanks. I'll start another series of tests based on your fork:branch.
Thanks.
…On Fri, Jan 11, 2019 at 2:25 AM plessisa ***@***.***> wrote:
Hi @vrdmr <https://github.com/vrdmr>, I rebased the PR today. I will
investigate this issue on Debian.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1412 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA_6AAZjBn_9QnJ4_Qm2OnIXQZ0KJyVMks5vCGaIgaJpZM4Y-ZHg>
.
|
Signed-off-by: Plessis <aplessis@rbbn.com>
@vrdmr I am not able to reproduce this issue on Debian. Can you? |
@plessisa Sorry for the delay -- I'll try to look into this next week - this week is fully booked |
@narrieta - Integration tests passed. Automation OK. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@narrieta - Could you please take a second look.
bin/waagent2.0
Outdated
@@ -2156,6 +2157,132 @@ class FreeBSDDistro(AbstractDistro): | |||
def routeAdd(self, net, mask, gateway): | |||
Run("/sbin/route add -net " + net + " " + mask + " " + gateway, chk_err=False) | |||
|
|||
|
|||
############################################################ | |||
# OpenWRTDistro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are currently not supporting waagent2.0 version of the agent. This code is deprecated and you can remove this change from the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I did removed the wagent2.0 change
Description
The WALinuxAgent does not support Linux Openwrt. The pull request allow to support it. There is a first Commit to bring basic support, then few additional commit to fix area that have to be handle specifically for Linux Openwrt
Issue #1380
This patch contains:
Read the Openwrt version file to determine if we are running on openwrt
Reference to class OpenWRTOSUtil
Add class OpenWRTOSUtil
Reference to class OpenWRTResourceDiskHandler
Add class OpenWRTResourceDiskHandler
Provide support for Openwrt action
Provide init file for Openwrt
Separate the workflow of Openwrt
PR information
Quality of Code and Contribution Guidelines