Activity log for bug #1759406

Date Who What changed Old value New value Message
2018-03-27 21:52:01 Chad Smith bug added bug
2018-03-28 18:28:09 Scott Moser cloud-init (Ubuntu): status New Confirmed
2018-03-28 18:28:13 Scott Moser cloud-init (Ubuntu): importance Undecided Medium
2018-03-28 18:29:10 Scott Moser description == Begin SRU Template == [Impact] This release sports both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. The notable ones are: - Add missing dependency on isc-dhcp-client to trunk ubuntu packaging. (LP: #1759307) - Enable IBMCloud datasource in settings.py. - Revert the logic of exception_cb in read_url. [Kurt Garloff] (LP: #1702160, #1298921) (Affects EC2, OpenStack and Azure) - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools - Handle global dns entries in netplan (LP: #1750884) - Identify OpenTelekomCloud Xen as OpenStack DS. [Kurt Garloff] (LP: #1756471) - net: recognize iscsi root cases without ip= on kernel command line. (LP: #1752391) - netplan: render bridge port-priority values (LP: #1735821) - set_hostname: When present in metadata, set it before network bringup. (LP: #1746455) - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711) See the changelog entry below for a full list of changes and bugs. [Test Case] The following development and SRU process was followed: https://wiki.ubuntu.com/CloudinitUpdates The cloud-init team will be in charge of attaching the artifacts and console output of the appropriate run to the bug. cloud-init team members will not mark ‘verification-done’ until this has happened. * Automated Test Results <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with lxd artifacts> sru-artifact-lxd-artful sru-artifact-lxc-xenial <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with kvm artifacts> sru-artifact-kvm-artful sru-artifact-kvm-xenial <TODO: attach automated curtin vmtest with cloud-init proposed> sru-artifact-curtin-proposed <TODO: attach Solutions Testing team test results for each LTS> sru-artifact-solutions-qa-xenial <TODO: attach MAAS Team test results for each LTS> sru-artifact-maas-xenial * Manual Test Results <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on ec2 datasource> sru-artifact-manual-ec2 <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on gce datasource> sru-artifact-manual-gce <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on azure datasource> sru-artifact-manual-azure [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] == End SRU Template == == Changelog == - release 18.2 (LP: #1759318) - Hetzner: Exit early if dmi system-manufacturer is not Hetzner. - Add missing dependency on isc-dhcp-client to trunk ubuntu packaging. (LP: #1759307) - FreeBSD: resizefs module now able to handle zfs/zpool. [Dominic Schlegel] (LP: #1721243) - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs - Enable IBMCloud datasource in settings.py. - IBMCloud: Initial IBM Cloud datasource. - tests: remove jsonschema from xenial tox environment. - tests: Fix newly added schema unit tests to skip if no jsonschema. - ec2: Adjust ec2 datasource after exception_cb change. - Reduce AzurePreprovisioning HTTP timeouts. [Douglas Jordan] (LP: #1752977) - Revert the logic of exception_cb in read_url. [Kurt Garloff] (LP: #1702160, #1298921) - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools - Handle global dns entries in netplan (LP: #1750884) - Identify OpenTelekomCloud Xen as OpenStack DS. [Kurt Garloff] (LP: #1756471) - datasources: fix DataSource subclass get_hostname method signature (LP: #1757176) - OpenNebula: Update network to return v2 config rather than ENI. [Akihiko Ota] - Add Hetzner Cloud DataSource - net: recognize iscsi root cases without ip= on kernel command line. (LP: #1752391) - tests: fix flakes warning for unused variable - tests: patch leaked stderr messages from snap unit tests - cc_snap: Add new module to install and configure snapd and snap packages. - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex. - netplan: render bridge port-priority values (LP: #1735821) - util: Fix subp regression. Allow specifying subp command as a string. (LP: #1755965) - doc: fix all warnings issued by 'tox -e doc' - FreeBSD: Set hostname to FQDN. [Dominic Schlegel] (LP: #1753499) - tests: fix run_tree and bddeb - tests: Fix some warnings in tests that popped up with newer python. - set_hostname: When present in metadata, set it before network bringup. (LP: #1746455) - tests: Centralize and re-use skipTest based on json schema presense. - This commit fixes get_hostname on the AzureDataSource. [Douglas Jordan] (LP: #1754495) - shellify: raise TypeError on bad input. - Make salt minion module work on FreeBSD. [Dominic Schlegel] (LP: #1721503) - Simplify some comparisions. [Rémy Léone] - Change some list creation and population to literal. [Rémy Léone] - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711) - doc: fix chef install from apt packages example in RTD. - Implement puppet 4 support [Romanos Skiadas] (LP: #1446804) - subp: Fix subp usage with non-ascii characters when no system locale. (LP: #1751051) - salt: configure grains in grains file rather than in minion config. [Daniel Wallace] - release 18.1 (LP: #1751145) - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi] - ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980) - SUSE: Fix groups used for ownership of cloud-init.log [Robert Schweikert] - ds-identify: check /writable/system-data/ for nocloud seed. (LP: #1747070) - tests: run nosetests in cloudinit/ directory, fix py26 fallout. - tools: run-centos: git clone rather than tar. == Begin SRU Template == [Impact] This release sports both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. The notable ones are:  - Enable IBMCloud datasource in settings.py.  - Revert the logic of exception_cb in read_url.    [Kurt Garloff] (LP: #1702160, #1298921) (Affects EC2, OpenStack and Azure)  - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools  - Handle global dns entries in netplan (LP: #1750884)  - Identify OpenTelekomCloud Xen as OpenStack DS.    [Kurt Garloff] (LP: #1756471)  - net: recognize iscsi root cases without ip= on kernel command line.    (LP: #1752391)  - netplan: render bridge port-priority values (LP: #1735821)  - set_hostname: When present in metadata, set it before network bringup.     (LP: #1746455)  - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711) See the changelog entry below for a full list of changes and bugs. [Test Case] The following development and SRU process was followed: https://wiki.ubuntu.com/CloudinitUpdates The cloud-init team will be in charge of attaching the artifacts and console output of the appropriate run to the bug. cloud-init team members will not mark ‘verification-done’ until this has happened. * Automated Test Results <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with lxd artifacts> sru-artifact-lxd-artful sru-artifact-lxc-xenial <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with kvm artifacts> sru-artifact-kvm-artful sru-artifact-kvm-xenial <TODO: attach automated curtin vmtest with cloud-init proposed> sru-artifact-curtin-proposed <TODO: attach Solutions Testing team test results for each LTS> sru-artifact-solutions-qa-xenial <TODO: attach MAAS Team test results for each LTS> sru-artifact-maas-xenial * Manual Test Results <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on ec2 datasource> sru-artifact-manual-ec2 <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on gce datasource> sru-artifact-manual-gce <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on azure datasource> sru-artifact-manual-azure [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] == End SRU Template == == Changelog ==     - release 18.2 (LP: #1759318)     - Hetzner: Exit early if dmi system-manufacturer is not Hetzner.     - FreeBSD: resizefs module now able to handle zfs/zpool.       [Dominic Schlegel] (LP: #1721243)     - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs     - Enable IBMCloud datasource in settings.py.     - IBMCloud: Initial IBM Cloud datasource.     - tests: remove jsonschema from xenial tox environment.     - tests: Fix newly added schema unit tests to skip if no jsonschema.     - ec2: Adjust ec2 datasource after exception_cb change.     - Reduce AzurePreprovisioning HTTP timeouts.       [Douglas Jordan] (LP: #1752977)     - Revert the logic of exception_cb in read_url.       [Kurt Garloff] (LP: #1702160, #1298921)     - ubuntu-advantage: Add new config module to support       ubuntu-advantage-tools     - Handle global dns entries in netplan (LP: #1750884)     - Identify OpenTelekomCloud Xen as OpenStack DS.       [Kurt Garloff] (LP: #1756471)     - datasources: fix DataSource subclass get_hostname method signature       (LP: #1757176)     - OpenNebula: Update network to return v2 config rather than ENI.       [Akihiko Ota]     - Add Hetzner Cloud DataSource     - net: recognize iscsi root cases without ip= on kernel command line.       (LP: #1752391)     - tests: fix flakes warning for unused variable     - tests: patch leaked stderr messages from snap unit tests     - cc_snap: Add new module to install and configure snapd and snap       packages.     - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.     - netplan: render bridge port-priority values (LP: #1735821)     - util: Fix subp regression. Allow specifying subp command as a string.       (LP: #1755965)     - doc: fix all warnings issued by 'tox -e doc'     - FreeBSD: Set hostname to FQDN. [Dominic Schlegel] (LP: #1753499)     - tests: fix run_tree and bddeb     - tests: Fix some warnings in tests that popped up with newer python.     - set_hostname: When present in metadata, set it before network bringup.       (LP: #1746455)     - tests: Centralize and re-use skipTest based on json schema presense.     - This commit fixes get_hostname on the AzureDataSource.       [Douglas Jordan] (LP: #1754495)     - shellify: raise TypeError on bad input.     - Make salt minion module work on FreeBSD.       [Dominic Schlegel] (LP: #1721503)     - Simplify some comparisions. [Rémy Léone]     - Change some list creation and population to literal. [Rémy Léone]     - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711)     - doc: fix chef install from apt packages example in RTD.     - Implement puppet 4 support [Romanos Skiadas] (LP: #1446804)     - subp: Fix subp usage with non-ascii characters when no system locale.       (LP: #1751051)     - salt: configure grains in grains file rather than in minion config.       [Daniel Wallace]     - release 18.1 (LP: #1751145)     - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi]     - ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980)     - SUSE: Fix groups used for ownership of cloud-init.log [Robert Schweikert]     - ds-identify: check /writable/system-data/ for nocloud seed.       (LP: #1747070)     - tests: run nosetests in cloudinit/ directory, fix py26 fallout.     - tools: run-centos: git clone rather than tar.
2018-03-29 21:51:35 Brian Murray cloud-init (Ubuntu Artful): status New Fix Committed
2018-03-29 21:51:36 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2018-03-29 21:51:39 Brian Murray bug added subscriber SRU Verification
2018-03-29 21:51:42 Brian Murray tags verification-needed verification-needed-artful
2018-03-29 21:53:09 Brian Murray cloud-init (Ubuntu Xenial): status New Fix Committed
2018-03-29 21:53:13 Brian Murray tags verification-needed verification-needed-artful verification-needed verification-needed-artful verification-needed-xenial
2018-04-05 16:22:11 Chad Smith summary sru cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1 update to 18.2-0ubuntu1~16.04.1) sru cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1 update to 18.2-4-g05926e48-0ubuntu1)
2018-04-05 16:22:12 Chad Smith description == Begin SRU Template == [Impact] This release sports both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. The notable ones are:  - Enable IBMCloud datasource in settings.py.  - Revert the logic of exception_cb in read_url.    [Kurt Garloff] (LP: #1702160, #1298921) (Affects EC2, OpenStack and Azure)  - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools  - Handle global dns entries in netplan (LP: #1750884)  - Identify OpenTelekomCloud Xen as OpenStack DS.    [Kurt Garloff] (LP: #1756471)  - net: recognize iscsi root cases without ip= on kernel command line.    (LP: #1752391)  - netplan: render bridge port-priority values (LP: #1735821)  - set_hostname: When present in metadata, set it before network bringup.     (LP: #1746455)  - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711) See the changelog entry below for a full list of changes and bugs. [Test Case] The following development and SRU process was followed: https://wiki.ubuntu.com/CloudinitUpdates The cloud-init team will be in charge of attaching the artifacts and console output of the appropriate run to the bug. cloud-init team members will not mark ‘verification-done’ until this has happened. * Automated Test Results <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with lxd artifacts> sru-artifact-lxd-artful sru-artifact-lxc-xenial <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with kvm artifacts> sru-artifact-kvm-artful sru-artifact-kvm-xenial <TODO: attach automated curtin vmtest with cloud-init proposed> sru-artifact-curtin-proposed <TODO: attach Solutions Testing team test results for each LTS> sru-artifact-solutions-qa-xenial <TODO: attach MAAS Team test results for each LTS> sru-artifact-maas-xenial * Manual Test Results <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on ec2 datasource> sru-artifact-manual-ec2 <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on gce datasource> sru-artifact-manual-gce <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on azure datasource> sru-artifact-manual-azure [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] == End SRU Template == == Changelog ==     - release 18.2 (LP: #1759318)     - Hetzner: Exit early if dmi system-manufacturer is not Hetzner.     - FreeBSD: resizefs module now able to handle zfs/zpool.       [Dominic Schlegel] (LP: #1721243)     - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs     - Enable IBMCloud datasource in settings.py.     - IBMCloud: Initial IBM Cloud datasource.     - tests: remove jsonschema from xenial tox environment.     - tests: Fix newly added schema unit tests to skip if no jsonschema.     - ec2: Adjust ec2 datasource after exception_cb change.     - Reduce AzurePreprovisioning HTTP timeouts.       [Douglas Jordan] (LP: #1752977)     - Revert the logic of exception_cb in read_url.       [Kurt Garloff] (LP: #1702160, #1298921)     - ubuntu-advantage: Add new config module to support       ubuntu-advantage-tools     - Handle global dns entries in netplan (LP: #1750884)     - Identify OpenTelekomCloud Xen as OpenStack DS.       [Kurt Garloff] (LP: #1756471)     - datasources: fix DataSource subclass get_hostname method signature       (LP: #1757176)     - OpenNebula: Update network to return v2 config rather than ENI.       [Akihiko Ota]     - Add Hetzner Cloud DataSource     - net: recognize iscsi root cases without ip= on kernel command line.       (LP: #1752391)     - tests: fix flakes warning for unused variable     - tests: patch leaked stderr messages from snap unit tests     - cc_snap: Add new module to install and configure snapd and snap       packages.     - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.     - netplan: render bridge port-priority values (LP: #1735821)     - util: Fix subp regression. Allow specifying subp command as a string.       (LP: #1755965)     - doc: fix all warnings issued by 'tox -e doc'     - FreeBSD: Set hostname to FQDN. [Dominic Schlegel] (LP: #1753499)     - tests: fix run_tree and bddeb     - tests: Fix some warnings in tests that popped up with newer python.     - set_hostname: When present in metadata, set it before network bringup.       (LP: #1746455)     - tests: Centralize and re-use skipTest based on json schema presense.     - This commit fixes get_hostname on the AzureDataSource.       [Douglas Jordan] (LP: #1754495)     - shellify: raise TypeError on bad input.     - Make salt minion module work on FreeBSD.       [Dominic Schlegel] (LP: #1721503)     - Simplify some comparisions. [Rémy Léone]     - Change some list creation and population to literal. [Rémy Léone]     - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711)     - doc: fix chef install from apt packages example in RTD.     - Implement puppet 4 support [Romanos Skiadas] (LP: #1446804)     - subp: Fix subp usage with non-ascii characters when no system locale.       (LP: #1751051)     - salt: configure grains in grains file rather than in minion config.       [Daniel Wallace]     - release 18.1 (LP: #1751145)     - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi]     - ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980)     - SUSE: Fix groups used for ownership of cloud-init.log [Robert Schweikert]     - ds-identify: check /writable/system-data/ for nocloud seed.       (LP: #1747070)     - tests: run nosetests in cloudinit/ directory, fix py26 fallout.     - tools: run-centos: git clone rather than tar. Updated description of changes for minor SRU-update to 18.2.4. 18.2.0 -> 18.,2,4 changeset contains doc changes and resizefs fixes for zfs filesystems. == Begin SRU Template == [Impact] This release sports both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. The notable ones are: - cc_resizefs, util: handle no /dev/zfs  - Enable IBMCloud datasource in settings.py.  - Revert the logic of exception_cb in read_url.    [Kurt Garloff] (LP: #1702160, #1298921) (Affects EC2, OpenStack and Azure)  - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools  - Handle global dns entries in netplan (LP: #1750884)  - Identify OpenTelekomCloud Xen as OpenStack DS.    [Kurt Garloff] (LP: #1756471)  - net: recognize iscsi root cases without ip= on kernel command line.    (LP: #1752391)  - netplan: render bridge port-priority values (LP: #1735821)  - set_hostname: When present in metadata, set it before network bringup.     (LP: #1746455)  - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711) See the changelog entry below for a full list of changes and bugs. [Test Case] The following development and SRU process was followed: https://wiki.ubuntu.com/CloudinitUpdates The cloud-init team will be in charge of attaching the artifacts and console output of the appropriate run to the bug. cloud-init team members will not mark ‘verification-done’ until this has happened. * Automated Test Results <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with lxd artifacts> sru-artifact-lxd-artful sru-artifact-lxc-xenial <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with kvm artifacts> sru-artifact-kvm-artful sru-artifact-kvm-xenial <TODO: attach automated curtin vmtest with cloud-init proposed> sru-artifact-curtin-proposed <TODO: attach Solutions Testing team test results for each LTS> sru-artifact-solutions-qa-xenial <TODO: attach MAAS Team test results for each LTS> sru-artifact-maas-xenial * Manual Test Results <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on ec2 datasource> sru-artifact-manual-ec2 <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on gce datasource> sru-artifact-manual-gce <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on azure datasource> sru-artifact-manual-azure [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] == End SRU Template == == Changelog == - tests: fix integration tests to support lxd 3.0 release - correct documentation to match correct attribute name usage. [Dominic Schlegel] (LP: #1420018) - cc_resizefs, util: handle no /dev/zfs - doc: Fix links in OpenStack datasource documentation. [Dominic Schlegel] (LP: #1721660)     - release 18.2 (LP: #1759318)     - Hetzner: Exit early if dmi system-manufacturer is not Hetzner.     - FreeBSD: resizefs module now able to handle zfs/zpool.       [Dominic Schlegel] (LP: #1721243)     - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs     - Enable IBMCloud datasource in settings.py.     - IBMCloud: Initial IBM Cloud datasource.     - tests: remove jsonschema from xenial tox environment.     - tests: Fix newly added schema unit tests to skip if no jsonschema.     - ec2: Adjust ec2 datasource after exception_cb change.     - Reduce AzurePreprovisioning HTTP timeouts.       [Douglas Jordan] (LP: #1752977)     - Revert the logic of exception_cb in read_url.       [Kurt Garloff] (LP: #1702160, #1298921)     - ubuntu-advantage: Add new config module to support       ubuntu-advantage-tools     - Handle global dns entries in netplan (LP: #1750884)     - Identify OpenTelekomCloud Xen as OpenStack DS.       [Kurt Garloff] (LP: #1756471)     - datasources: fix DataSource subclass get_hostname method signature       (LP: #1757176)     - OpenNebula: Update network to return v2 config rather than ENI.       [Akihiko Ota]     - Add Hetzner Cloud DataSource     - net: recognize iscsi root cases without ip= on kernel command line.       (LP: #1752391)     - tests: fix flakes warning for unused variable     - tests: patch leaked stderr messages from snap unit tests     - cc_snap: Add new module to install and configure snapd and snap       packages.     - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.     - netplan: render bridge port-priority values (LP: #1735821)     - util: Fix subp regression. Allow specifying subp command as a string.       (LP: #1755965)     - doc: fix all warnings issued by 'tox -e doc'     - FreeBSD: Set hostname to FQDN. [Dominic Schlegel] (LP: #1753499)     - tests: fix run_tree and bddeb     - tests: Fix some warnings in tests that popped up with newer python.     - set_hostname: When present in metadata, set it before network bringup.       (LP: #1746455)     - tests: Centralize and re-use skipTest based on json schema presense.     - This commit fixes get_hostname on the AzureDataSource.       [Douglas Jordan] (LP: #1754495)     - shellify: raise TypeError on bad input.     - Make salt minion module work on FreeBSD.       [Dominic Schlegel] (LP: #1721503)     - Simplify some comparisions. [Rémy Léone]     - Change some list creation and population to literal. [Rémy Léone]     - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711)     - doc: fix chef install from apt packages example in RTD.     - Implement puppet 4 support [Romanos Skiadas] (LP: #1446804)     - subp: Fix subp usage with non-ascii characters when no system locale.       (LP: #1751051)     - salt: configure grains in grains file rather than in minion config.       [Daniel Wallace]     - release 18.1 (LP: #1751145)     - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi]     - ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980)     - SUSE: Fix groups used for ownership of cloud-init.log [Robert Schweikert]     - ds-identify: check /writable/system-data/ for nocloud seed.       (LP: #1747070)     - tests: run nosetests in cloudinit/ directory, fix py26 fallout.     - tools: run-centos: git clone rather than tar.
2018-04-05 16:22:23 Chad Smith description Updated description of changes for minor SRU-update to 18.2.4. 18.2.0 -> 18.,2,4 changeset contains doc changes and resizefs fixes for zfs filesystems. == Begin SRU Template == [Impact] This release sports both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. The notable ones are: - cc_resizefs, util: handle no /dev/zfs  - Enable IBMCloud datasource in settings.py.  - Revert the logic of exception_cb in read_url.    [Kurt Garloff] (LP: #1702160, #1298921) (Affects EC2, OpenStack and Azure)  - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools  - Handle global dns entries in netplan (LP: #1750884)  - Identify OpenTelekomCloud Xen as OpenStack DS.    [Kurt Garloff] (LP: #1756471)  - net: recognize iscsi root cases without ip= on kernel command line.    (LP: #1752391)  - netplan: render bridge port-priority values (LP: #1735821)  - set_hostname: When present in metadata, set it before network bringup.     (LP: #1746455)  - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711) See the changelog entry below for a full list of changes and bugs. [Test Case] The following development and SRU process was followed: https://wiki.ubuntu.com/CloudinitUpdates The cloud-init team will be in charge of attaching the artifacts and console output of the appropriate run to the bug. cloud-init team members will not mark ‘verification-done’ until this has happened. * Automated Test Results <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with lxd artifacts> sru-artifact-lxd-artful sru-artifact-lxc-xenial <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with kvm artifacts> sru-artifact-kvm-artful sru-artifact-kvm-xenial <TODO: attach automated curtin vmtest with cloud-init proposed> sru-artifact-curtin-proposed <TODO: attach Solutions Testing team test results for each LTS> sru-artifact-solutions-qa-xenial <TODO: attach MAAS Team test results for each LTS> sru-artifact-maas-xenial * Manual Test Results <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on ec2 datasource> sru-artifact-manual-ec2 <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on gce datasource> sru-artifact-manual-gce <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on azure datasource> sru-artifact-manual-azure [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] == End SRU Template == == Changelog == - tests: fix integration tests to support lxd 3.0 release - correct documentation to match correct attribute name usage. [Dominic Schlegel] (LP: #1420018) - cc_resizefs, util: handle no /dev/zfs - doc: Fix links in OpenStack datasource documentation. [Dominic Schlegel] (LP: #1721660)     - release 18.2 (LP: #1759318)     - Hetzner: Exit early if dmi system-manufacturer is not Hetzner.     - FreeBSD: resizefs module now able to handle zfs/zpool.       [Dominic Schlegel] (LP: #1721243)     - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs     - Enable IBMCloud datasource in settings.py.     - IBMCloud: Initial IBM Cloud datasource.     - tests: remove jsonschema from xenial tox environment.     - tests: Fix newly added schema unit tests to skip if no jsonschema.     - ec2: Adjust ec2 datasource after exception_cb change.     - Reduce AzurePreprovisioning HTTP timeouts.       [Douglas Jordan] (LP: #1752977)     - Revert the logic of exception_cb in read_url.       [Kurt Garloff] (LP: #1702160, #1298921)     - ubuntu-advantage: Add new config module to support       ubuntu-advantage-tools     - Handle global dns entries in netplan (LP: #1750884)     - Identify OpenTelekomCloud Xen as OpenStack DS.       [Kurt Garloff] (LP: #1756471)     - datasources: fix DataSource subclass get_hostname method signature       (LP: #1757176)     - OpenNebula: Update network to return v2 config rather than ENI.       [Akihiko Ota]     - Add Hetzner Cloud DataSource     - net: recognize iscsi root cases without ip= on kernel command line.       (LP: #1752391)     - tests: fix flakes warning for unused variable     - tests: patch leaked stderr messages from snap unit tests     - cc_snap: Add new module to install and configure snapd and snap       packages.     - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.     - netplan: render bridge port-priority values (LP: #1735821)     - util: Fix subp regression. Allow specifying subp command as a string.       (LP: #1755965)     - doc: fix all warnings issued by 'tox -e doc'     - FreeBSD: Set hostname to FQDN. [Dominic Schlegel] (LP: #1753499)     - tests: fix run_tree and bddeb     - tests: Fix some warnings in tests that popped up with newer python.     - set_hostname: When present in metadata, set it before network bringup.       (LP: #1746455)     - tests: Centralize and re-use skipTest based on json schema presense.     - This commit fixes get_hostname on the AzureDataSource.       [Douglas Jordan] (LP: #1754495)     - shellify: raise TypeError on bad input.     - Make salt minion module work on FreeBSD.       [Dominic Schlegel] (LP: #1721503)     - Simplify some comparisions. [Rémy Léone]     - Change some list creation and population to literal. [Rémy Léone]     - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711)     - doc: fix chef install from apt packages example in RTD.     - Implement puppet 4 support [Romanos Skiadas] (LP: #1446804)     - subp: Fix subp usage with non-ascii characters when no system locale.       (LP: #1751051)     - salt: configure grains in grains file rather than in minion config.       [Daniel Wallace]     - release 18.1 (LP: #1751145)     - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi]     - ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980)     - SUSE: Fix groups used for ownership of cloud-init.log [Robert Schweikert]     - ds-identify: check /writable/system-data/ for nocloud seed.       (LP: #1747070)     - tests: run nosetests in cloudinit/ directory, fix py26 fallout.     - tools: run-centos: git clone rather than tar. Updated description of changes for minor SRU-update to 18.2.4.  18.2.0 -> 18.2.4 changeset contains doc changes and resizefs fixes for zfs filesystems. == Begin SRU Template == [Impact] This release sports both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. The notable ones are:  - cc_resizefs, util: handle no /dev/zfs  - Enable IBMCloud datasource in settings.py.  - Revert the logic of exception_cb in read_url.    [Kurt Garloff] (LP: #1702160, #1298921) (Affects EC2, OpenStack and Azure)  - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools  - Handle global dns entries in netplan (LP: #1750884)  - Identify OpenTelekomCloud Xen as OpenStack DS.    [Kurt Garloff] (LP: #1756471)  - net: recognize iscsi root cases without ip= on kernel command line.    (LP: #1752391)  - netplan: render bridge port-priority values (LP: #1735821)  - set_hostname: When present in metadata, set it before network bringup.     (LP: #1746455)  - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711) See the changelog entry below for a full list of changes and bugs. [Test Case] The following development and SRU process was followed: https://wiki.ubuntu.com/CloudinitUpdates The cloud-init team will be in charge of attaching the artifacts and console output of the appropriate run to the bug. cloud-init team members will not mark ‘verification-done’ until this has happened. * Automated Test Results <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with lxd artifacts> sru-artifact-lxd-artful sru-artifact-lxc-xenial <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with kvm artifacts> sru-artifact-kvm-artful sru-artifact-kvm-xenial <TODO: attach automated curtin vmtest with cloud-init proposed> sru-artifact-curtin-proposed <TODO: attach Solutions Testing team test results for each LTS> sru-artifact-solutions-qa-xenial <TODO: attach MAAS Team test results for each LTS> sru-artifact-maas-xenial * Manual Test Results <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on ec2 datasource> sru-artifact-manual-ec2 <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on gce datasource> sru-artifact-manual-gce <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on azure datasource> sru-artifact-manual-azure [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] == End SRU Template == == Changelog ==     - tests: fix integration tests to support lxd 3.0 release     - correct documentation to match correct attribute name usage.       [Dominic Schlegel] (LP: #1420018)     - cc_resizefs, util: handle no /dev/zfs     - doc: Fix links in OpenStack datasource documentation.       [Dominic Schlegel] (LP: #1721660)     - release 18.2 (LP: #1759318)     - Hetzner: Exit early if dmi system-manufacturer is not Hetzner.     - FreeBSD: resizefs module now able to handle zfs/zpool.       [Dominic Schlegel] (LP: #1721243)     - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs     - Enable IBMCloud datasource in settings.py.     - IBMCloud: Initial IBM Cloud datasource.     - tests: remove jsonschema from xenial tox environment.     - tests: Fix newly added schema unit tests to skip if no jsonschema.     - ec2: Adjust ec2 datasource after exception_cb change.     - Reduce AzurePreprovisioning HTTP timeouts.       [Douglas Jordan] (LP: #1752977)     - Revert the logic of exception_cb in read_url.       [Kurt Garloff] (LP: #1702160, #1298921)     - ubuntu-advantage: Add new config module to support       ubuntu-advantage-tools     - Handle global dns entries in netplan (LP: #1750884)     - Identify OpenTelekomCloud Xen as OpenStack DS.       [Kurt Garloff] (LP: #1756471)     - datasources: fix DataSource subclass get_hostname method signature       (LP: #1757176)     - OpenNebula: Update network to return v2 config rather than ENI.       [Akihiko Ota]     - Add Hetzner Cloud DataSource     - net: recognize iscsi root cases without ip= on kernel command line.       (LP: #1752391)     - tests: fix flakes warning for unused variable     - tests: patch leaked stderr messages from snap unit tests     - cc_snap: Add new module to install and configure snapd and snap       packages.     - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.     - netplan: render bridge port-priority values (LP: #1735821)     - util: Fix subp regression. Allow specifying subp command as a string.       (LP: #1755965)     - doc: fix all warnings issued by 'tox -e doc'     - FreeBSD: Set hostname to FQDN. [Dominic Schlegel] (LP: #1753499)     - tests: fix run_tree and bddeb     - tests: Fix some warnings in tests that popped up with newer python.     - set_hostname: When present in metadata, set it before network bringup.       (LP: #1746455)     - tests: Centralize and re-use skipTest based on json schema presense.     - This commit fixes get_hostname on the AzureDataSource.       [Douglas Jordan] (LP: #1754495)     - shellify: raise TypeError on bad input.     - Make salt minion module work on FreeBSD.       [Dominic Schlegel] (LP: #1721503)     - Simplify some comparisions. [Rémy Léone]     - Change some list creation and population to literal. [Rémy Léone]     - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711)     - doc: fix chef install from apt packages example in RTD.     - Implement puppet 4 support [Romanos Skiadas] (LP: #1446804)     - subp: Fix subp usage with non-ascii characters when no system locale.       (LP: #1751051)     - salt: configure grains in grains file rather than in minion config.       [Daniel Wallace]     - release 18.1 (LP: #1751145)     - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi]     - ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980)     - SUSE: Fix groups used for ownership of cloud-init.log [Robert Schweikert]     - ds-identify: check /writable/system-data/ for nocloud seed.       (LP: #1747070)     - tests: run nosetests in cloudinit/ directory, fix py26 fallout.     - tools: run-centos: git clone rather than tar.
2018-04-06 21:15:08 Chad Smith attachment added sru-artifact-manual-ec2.txt https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1759406/+attachment/5104737/+files/sru-artifact-manual-ec2.txt
2018-04-06 21:15:41 Chad Smith attachment added sru-artifact-manual-azure.txt https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1759406/+attachment/5104738/+files/sru-artifact-manual-azure.txt
2018-04-10 03:50:42 Chad Smith attachment added sru-artifact-nocloud-lxd https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1759406/+attachment/5108669/+files/sru-artifact-nocloud-lxd
2018-04-10 03:50:46 Chad Smith attachment added sru-artifact-nocloud-lxd https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1759406/+attachment/5108670/+files/sru-artifact-nocloud-lxd
2018-04-10 03:51:27 Chad Smith attachment added sru-artifact-nocloud-kvm https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1759406/+attachment/5108671/+files/sru-artifact-nocloud-kvm
2018-04-10 03:52:34 Chad Smith attachment added sru-artifact-manual-gce https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1759406/+attachment/5108672/+files/sru-artifact-manual-gce
2018-04-13 14:11:40 John George attachment added maas_install.log https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1759406/+attachment/5113995/+files/maas_install.log
2018-04-16 19:40:21 Douglas Jordan bug added subscriber Douglas Jordan
2018-04-16 20:34:00 Chad Smith tags verification-needed verification-needed-artful verification-needed-xenial verification-done verification-done-artful verification-done-xenial
2018-04-16 20:35:45 Chad Smith description Updated description of changes for minor SRU-update to 18.2.4.  18.2.0 -> 18.2.4 changeset contains doc changes and resizefs fixes for zfs filesystems. == Begin SRU Template == [Impact] This release sports both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. The notable ones are:  - cc_resizefs, util: handle no /dev/zfs  - Enable IBMCloud datasource in settings.py.  - Revert the logic of exception_cb in read_url.    [Kurt Garloff] (LP: #1702160, #1298921) (Affects EC2, OpenStack and Azure)  - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools  - Handle global dns entries in netplan (LP: #1750884)  - Identify OpenTelekomCloud Xen as OpenStack DS.    [Kurt Garloff] (LP: #1756471)  - net: recognize iscsi root cases without ip= on kernel command line.    (LP: #1752391)  - netplan: render bridge port-priority values (LP: #1735821)  - set_hostname: When present in metadata, set it before network bringup.     (LP: #1746455)  - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711) See the changelog entry below for a full list of changes and bugs. [Test Case] The following development and SRU process was followed: https://wiki.ubuntu.com/CloudinitUpdates The cloud-init team will be in charge of attaching the artifacts and console output of the appropriate run to the bug. cloud-init team members will not mark ‘verification-done’ until this has happened. * Automated Test Results <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with lxd artifacts> sru-artifact-lxd-artful sru-artifact-lxc-xenial <TODO: attach automated cloud-init-proposed test artifacts from tests for each release with kvm artifacts> sru-artifact-kvm-artful sru-artifact-kvm-xenial <TODO: attach automated curtin vmtest with cloud-init proposed> sru-artifact-curtin-proposed <TODO: attach Solutions Testing team test results for each LTS> sru-artifact-solutions-qa-xenial <TODO: attach MAAS Team test results for each LTS> sru-artifact-maas-xenial * Manual Test Results <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on ec2 datasource> sru-artifact-manual-ec2 <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on gce datasource> sru-artifact-manual-gce <TODO: attach manual cloud-init-proposed test artifacts from tests for each release on azure datasource> sru-artifact-manual-azure [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] == End SRU Template == == Changelog ==     - tests: fix integration tests to support lxd 3.0 release     - correct documentation to match correct attribute name usage.       [Dominic Schlegel] (LP: #1420018)     - cc_resizefs, util: handle no /dev/zfs     - doc: Fix links in OpenStack datasource documentation.       [Dominic Schlegel] (LP: #1721660)     - release 18.2 (LP: #1759318)     - Hetzner: Exit early if dmi system-manufacturer is not Hetzner.     - FreeBSD: resizefs module now able to handle zfs/zpool.       [Dominic Schlegel] (LP: #1721243)     - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs     - Enable IBMCloud datasource in settings.py.     - IBMCloud: Initial IBM Cloud datasource.     - tests: remove jsonschema from xenial tox environment.     - tests: Fix newly added schema unit tests to skip if no jsonschema.     - ec2: Adjust ec2 datasource after exception_cb change.     - Reduce AzurePreprovisioning HTTP timeouts.       [Douglas Jordan] (LP: #1752977)     - Revert the logic of exception_cb in read_url.       [Kurt Garloff] (LP: #1702160, #1298921)     - ubuntu-advantage: Add new config module to support       ubuntu-advantage-tools     - Handle global dns entries in netplan (LP: #1750884)     - Identify OpenTelekomCloud Xen as OpenStack DS.       [Kurt Garloff] (LP: #1756471)     - datasources: fix DataSource subclass get_hostname method signature       (LP: #1757176)     - OpenNebula: Update network to return v2 config rather than ENI.       [Akihiko Ota]     - Add Hetzner Cloud DataSource     - net: recognize iscsi root cases without ip= on kernel command line.       (LP: #1752391)     - tests: fix flakes warning for unused variable     - tests: patch leaked stderr messages from snap unit tests     - cc_snap: Add new module to install and configure snapd and snap       packages.     - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.     - netplan: render bridge port-priority values (LP: #1735821)     - util: Fix subp regression. Allow specifying subp command as a string.       (LP: #1755965)     - doc: fix all warnings issued by 'tox -e doc'     - FreeBSD: Set hostname to FQDN. [Dominic Schlegel] (LP: #1753499)     - tests: fix run_tree and bddeb     - tests: Fix some warnings in tests that popped up with newer python.     - set_hostname: When present in metadata, set it before network bringup.       (LP: #1746455)     - tests: Centralize and re-use skipTest based on json schema presense.     - This commit fixes get_hostname on the AzureDataSource.       [Douglas Jordan] (LP: #1754495)     - shellify: raise TypeError on bad input.     - Make salt minion module work on FreeBSD.       [Dominic Schlegel] (LP: #1721503)     - Simplify some comparisions. [Rémy Léone]     - Change some list creation and population to literal. [Rémy Léone]     - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711)     - doc: fix chef install from apt packages example in RTD.     - Implement puppet 4 support [Romanos Skiadas] (LP: #1446804)     - subp: Fix subp usage with non-ascii characters when no system locale.       (LP: #1751051)     - salt: configure grains in grains file rather than in minion config.       [Daniel Wallace]     - release 18.1 (LP: #1751145)     - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi]     - ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980)     - SUSE: Fix groups used for ownership of cloud-init.log [Robert Schweikert]     - ds-identify: check /writable/system-data/ for nocloud seed.       (LP: #1747070)     - tests: run nosetests in cloudinit/ directory, fix py26 fallout.     - tools: run-centos: git clone rather than tar. Updated description of changes for minor SRU-update to 18.2.4.  18.2.0 -> 18.2.4 changeset contains doc changes and resizefs fixes for zfs filesystems. == Begin SRU Template == [Impact] This release sports both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. The notable ones are:  - cc_resizefs, util: handle no /dev/zfs  - Enable IBMCloud datasource in settings.py.  - Revert the logic of exception_cb in read_url.    [Kurt Garloff] (LP: #1702160, #1298921) (Affects EC2, OpenStack and Azure)  - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools  - Handle global dns entries in netplan (LP: #1750884)  - Identify OpenTelekomCloud Xen as OpenStack DS.    [Kurt Garloff] (LP: #1756471)  - net: recognize iscsi root cases without ip= on kernel command line.    (LP: #1752391)  - netplan: render bridge port-priority values (LP: #1735821)  - set_hostname: When present in metadata, set it before network bringup.     (LP: #1746455)  - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711) See the changelog entry below for a full list of changes and bugs. [Test Case] The following development and SRU process was followed: https://wiki.ubuntu.com/CloudinitUpdates The cloud-init team will be in charge of attaching the artifacts and console output of the appropriate run to the bug. cloud-init team members will not mark ‘verification-done’ until this has happened. * Automated Test Results DONE: attach automated cloud-init-proposed test artifacts sru-artifact-lxd-artful sru-artifact-lxc-xenial DONE: attach automated cloud-init-proposed test artifacts from tests for each release with kvm artifacts sru-artifact-kvm-artful sru-artifact-kvm-xenial DONE: attach Solutions Testing team test results for each LTS sru-artifact-solutions-qa-xenial DONE: attach MAAS Team test results for each LTS sru-artifact-maas-xenial * Manual Test Results DONE: attach manual cloud-init-proposed test artifacts from tests for each release on ec2 datasource sru-artifact-manual-ec2 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on gce datasource sru-artifact-manual-gce DONE: attach manual cloud-init-proposed test artifacts from tests for each release on azure datasource sru-artifact-manual-azure [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] == End SRU Template == == Changelog ==     - tests: fix integration tests to support lxd 3.0 release     - correct documentation to match correct attribute name usage.       [Dominic Schlegel] (LP: #1420018)     - cc_resizefs, util: handle no /dev/zfs     - doc: Fix links in OpenStack datasource documentation.       [Dominic Schlegel] (LP: #1721660)     - release 18.2 (LP: #1759318)     - Hetzner: Exit early if dmi system-manufacturer is not Hetzner.     - FreeBSD: resizefs module now able to handle zfs/zpool.       [Dominic Schlegel] (LP: #1721243)     - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs     - Enable IBMCloud datasource in settings.py.     - IBMCloud: Initial IBM Cloud datasource.     - tests: remove jsonschema from xenial tox environment.     - tests: Fix newly added schema unit tests to skip if no jsonschema.     - ec2: Adjust ec2 datasource after exception_cb change.     - Reduce AzurePreprovisioning HTTP timeouts.       [Douglas Jordan] (LP: #1752977)     - Revert the logic of exception_cb in read_url.       [Kurt Garloff] (LP: #1702160, #1298921)     - ubuntu-advantage: Add new config module to support       ubuntu-advantage-tools     - Handle global dns entries in netplan (LP: #1750884)     - Identify OpenTelekomCloud Xen as OpenStack DS.       [Kurt Garloff] (LP: #1756471)     - datasources: fix DataSource subclass get_hostname method signature       (LP: #1757176)     - OpenNebula: Update network to return v2 config rather than ENI.       [Akihiko Ota]     - Add Hetzner Cloud DataSource     - net: recognize iscsi root cases without ip= on kernel command line.       (LP: #1752391)     - tests: fix flakes warning for unused variable     - tests: patch leaked stderr messages from snap unit tests     - cc_snap: Add new module to install and configure snapd and snap       packages.     - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.     - netplan: render bridge port-priority values (LP: #1735821)     - util: Fix subp regression. Allow specifying subp command as a string.       (LP: #1755965)     - doc: fix all warnings issued by 'tox -e doc'     - FreeBSD: Set hostname to FQDN. [Dominic Schlegel] (LP: #1753499)     - tests: fix run_tree and bddeb     - tests: Fix some warnings in tests that popped up with newer python.     - set_hostname: When present in metadata, set it before network bringup.       (LP: #1746455)     - tests: Centralize and re-use skipTest based on json schema presense.     - This commit fixes get_hostname on the AzureDataSource.       [Douglas Jordan] (LP: #1754495)     - shellify: raise TypeError on bad input.     - Make salt minion module work on FreeBSD.       [Dominic Schlegel] (LP: #1721503)     - Simplify some comparisions. [Rémy Léone]     - Change some list creation and population to literal. [Rémy Léone]     - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711)     - doc: fix chef install from apt packages example in RTD.     - Implement puppet 4 support [Romanos Skiadas] (LP: #1446804)     - subp: Fix subp usage with non-ascii characters when no system locale.       (LP: #1751051)     - salt: configure grains in grains file rather than in minion config.       [Daniel Wallace]     - release 18.1 (LP: #1751145)     - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi]     - ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980)     - SUSE: Fix groups used for ownership of cloud-init.log [Robert Schweikert]     - ds-identify: check /writable/system-data/ for nocloud seed.       (LP: #1747070)     - tests: run nosetests in cloudinit/ directory, fix py26 fallout.     - tools: run-centos: git clone rather than tar.
2018-04-18 00:00:12 Launchpad Janitor cloud-init (Ubuntu Xenial): status Fix Committed Fix Released
2018-04-18 00:00:22 Chris Halse Rogers removed subscriber Ubuntu Stable Release Updates Team
2018-04-18 00:00:40 Launchpad Janitor cloud-init (Ubuntu Artful): status Fix Committed Fix Released
2019-03-12 16:19:23 Dan Watkins cloud-init (Ubuntu): status Confirmed Fix Released