Appreciate that.  I always forget about daily.  So spun it up, and due to 
netplan, everything networking broke, as in network-config was ignored, and 
cloud-init couldn't use any of it.  I'm guessing that netplan is supported 
using Networking Config Version 2 — Cloud-Init 17.1 documentation?  I currently 
use Version 1.  FYI, sortlist under the old method, ie version 1, does no harm 
under netplan.  It in fact does the same as the rest of the network config, 
nothing, lol.
  
|  
|   |  
Networking Config Version 2 — Cloud-Init 17.1 documentation
   |  |

  |



      From: Scott Moser <[email protected]>
 To: [email protected] 
 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
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 exec a1 -- cat /etc/resolv.conf# This file is managed by 
man:systemd-resolved(8). Do not edit.
#
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.
nameserver 127.0.0.53

search lxd

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1704402

Title:
  dns-sortlist not recognized in network-config

Status in cloud-init package in Ubuntu:
  New

Bug description:
  I'm using LXD with Ubuntu images, and cloud-init to do initial setup
  of container.  I'm not sure, but I believe the issue is in cloud-init,
  but would appreciate a pointer to the right location if not.
  Currently using network-config meta data, cloud-init takes the
  following config and converts correctly:

  version: 1
  config:
  - type: physical
    name: eth0
  - type: nameserver
    address: ['xx.xx.xx.xx']
    search: ['example.local', 'example.org']

  However including the following line is not recognized:

    sortlist: ['xx.xx.xx.xx', 'xx.xx.xx.xx']

  Please add support for this standard nameserver option.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1704402/+subscriptions

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1704402/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to