~smoser/ubuntu/+source/open-iscsi:bug/1715468-test-support-systemd-resolved

Last commit made on 2017-09-07
Get this branch:
git clone -b bug/1715468-test-support-systemd-resolved https://git.launchpad.net/~smoser/ubuntu/+source/open-iscsi
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
bug/1715468-test-support-systemd-resolved
Repository:
lp:~smoser/ubuntu/+source/open-iscsi

Recent commits

ad9e6fc... by Scott Moser

support resolvconf and resolved .. zesty fun.

33de4ec... by Scott Moser

allow ISCSI_TEST_RELEASE to set the release for easier testing.

be1911c... by Scott Moser

improve test to also look for search entries.

3c93295... by Scott Moser

update changelog

c020266... by Scott Moser

debian/tests/test-open-iscsi.py: query systemd-resolved if present.

if systemd-resolved is managing resolve.conf (rather than resolvconf)
then we need to look at its '--status' output to see if the dns server
was configured.

LP: #1715468

94799a2... by Scott Moser

patch-image updates to allow install a deb

7aad385... by Scott Moser

cleanup: fix debug message for initrd.

f8353d6... by Scott Moser

patch-image: debug message fix.

a9fd7e8... by Nish Aravamudan

Update ubuntu/devel from 2.0.874-2ubuntu2 to 2.0.874-4ubuntu1

Prior ubuntu/devel commit: 72ad0f465c7e478eb33bdcab05d5bbb892c65439
New ubuntu/devel commit: 75fe0e57ce12d31c121d5215187238362833eebf

75fe0e5... by Nish Aravamudan

Import patches-unapplied version 2.0.874-4ubuntu1 to ubuntu/artful-proposed

Imported using git-ubuntu import.

Publish parent: c7f1cae15f4fcfbbe656b2381b735197c82c46bb
Upload parent: 858a127c1cdf346de9518a7414702a3d3b72c119

New changelog entries:
  * Merge with Debian unstable. Remaining changes:
    - debian/tests: Add Ubuntu autopkgtests.
    - debian/iscsi-network-interface.rules, debian/net-interface-handler,
      debian/open-iscsi.install:
      Prevent network interface that contains iscsi root from bouncing
      during boot or going down during shutdown.
      Integrates with resolvconf and initramfs code that writes
      /run/initramfs/open-iscsi.interface
    - debian/open-iscsi.maintscript: clean up the obsolete
      iscsi-network-interface upstart job, file on upgrade.
    - Let iscsid systemd job run in privileged containers but not in
      unprivileged ones
    - Start open-iscsi systemd job when either /etc/iscsi/nodes or
      /sys/class/iscsi_session have content
      Based on patch by Nish Aravamudan, thanks! (LP #1576341)
    - add IPv6 support
      + add support for IPV6{DOMAINSEARCH,DNS0,DNS1} to net-interface-handler
        LP #1621507
      + Source /run/net6-*.conf when needed.
      + debian/extra/initramfs.local-top: handle IPv6 configs being
        shipped in DEVICE6 or /run/net6-*.conf in the initramfs, so we
        can fill in /run/initramfs/open-iscsi.interface (LP #1621507)
  * Drop:
    - d/extra/initramfs.local-top: When booting from iBFT,
      set the PROTO= entry in /run/net-*.conf accordingly,
      so that other tools, such as cloud-init, can use that
      information. (cloud-init fails if the current PROTO=none
      is used.) (LP: #1684039) (Closes: #866213)
      [ Fixed in Debian 2.0.874-4 ]
  * d/t/test-open-iscsi.py: drop test_daemon test
    - With the updates to the systemd units, the services do not run
      unless iSCSI is configured.
  * [0347300] initramfs: populate PROTO= entry in /run/net-*.conf from iBFT
    (Closes: #866213)
  * [e506ea0] udeb: don't update initramfs when iSCSI is not used.
    (Closes: #863435)
  * d/t/test-open-iscsi.py: drop test_daemon test
    - With the updates to the systemd units, the services do not run
      unless iSCSI is configured.