Activity log for bug #1777912

Date Who What changed Old value New value Message
2018-06-20 18:28:14 Chad Smith bug added bug
2018-06-20 19:24:05 Chad Smith summary sru cloud-init (18.2-4-g05926e48-0ubuntu1~16.04.2) to (18.3-0ubuntu1~16.04.1) sru cloud-init (18.2-4-g05926e48-0ubuntu1) to (18.3-0ubuntu1)
2018-06-20 19:24:30 Chad Smith description Updated description of changes for minor SRU-update to 18.3.  18.2.4 -> 18.3 changeset contains - OpenStack now runs at local time frame paving the way for network configuation in the next release. - Fix utf-8 content in user-data (LP: #1768600) - many SmartOS improvements - drop hard dependency on ifconfig in favor of iproute2 == 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: - Explicitly prevent `sudo` access for user module [Jacob Bednarz] - lxd: Delete default network and detach device if lxd-init created them. - openstack: avoid unneeded metadata probe on non-openstack platforms - stages: fix tracebacks if a module stage is undefined or empty [Robert Schweikert] - Be more safe on string/bytes when writing multipart user-data to disk. - Fix get_proc_env for pids that have non-utf8 content in environment. - netplan: fix mtu if provided by network config for all rendered types - subp: support combine_capture argument. - util: add get_linux_distro function to replace platform.dist - Enable SmartOS network metadata to work with netplan via per-subnet routes [Dan McDonald] - openstack: Allow discovery in init-local using dhclient in a sandbox. - yaml_load/schema: Add invalid line and column nums to error message - Azure: Ignore NTFS mount errors when checking ephemeral drive [Paul Meyer] - Update version.version_string to contain packaged version. - cc_mounts: Do not add devices to fstab that are already present. [Lars Kellogg-Stedman] - ds-identify: ensure that we have certain tokens in PATH. - read_file_or_url: move to url_helper, fix bug in its FileResponse. - ds-identify: recognize container-other as a container, test SmartOS. - cloud-config.service: run After snap.seeded.service. - SmartOS: fix get_interfaces for nics that do not have addr_assign_type. - azure: Add reported ready marker file. [Joshua Chan] - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt. - netinfo: fix netdev_pformat when a nic does not have an address assigned. - collect-logs: add -v flag, write to stderr, limit journal to single boot. - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled. - Add reporting events and log_time around early source of blocking time - IBMCloud: recognize provisioning environment during debug boots. - net: detect unstable network names and trigger a settle if needed - IBMCloud: improve documentation in datasource. - packages/debian/control.in: add missing dependency on iproute2. - DataSourceSmartOS: add locking of serial device. [Mike Gerdts] - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts] - DataSourceSmartOS: list() should always return a list [Mike Gerdts] - set_passwords: Add newline to end of sshd config, only restart if updated. - schema: do not warn on duplicate items in commands. - net: Depend on iproute2's ip instead of net-tools ifconfig or route - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts] - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to ext4. [Mike Gerdts] - renderer: support unicode in render_from_file. - Implement ntp client spec with auto support for distro selection 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 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 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog == - release 18.3 - docs: represent sudo:false in docs for user_groups config module - Explicitly prevent `sudo` access for user module [Jacob Bednarz] - lxd: Delete default network and detach device if lxd-init created them. - openstack: avoid unneeded metadata probe on non-openstack platforms - stages: fix tracebacks if a module stage is undefined or empty [Robert Schweikert] - Be more safe on string/bytes when writing multipart user-data to disk. - Fix get_proc_env for pids that have non-utf8 content in environment. - tests: fix salt_minion integration test on bionic and later - tests: provide human-readable integration test summary when --verbose - tests: skip chrony integration tests on lxd running artful or older - test: add optional --preserve-instance arg to integraiton tests - netplan: fix mtu if provided by network config for all rendered types - tests: remove pip install workarounds for pylxd, take upstream fix. - subp: support combine_capture argument. - tests: ordered tox dependencies for pylxd install - util: add get_linux_distro function to replace platform.dist [Robert Schweikert] - pyflakes: fix unused variable references identified by pyflakes 2.0.0. - - Do not use the systemd_prefix macro, not available in this environment [Robert Schweikert] - doc: Add config info to ec2, openstack and cloudstack datasource docs - Enable SmartOS network metadata to work with netplan via per-subnet routes [Dan McDonald] - openstack: Allow discovery in init-local using dhclient in a sandbox. - tests: Avoid using https in httpretty, improve HttPretty test case. - yaml_load/schema: Add invalid line and column nums to error message - Azure: Ignore NTFS mount errors when checking ephemeral drive [Paul Meyer] - packages/brpm: Get proper dependencies for cmdline distro. - packages: Make rpm spec files patch in package version like in debs. - tools/run-container: replace tools/run-centos with more generic. - Update version.version_string to contain packaged version. - cc_mounts: Do not add devices to fstab that are already present. [Lars Kellogg-Stedman] - ds-identify: ensure that we have certain tokens in PATH. - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers] - read_file_or_url: move to url_helper, fix bug in its FileResponse. - cloud_tests: help pylint - flake8: fix flake8 errors in previous commit. - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford] - tests: restructure SSH and initial connections [Joshua Powers] - ds-identify: recognize container-other as a container, test SmartOS. - cloud-config.service: run After snap.seeded.service. - tests: do not rely on host /proc/cmdline in test_net.py [Lars Kellogg-Stedman] - ds-identify: Remove dupe call to is_ds_enabled, improve debug message. - SmartOS: fix get_interfaces for nics that do not have addr_assign_type. - tests: fix package and ca_cert cloud_tests on bionic - ds-identify: make shellcheck 0.4.6 happy with ds-identify. - pycodestyle: Fix deprecated string literals, move away from flake8. - azure: Add reported ready marker file. [Joshua Chan] - tools: Support adding a release suffix through packages/bddeb. - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt. [Harm Weites] - tools: Re-use the orig tarball in packages/bddeb if it is around. - netinfo: fix netdev_pformat when a nic does not have an address assigned. - collect-logs: add -v flag, write to stderr, limit journal to single boot. - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled. - Add reporting events and log_time around early source of blocking time - IBMCloud: recognize provisioning environment during debug boots. - net: detect unstable network names and trigger a settle if needed - IBMCloud: improve documentation in datasource. - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov] - packages/debian/control.in: add missing dependency on iproute2. - DataSourceSmartOS: add locking of serial device. [Mike Gerdts] - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts] - DataSourceSmartOS: list() should always return a list [Mike Gerdts] - schema: in validation, raise ImportError if strict but no jsonschema. - set_passwords: Add newline to end of sshd config, only restart if updated. - pylint: pay attention to unused variable warnings. - doc: Add documentation for AliYun datasource. [Junjie Wang] - Schema: do not warn on duplicate items in commands. - net: Depend on iproute2's ip instead of net-tools ifconfig or route - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts] - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to ext4. [Mike Gerdts] - pycodestyle: Fix invalid escape sequences in string literals. - Implement bash completion script for cloud-init command line - tools: Fix make-tarball cli tool usage for development - renderer: support unicode in render_from_file. - Implement ntp client spec with auto support for distro selection - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. - tests: fix ec2 integration network metadata validation Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame paving the way for network    configuation in the next release.  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements  - drop hard dependency on ifconfig in favor of iproute2 == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection 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 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 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-06-20 19:26:14 Chad Smith description Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame paving the way for network    configuation in the next release.  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements  - drop hard dependency on ifconfig in favor of iproute2 == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection 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 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 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame paving the way for network    configuation in the next release.  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements  - drop hard dependency on ifconfig in favor of iproute2 == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time 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 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 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time
2018-06-20 19:27:18 Chad Smith description Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame paving the way for network    configuation in the next release.  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements  - drop hard dependency on ifconfig in favor of iproute2 == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time 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 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 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame paving the way for network    configuation in the next release.  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time 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 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 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time
2018-06-20 22:58:53 Chad Smith description Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame paving the way for network    configuation in the next release.  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time 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 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 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time --- Addtional changelog delta for Xenial, Artful ---- - net: detect unstable network names and trigger a settle if needed - DataSourceSmartOS: add locking of serial device. [Mike Gerdts] - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts] - DataSourceSmartOS: list() should always return a list [Mike Gerdts] - schema: in validation, raise ImportError if strict but no jsonschema. - set_passwords: Add newline to end of sshd config, only restart if updated. - Schema: do not warn on duplicate items in commands. - net: Depend on iproute2's ip instead of net-tools ifconfig or route - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts] - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to ext4. [Mike Gerdts] - Implement bash completion script for cloud-init command line - renderer: support unicode in render_from_file. - Implement ntp client spec with auto support for distro selection - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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 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 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time --- Addtional changelog delta for Xenial, Artful ---- - IBMCloud: recognize provisioning environment during debug boots. - net: detect unstable network names and trigger a settle if needed - IBMCloud: improve documentation in datasource. - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov] - packages/debian/control.in: add missing dependency on iproute2. - DataSourceSmartOS: add locking of serial device. [Mike Gerdts] - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts] - DataSourceSmartOS: list() should always return a list [Mike Gerdts] - schema: in validation, raise ImportError if strict but no jsonschema. - set_passwords: Add newline to end of sshd config, only restart if updated. - pylint: pay attention to unused variable warnings. - doc: Add documentation for AliYun datasource. [Junjie Wang] - Schema: do not warn on duplicate items in commands. - net: Depend on iproute2's ip instead of net-tools ifconfig or route - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts] - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to ext4. [Mike Gerdts] - pycodestyle: Fix invalid escape sequences in string literals. - Implement bash completion script for cloud-init command line - tools: Fix make-tarball cli tool usage for development - renderer: support unicode in render_from_file. - Implement ntp client spec with auto support for distro selection - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. - tests: fix ec2 integration network metadata validation
2018-06-28 17:06:35 Brian Murray cloud-init (Ubuntu Bionic): status New Fix Committed
2018-06-28 17:06:36 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2018-06-28 17:06:39 Brian Murray bug added subscriber SRU Verification
2018-06-28 17:06:43 Brian Murray tags verification-needed verification-needed-bionic
2018-06-28 17:42:16 Brian Murray cloud-init (Ubuntu Artful): status New Fix Committed
2018-06-28 17:42:21 Brian Murray tags verification-needed verification-needed-bionic verification-needed verification-needed-artful verification-needed-bionic
2018-06-28 17:46:43 Brian Murray cloud-init (Ubuntu Xenial): status New Fix Committed
2018-06-28 17:46:48 Brian Murray tags verification-needed verification-needed-artful verification-needed-bionic verification-needed verification-needed-artful verification-needed-bionic verification-needed-xenial
2018-06-29 16:43:03 Scott Moser attachment added artful integration test results [jenkins cloud-init-integration-proposed-a/16] artifacts https://bugs.launchpad.net/bugs/1777912/+attachment/5157867/+files/artful-integration-artifacts.tar.xz
2018-06-29 16:43:11 Scott Moser attachment added artful integration test results [jenkins cloud-init-integration-proposed-a/16] console log. https://bugs.launchpad.net/bugs/1777912/+attachment/5157868/+files/artful-integration-console.log
2018-06-29 20:08:17 Scott Moser attachment added artful integration test results [jenkins cloud-init-integration-proposed-a/16] artifacts https://bugs.launchpad.net/bugs/1777912/+attachment/5157897/+files/artful-integration-artifacts.tar.xz
2018-06-29 20:08:22 Scott Moser attachment added artful integration test results [jenkins cloud-init-integration-proposed-a/16] console log. https://bugs.launchpad.net/bugs/1777912/+attachment/5157898/+files/artful-integration-console.log
2018-06-29 20:10:02 Scott Moser attachment added bionic integration test results [jenkins cloud-init-integration-proposed-b/17] artifacts https://bugs.launchpad.net/bugs/1777912/+attachment/5157899/+files/bionic-integration-artifacts.tar.xz
2018-06-29 20:10:07 Scott Moser attachment added bionic integration test results [jenkins cloud-init-integration-proposed-b/17] console log. https://bugs.launchpad.net/bugs/1777912/+attachment/5157900/+files/bionic-integration-console.log
2018-06-29 20:11:10 Scott Moser attachment added xenial integration test results [jenkins cloud-init-integration-proposed-x/12] artifacts https://bugs.launchpad.net/bugs/1777912/+attachment/5157901/+files/xenial-integration-artifacts.tar.xz
2018-06-29 20:11:16 Scott Moser attachment added xenial integration test results [jenkins cloud-init-integration-proposed-x/12] console log. https://bugs.launchpad.net/bugs/1777912/+attachment/5157902/+files/xenial-integration-console.log
2018-06-29 21:47:46 Scott Moser description Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time --- Addtional changelog delta for Xenial, Artful ---- - net: detect unstable network names and trigger a settle if needed - DataSourceSmartOS: add locking of serial device. [Mike Gerdts] - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts] - DataSourceSmartOS: list() should always return a list [Mike Gerdts] - schema: in validation, raise ImportError if strict but no jsonschema. - set_passwords: Add newline to end of sshd config, only restart if updated. - Schema: do not warn on duplicate items in commands. - net: Depend on iproute2's ip instead of net-tools ifconfig or route - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts] - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to ext4. [Mike Gerdts] - Implement bash completion script for cloud-init command line - renderer: support unicode in render_from_file. - Implement ntp client spec with auto support for distro selection - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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 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 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time --- Addtional changelog delta for Xenial, Artful ---- - IBMCloud: recognize provisioning environment during debug boots. - net: detect unstable network names and trigger a settle if needed - IBMCloud: improve documentation in datasource. - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov] - packages/debian/control.in: add missing dependency on iproute2. - DataSourceSmartOS: add locking of serial device. [Mike Gerdts] - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts] - DataSourceSmartOS: list() should always return a list [Mike Gerdts] - schema: in validation, raise ImportError if strict but no jsonschema. - set_passwords: Add newline to end of sshd config, only restart if updated. - pylint: pay attention to unused variable warnings. - doc: Add documentation for AliYun datasource. [Junjie Wang] - Schema: do not warn on duplicate items in commands. - net: Depend on iproute2's ip instead of net-tools ifconfig or route - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts] - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to ext4. [Mike Gerdts] - pycodestyle: Fix invalid escape sequences in string literals. - Implement bash completion script for cloud-init command line - tools: Fix make-tarball cli tool usage for development - renderer: support unicode in render_from_file. - Implement ntp client spec with auto support for distro selection - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. - tests: fix ec2 integration network metadata validation Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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 - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-07-06 21:38:35 Chad Smith description Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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 - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation UPDATE: SRU regression found during testing, will await a fix landing for the following: https://bugs.launchpad.net/cloud-init/+bug/1780481 Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-07-10 17:22:39 Chad Smith description UPDATE: SRU regression found during testing, will await a fix landing for the following: https://bugs.launchpad.net/cloud-init/+bug/1780481 Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation UPDATE: SRU regression found during -proposed validation. fix is queued for xenial, artful and bionic for the following -proposed regression bug: https://bugs.launchpad.net/cloud-init/+bug/1780481 Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-07-10 17:22:56 Chad Smith tags verification-needed verification-needed-artful verification-needed-bionic verification-needed-xenial regression-proposed verification-needed verification-needed-artful verification-needed-bionic verification-needed-xenial
2018-07-10 22:10:43 Chad Smith summary sru cloud-init (18.2-4-g05926e48-0ubuntu1) to (18.3-0ubuntu1) sru cloud-init (18.2-4-g05926e48-0ubuntu1) to (18.3-9ubuntu1)
2018-07-11 01:28:17 Scott Moser description UPDATE: SRU regression found during -proposed validation. fix is queued for xenial, artful and bionic for the following -proposed regression bug: https://bugs.launchpad.net/cloud-init/+bug/1780481 Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation UPDATE: SRU regression found during -proposed validation. fix is queued for xenial, artful and bionic for the following -proposed regression bug: https://bugs.launchpad.net/cloud-init/+bug/1780481 Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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: - 18.3-9-g2e62cb8a-0ubuntu1 - docs: note in rtd about avoiding /tmp when writing files - ubuntu,centos,debian: get_linux_distro to align with platform.dist - Fix boothook docs on environment variable name (INSTANCE_I -> INSTANCE_ID) [Marc Tamsky] - update_metadata: a datasource can support network re-config every boot - tests: drop salt-minion integration test - Retry on failed import of gpg receive keys. - tools: Fix run-container when neither source or binary package requested. - docs: Fix a small spelling error. [Oz N Tiram] - tox: use simplestreams from git repository rather than bzr. - 18.3-0ubuntu1     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-07-11 01:29:03 Scott Moser description UPDATE: SRU regression found during -proposed validation. fix is queued for xenial, artful and bionic for the following -proposed regression bug: https://bugs.launchpad.net/cloud-init/+bug/1780481 Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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: - 18.3-9-g2e62cb8a-0ubuntu1 - docs: note in rtd about avoiding /tmp when writing files - ubuntu,centos,debian: get_linux_distro to align with platform.dist - Fix boothook docs on environment variable name (INSTANCE_I -> INSTANCE_ID) [Marc Tamsky] - update_metadata: a datasource can support network re-config every boot - tests: drop salt-minion integration test - Retry on failed import of gpg receive keys. - tools: Fix run-container when neither source or binary package requested. - docs: Fix a small spelling error. [Oz N Tiram] - tox: use simplestreams from git repository rather than bzr. - 18.3-0ubuntu1     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation UPDATE: SRU regression found during -proposed validation. fix is queued for xenial, artful and bionic for the following -proposed regression bug: https://bugs.launchpad.net/cloud-init/+bug/1780481 Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-07-11 19:13:46 Scott Moser attachment added artful integration test results [jenkins cloud-init-integration-proposed-a/26] artifacts https://bugs.launchpad.net/bugs/1777912/+attachment/5162548/+files/artful-integration-artifacts.tar.xz
2018-07-11 19:13:52 Scott Moser attachment added artful integration test results [jenkins cloud-init-integration-proposed-a/26] console log. https://bugs.launchpad.net/bugs/1777912/+attachment/5162549/+files/artful-integration-console.log
2018-07-11 19:15:07 Scott Moser attachment added bionic integration test results [jenkins cloud-init-integration-proposed-b/28] artifacts https://bugs.launchpad.net/bugs/1777912/+attachment/5162550/+files/bionic-integration-artifacts.tar.xz
2018-07-11 19:15:12 Scott Moser attachment added bionic integration test results [jenkins cloud-init-integration-proposed-b/28] console log. https://bugs.launchpad.net/bugs/1777912/+attachment/5162551/+files/bionic-integration-console.log
2018-07-11 19:15:27 Scott Moser attachment added xenial integration test results [jenkins cloud-init-integration-proposed-x/23] artifacts https://bugs.launchpad.net/bugs/1777912/+attachment/5162552/+files/xenial-integration-artifacts.tar.xz
2018-07-11 19:15:33 Scott Moser attachment added xenial integration test results [jenkins cloud-init-integration-proposed-x/23] console log. https://bugs.launchpad.net/bugs/1777912/+attachment/5162553/+files/xenial-integration-console.log
2018-07-12 05:35:30 Chad Smith attachment added sru-artifact-manual-ec2 https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1777912/+attachment/5162658/+files/sru-artifact-manual-ec2
2018-07-12 05:35:57 Chad Smith attachment added sru-artifact-manual-openstack https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1777912/+attachment/5162660/+files/sru-artifact-manual-openstack
2018-07-12 05:36:59 Chad Smith attachment added sru-artifact-manual-azure https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1777912/+attachment/5162661/+files/sru-artifact-manual-azure
2018-07-12 05:37:22 Chad Smith attachment added sru-artifact-manual-gce https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1777912/+attachment/5162662/+files/sru-artifact-manual-gce
2018-07-12 05:38:53 Chad Smith description UPDATE: SRU regression found during -proposed validation. fix is queued for xenial, artful and bionic for the following -proposed regression bug: https://bugs.launchpad.net/cloud-init/+bug/1780481 Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation UPDATE: SRU regression found during -proposed validation. fix is queued for xenial, artful and bionic for the following -proposed regression bug: https://bugs.launchpad.net/cloud-init/+bug/1780481 Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack TODO: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-07-12 05:39:40 Chad Smith description UPDATE: SRU regression found during -proposed validation. fix is queued for xenial, artful and bionic for the following -proposed regression bug: https://bugs.launchpad.net/cloud-init/+bug/1780481 Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack TODO: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation UPDATE: SRU regression found during 18.3.0 -proposed validation. fix is queued present in 18.3.9 for bug https://bugs.launchpad.net/cloud-init/+bug/1780481. Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack TODO: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-07-12 18:11:10 Scott Moser attachment added manual results for softlayer-xenial https://bugs.launchpad.net/bugs/1777912/+attachment/5162883/+files/softlayer-xenial.tar.gz
2018-07-12 18:11:21 Scott Moser attachment added manual results for softlayer-bionic https://bugs.launchpad.net/bugs/1777912/+attachment/5162884/+files/softlayer-bionic.tar.gz
2018-07-12 19:56:02 Scott Moser attachment added manual run on joyent. update, clean, reboot, collect-logs https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1777912/+attachment/5162909/+files/joyent-xenial.tar.gz
2018-07-13 13:58:15 Nobuto Murata bug added subscriber Nobuto Murata
2018-07-13 20:26:58 Scott Moser description UPDATE: SRU regression found during 18.3.0 -proposed validation. fix is queued present in 18.3.9 for bug https://bugs.launchpad.net/cloud-init/+bug/1780481. Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack TODO: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation UPDATE: SRU regression found during 18.3.0 -proposed validation. fix is queued present in 18.3.9 for bug https://bugs.launchpad.net/cloud-init/+bug/1780481. Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack DONE: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-07-13 20:31:30 Scott Moser tags regression-proposed verification-needed verification-needed-artful verification-needed-bionic verification-needed-xenial regression-proposed verification-done-artful verification-needed verification-needed-bionic verification-needed-xenial
2018-07-19 13:57:55 Scott Moser cloud-init (Ubuntu): status New Fix Released
2018-07-19 13:57:58 Scott Moser cloud-init (Ubuntu Xenial): importance Undecided Medium
2018-07-19 13:58:00 Scott Moser cloud-init (Ubuntu Artful): importance Undecided Medium
2018-07-19 13:58:03 Scott Moser cloud-init (Ubuntu Bionic): importance Undecided Medium
2018-07-19 13:58:07 Scott Moser cloud-init (Ubuntu): importance Undecided Low
2018-07-25 20:37:03 John George attachment added solutions_QA_cloud-init_install_logs.tar.gz https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1777912/+attachment/5167791/+files/solutions_QA_cloud-init_install_logs.tar.gz
2018-07-26 01:29:35 John George attachment added solutions_QA_cloud-init_install_logs_bionic.tar.gz https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1777912/+attachment/5167830/+files/solutions_QA_cloud-init_install_logs_bionic.tar.gz
2018-07-31 17:51:52 Chad Smith description UPDATE: SRU regression found during 18.3.0 -proposed validation. fix is queued present in 18.3.9 for bug https://bugs.launchpad.net/cloud-init/+bug/1780481. Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack DONE: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation UPDATE#2 07/31/2018: 2nd SRU regresssion found by FrancisGinther testing Oracle. Expected OpenStack datasource not detected across dirty reboot after upgrade. Cherry-picking fix for LP: #1784685 before this SRU is let through. UPDATE: SRU regression found during 18.3.0 -proposed validation. fix is queued present in 18.3.9 for bug https://bugs.launchpad.net/cloud-init/+bug/1780481. Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack DONE: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-07-31 18:40:37 Chad Smith description UPDATE#2 07/31/2018: 2nd SRU regresssion found by FrancisGinther testing Oracle. Expected OpenStack datasource not detected across dirty reboot after upgrade. Cherry-picking fix for LP: #1784685 before this SRU is let through. UPDATE: SRU regression found during 18.3.0 -proposed validation. fix is queued present in 18.3.9 for bug https://bugs.launchpad.net/cloud-init/+bug/1780481. Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack DONE: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation UPDATE#2 07/31/2018: 2nd SRU regresssion found by FrancisGinther testing Oracle. Expected OpenStack datasource not detected across dirty reboot after upgrade. Cherry-picking fix for LP: #1784685 before this SRU is let through. UPDATE: SRU regression found during 18.3.0 -proposed validation. fix is queued present in 18.3.9 for bug https://bugs.launchpad.net/cloud-init/+bug/1780481. Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack DONE: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog == - Detect OpenStack datasource on Oracle Cloud LP: #1777912  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-07-31 18:40:56 Chad Smith description UPDATE#2 07/31/2018: 2nd SRU regresssion found by FrancisGinther testing Oracle. Expected OpenStack datasource not detected across dirty reboot after upgrade. Cherry-picking fix for LP: #1784685 before this SRU is let through. UPDATE: SRU regression found during 18.3.0 -proposed validation. fix is queued present in 18.3.9 for bug https://bugs.launchpad.net/cloud-init/+bug/1780481. Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack DONE: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog == - Detect OpenStack datasource on Oracle Cloud LP: #1777912  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation UPDATE#2 07/31/2018: 2nd SRU regresssion found by FrancisGinther testing Oracle. Expected OpenStack datasource not detected across dirty reboot after upgrade. Cherry-picking fix for LP: #1784685 before this SRU is let through. UPDATE: SRU regression found during 18.3.0 -proposed validation. fix is queued present in 18.3.9 for bug https://bugs.launchpad.net/cloud-init/+bug/1780481. Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack DONE: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - Detect OpenStack datasource on Oracle Cloud (LP: #1777912)  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-07-31 22:02:04 Chad Smith cloud-init (Ubuntu Artful): status Fix Committed Won't Fix
2018-08-01 20:12:05 Chad Smith tags regression-proposed verification-done-artful verification-needed verification-needed-bionic verification-needed-xenial regression-proposed verification-done verification-done-artful verification-done-bionic verification-done-xenial
2018-08-01 20:13:55 Chad Smith tags regression-proposed verification-done verification-done-artful verification-done-bionic verification-done-xenial regression-proposed verification-done verification-done-bionic verification-done-xenial
2018-08-06 14:16:58 Chad Smith description UPDATE#2 07/31/2018: 2nd SRU regresssion found by FrancisGinther testing Oracle. Expected OpenStack datasource not detected across dirty reboot after upgrade. Cherry-picking fix for LP: #1784685 before this SRU is let through. UPDATE: SRU regression found during 18.3.0 -proposed validation. fix is queued present in 18.3.9 for bug https://bugs.launchpad.net/cloud-init/+bug/1780481. Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack DONE: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - Detect OpenStack datasource on Oracle Cloud (LP: #1777912)  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation UPDATE#2 07/31/2018: 2nd SRU regresssion found by FrancisGinther testing Oracle. Expected OpenStack datasource not detected across dirty reboot after upgrade. Cherry-picking fix for LP: #1784685 before this SRU is let through. UPDATE: SRU regression found during 18.3.0 -proposed validation. fix is queued present in 18.3.9 for bug https://bugs.launchpad.net/cloud-init/+bug/1780481. Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack DONE: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - Detect OpenStack datasource on Oracle Cloud (LP: #1777912)  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-08-07 15:51:25 Chad Smith description UPDATE#2 07/31/2018: 2nd SRU regresssion found by FrancisGinther testing Oracle. Expected OpenStack datasource not detected across dirty reboot after upgrade. Cherry-picking fix for LP: #1784685 before this SRU is let through. UPDATE: SRU regression found during 18.3.0 -proposed validation. fix is queued present in 18.3.9 for bug https://bugs.launchpad.net/cloud-init/+bug/1780481. Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack DONE: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - Detect OpenStack datasource on Oracle Cloud (LP: #1777912)  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation UPDATE#2 07/31/2018: 2nd SRU regresssion found by FrancisGinther testing Oracle. Expected OpenStack datasource not detected across dirty reboot after upgrade. Cherry-picked fix for LP: #1784685 into Xenial and Bionic for this SRU. UPDATE: SRU regression found during 18.3.0 -proposed validation. fix is queued present in 18.3.9 for bug https://bugs.launchpad.net/cloud-init/+bug/1780481. Updated description of changes for minor SRU-update to 18.3 targets Xenial, Artful and Bionic.  18.2.4 -> 18.3 changeset contains  - OpenStack now runs at local time frame network config can be rendered from network_data.json if configured "apply_network_config: true".  - Fix utf-8 content in user-data (LP: #1768600)  - many SmartOS improvements == 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:     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - netplan: fix mtu if provided by network config for all rendered types     - subp: support combine_capture argument.     - util: add get_linux_distro function to replace platform.dist     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - azure: Add reported ready marker file. [Joshua Chan]     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - net: detect unstable network names and trigger a settle if needed     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - Implement bash completion script for cloud-init command line     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds. [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  - xenial ec2, lxd, nocloud-kvm: attached xenial-integration-console.log xenial-integration-artifacts.tar.xz  - artful ec2, lxd, nocloud-kvm: attached artful-integration-console.log artful-integration-artifacts.tar.xz  - bionic ec2, lxd, nocloud-kvm: attached bionic-integration-console.log bionic-integration-artifacts.tar.xz 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 DONE: attach manual cloud-init-proposed test artifacts from tests for each release on openstack datasource sru-artifact-manual-openstack DONE: attach manual cloud-init-proposed test artifacts from tests for each release on softlayer datasource sru-artifact-manual-softlayer [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Discussion] Manual verification artifacts will also be hosted in the folllowing repository: https://github.com/cloud-init/ubuntu-sru/tree/master/20180620 == End SRU Template == == Changelog ==  - Detect OpenStack datasource on Oracle Cloud (LP: #1777912)  - 18.3-9-g2e62cb8a-0ubuntu1     - docs: note in rtd about avoiding /tmp when writing files     - ubuntu,centos,debian: get_linux_distro to align with platform.dist     - Fix boothook docs on environment variable name (INSTANCE_I ->       INSTANCE_ID) [Marc Tamsky]     - update_metadata: a datasource can support network re-config every boot     - tests: drop salt-minion integration test     - Retry on failed import of gpg receive keys.     - tools: Fix run-container when neither source or binary package requested.     - docs: Fix a small spelling error. [Oz N Tiram]     - tox: use simplestreams from git repository rather than bzr.  - 18.3-0ubuntu1     - release 18.3     - docs: represent sudo:false in docs for user_groups config module     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]     - lxd: Delete default network and detach device if lxd-init created them.     - openstack: avoid unneeded metadata probe on non-openstack platforms     - stages: fix tracebacks if a module stage is undefined or empty       [Robert Schweikert]     - Be more safe on string/bytes when writing multipart user-data to disk.     - Fix get_proc_env for pids that have non-utf8 content in environment.     - tests: fix salt_minion integration test on bionic and later     - tests: provide human-readable integration test summary when --verbose     - tests: skip chrony integration tests on lxd running artful or older     - test: add optional --preserve-instance arg to integraiton tests     - netplan: fix mtu if provided by network config for all rendered types     - tests: remove pip install workarounds for pylxd, take upstream fix.     - subp: support combine_capture argument.     - tests: ordered tox dependencies for pylxd install     - util: add get_linux_distro function to replace platform.dist       [Robert Schweikert]     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.     - - Do not use the systemd_prefix macro, not available in this environment       [Robert Schweikert]     - doc: Add config info to ec2, openstack and cloudstack datasource docs     - Enable SmartOS network metadata to work with netplan via per-subnet       routes [Dan McDonald]     - openstack: Allow discovery in init-local using dhclient in a sandbox.     - tests: Avoid using https in httpretty, improve HttPretty test case.     - yaml_load/schema: Add invalid line and column nums to error message     - Azure: Ignore NTFS mount errors when checking ephemeral drive       [Paul Meyer]     - packages/brpm: Get proper dependencies for cmdline distro.     - packages: Make rpm spec files patch in package version like in debs.     - tools/run-container: replace tools/run-centos with more generic.     - Update version.version_string to contain packaged version.     - cc_mounts: Do not add devices to fstab that are already present.       [Lars Kellogg-Stedman]     - ds-identify: ensure that we have certain tokens in PATH.     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]     - read_file_or_url: move to url_helper, fix bug in its FileResponse.     - cloud_tests: help pylint     - flake8: fix flake8 errors in previous commit.     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]     - tests: restructure SSH and initial connections [Joshua Powers]     - ds-identify: recognize container-other as a container, test SmartOS.     - cloud-config.service: run After snap.seeded.service.     - tests: do not rely on host /proc/cmdline in test_net.py       [Lars Kellogg-Stedman]     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.     - tests: fix package and ca_cert cloud_tests on bionic     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.     - pycodestyle: Fix deprecated string literals, move away from flake8.     - azure: Add reported ready marker file. [Joshua Chan]     - tools: Support adding a release suffix through packages/bddeb.     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.       [Harm Weites]     - tools: Re-use the orig tarball in packages/bddeb if it is around.     - netinfo: fix netdev_pformat when a nic does not have an address assigned.     - collect-logs: add -v flag, write to stderr, limit journal to single boot.     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.     - Add reporting events and log_time around early source of blocking time  --- Addtional changelog delta for Xenial, Artful ----     - IBMCloud: recognize provisioning environment during debug boots.     - net: detect unstable network names and trigger a settle if needed     - IBMCloud: improve documentation in datasource.     - sysconfig: dhcp6 subnet type should not imply dhcpv4 [Vitaly Kuznetsov]     - packages/debian/control.in: add missing dependency on iproute2.     - DataSourceSmartOS: add locking of serial device. [Mike Gerdts]     - DataSourceSmartOS: sdc:hostname is ignored [Mike Gerdts]     - DataSourceSmartOS: list() should always return a list [Mike Gerdts]     - schema: in validation, raise ImportError if strict but no jsonschema.     - set_passwords: Add newline to end of sshd config, only restart if       updated.     - pylint: pay attention to unused variable warnings.     - doc: Add documentation for AliYun datasource. [Junjie Wang]     - Schema: do not warn on duplicate items in commands.     - net: Depend on iproute2's ip instead of net-tools ifconfig or route     - DataSourceSmartOS: fix hang when metadata service is down [Mike Gerdts]     - DataSourceSmartOS: change default fs on ephemeral disk from ext3 to       ext4. [Mike Gerdts]     - pycodestyle: Fix invalid escape sequences in string literals.     - Implement bash completion script for cloud-init command line     - tools: Fix make-tarball cli tool usage for development     - renderer: support unicode in render_from_file.     - Implement ntp client spec with auto support for distro selection     - Apport: add Brightbox, IBM, LXD, and OpenTelekomCloud to list of clouds.     - tests: fix ec2 integration network metadata validation
2018-08-08 01:56:21 Launchpad Janitor cloud-init (Ubuntu Bionic): status Fix Committed Fix Released
2018-08-08 01:56:34 Chris Halse Rogers removed subscriber Ubuntu Stable Release Updates Team
2018-08-08 01:57:22 Launchpad Janitor cloud-init (Ubuntu Xenial): status Fix Committed Fix Released