[Bug 1704402] Re: dns-sortlist not recognized in network-config

2019-02-19 Thread Dan Watkins
Dropping this from the cloud-init Ubuntu package so we're just tracking it in one place. ** No longer affects: cloud-init (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704402 Title:

Re: [Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-11-01 Thread James Gibbins
From: David Britton <david.brit...@canonical.com> To: jfgibb...@yahoo.com Sent: Wednesday, November 1, 2017 4:50 PM Subject: [Bug 1704402] Re: dns-sortlist not recognized in network-config Hi James -- do you have an example #cloud-config that you can attach that sets up so

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-11-01 Thread David Britton
Hi James -- do you have an example #cloud-config that you can attach that sets up source-based routing (please sanitize first if required)? Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-31 Thread James Gibbins
it working by then.James From: Scott Moser <ssmoser2+ubu...@gmail.com> To: jfgibb...@yahoo.com Sent: Thursday, October 19, 2017 11:26 AM Subject: [Bug 1704402] Re: dns-sortlist not recognized in network-config ** Also affects: cloud-init   Importance: Undecided       Status: New ** C

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-27 Thread James Gibbins
Hey Scott, Been taking a deep dive into the netplan package, a la 17.10. Less than 20 minutes review, and can already see 1/2 dozen things that aren't implemented and will completely break networking in just my environment. Given its current state, I can't believe they even allowed it into

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-19 Thread Scott Moser
** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704402 Title:

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-18 Thread James Gibbins
Damn, I just realized, netplan doesn't use ifup and ifdown now, does it? That's going to completely break my source-based routing. The important part is as follows: IF_GATEWAY="$(echo "$IF_ADDRESS" | cut -d. -f1-3).254" ip route flush table "$IFACE" ip route add default via "$IF_GATEWAY" table

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-18 Thread James Gibbins
Hey Scott, was going back and forth a bit with Stephane. Something goofy stil, as I was using ubuntu-daily:artful, which should have actually failed, cause daily doesn't have artful, but has 17.10, and images:, is the opposite. so even though I specified ubuntu-daily, it seemed to still be using

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-18 Thread Scott Moser
James, sorry, can you show what you were doing ? ubuntu-daily definitely does work, with user-data and meta-data and such. I just filed bug 1724634 a few minutes ago using --config=user.user-data=... -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-18 Thread James Gibbins
Well, build with the ubuntu-daily, and there weren't even any files at /var/lib/cloud. I put up a post in lxc/lxd to inquire whether the image actually supports cloud-init under lxd with the new version. network- config, user-data, vendor-data, etc were all missing and non-functioning under lxd.

Re: [Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-18 Thread James Gibbins
<smo...@ubuntu.com> To: jfgibb...@yahoo.com Sent: Wednesday, October 18, 2017 1:11 PM Subject: [Bug 1704402] Re: dns-sortlist not recognized in network-config James, there are images in the ubuntu-daily: image repo, just not the ubuntu image repo. $ lxc launch  ubuntu-daily:artful a1 Cr

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-18 Thread Scott Moser
(I do get email on bug comments, but as you've seen sometimes I miss them). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704402 Title: dns-sortlist not recognized in network-config To manage

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-18 Thread Scott Moser
James, there are images in the ubuntu-daily: image repo, just not the ubuntu image repo. $ lxc launch ubuntu-daily:artful a1 Creating a1 Starting a1 $ lxc exec a1 -- ls -l /etc/resolv.conf lrwxrwxrwx 1 root root 39 Oct 17 21:19 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf $ lxc

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-18 Thread James Gibbins
the average regarding network configs, ovs, multi-home, custom routing, vlans, etc.  Blame it on my 30 years of networking, lol. James From: Scott Moser <smo...@ubuntu.com> To: jfgibb...@yahoo.com Sent: Wednesday, October 18, 2017 11:01 AM Subject: [Bug 1704402] Re: dns-so

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-18 Thread James Gibbins
hmm...launchpad doesn't let me edit, so adding this from systemd-resolve docs: Alternatively, /etc/resolv.conf may be managed by other packages, in which case systemd-resolved will read it for DNS configuration data. In this mode of operation systemd-resolved is consumer rather than provider of

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-18 Thread James Gibbins
While I joked about it on github, it looks like sortlist from resolv may very well be superceded by RFC 3484 when falling under systemd-resolve. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704402

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-18 Thread James Gibbins
Trying to do some testing real quick and research on systemd-resolve. Unfortunately it doesn't seem there is a cloud-init enabled version of artful yet on ubuntu: to really test. I have looked at what systemd- resolve is doing with it on 16.10 and earlier, and systemd-resolve seems to be

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-18 Thread Scott Moser
'sortlist' is new to me.. I've just never ran into it before. I can understand the usefulness of it, and you're desire to feed that information into cloud-init. The problem that I see with it is that I'm not sure what to do with that information on a 17.10 ubuntu system or any other system

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-10-09 Thread James Gibbins
3 months and not a single response? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704402 Title: dns-sortlist not recognized in network-config To manage notifications about this bug go to:

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-09-07 Thread James Gibbins
Is this site even monitored? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704402 Title: dns-sortlist not recognized in network-config To manage notifications about this bug go to:

[Bug 1704402] Re: dns-sortlist not recognized in network-config

2017-08-20 Thread James Gibbins
Beuller? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704402 Title: dns-sortlist not recognized in network-config To manage notifications about this bug go to: