Re: [osv-dev] Re: [PATCH 14/16] cloud-init: Added support for Network v1 and ConfigDrive data source

2019-12-10 Thread Rick Payne
Hi, > If you are interested and have time to help me, I am willing to > create ipv6 branch and apply the remaining patches in this series to > it. That way we can independently test it before we apply them to the > master branch. But I would need some help. I do not have expertise in > networking

Re: [osv-dev] Re: [PATCH 14/16] cloud-init: Added support for Network v1 and ConfigDrive data source

2019-12-10 Thread Waldek Kozaczuk
Hi, On Tuesday, December 10, 2019 at 9:02:25 AM UTC-5, rickp wrote: > > Hi, > > On Tue, 2019-12-10 at 05:43 -0800, Waldek Kozaczuk wrote: > > Hi, > > > > I think that Nadav had some code review comments he hoped to get > > resolved before he could apply the entire series. I think he did > >

Re: [osv-dev] Re: [PATCH 14/16] cloud-init: Added support for Network v1 and ConfigDrive data source

2019-12-10 Thread Rick Payne
Hi, On Tue, 2019-12-10 at 05:43 -0800, Waldek Kozaczuk wrote: > Hi, > > I think that Nadav had some code review comments he hoped to get > resolved before he could apply the entire series. I think he did > apply couple of the very first and trivial ones though. I wonder if > some of the

[osv-dev] Re: [PATCH 14/16] cloud-init: Added support for Network v1 and ConfigDrive data source

2019-12-10 Thread Waldek Kozaczuk
Hi, I think that Nadav had some code review comments he hoped to get resolved before he could apply the entire series. I think he did apply couple of the very first and trivial ones though. I wonder if some of the individual patches like this one can be applied piece by piece. All in all, I

[osv-dev] Re: [PATCH 14/16] cloud-init: Added support for Network v1 and ConfigDrive data source

2019-12-09 Thread Rick Payne
I don't see that this was applied? The reason I ask is that we're using cloud-init to set the IP addresses on multiple interfaces inside OSv (to separate database traffic from the protocols). I have a secondary patch to turn off dhcp that we also use. I have my own network-module.cc, as I

Re: [PATCH 14/16] cloud-init: Added support for Network v1 and ConfigDrive data source

2018-08-13 Thread Nadav Har'El
All looks good. Thanks. -- Nadav Har'El n...@scylladb.com On Tue, Aug 7, 2018 at 5:49 AM, Charles Myers wrote: > https://cloudinit.readthedocs.io/en/latest/topics/network- > config-format-v1.html > > Currently only interface naming, static IP, routes and DNS are supported. > > Signed-off-by:

[PATCH 14/16] cloud-init: Added support for Network v1 and ConfigDrive data source

2018-08-06 Thread Charles Myers
https://cloudinit.readthedocs.io/en/latest/topics/network-config-format-v1.html Currently only interface naming, static IP, routes and DNS are supported. Signed-off-by: Charles Myers --- modules/cloud-init/Makefile | 2 +- modules/cloud-init/main.cc | 77 +---