Activity log for bug #1747059

Date Who What changed Old value New value Message
2018-02-02 18:57:03 Chad Smith bug added bug
2018-02-02 18:59:39 Scott Moser nominated for series Ubuntu Artful
2018-02-02 18:59:39 Scott Moser bug task added cloud-init (Ubuntu Artful)
2018-02-02 18:59:39 Scott Moser nominated for series Ubuntu Xenial
2018-02-02 18:59:39 Scott Moser bug task added cloud-init (Ubuntu Xenial)
2018-02-02 18:59:47 Scott Moser cloud-init (Ubuntu): status New Fix Released
2018-02-02 18:59:51 Scott Moser cloud-init (Ubuntu): importance Undecided Medium
2018-02-02 18:59:54 Scott Moser cloud-init (Ubuntu Xenial): status New Confirmed
2018-02-02 18:59:56 Scott Moser cloud-init (Ubuntu Artful): status New Confirmed
2018-02-02 19:00:00 Scott Moser cloud-init (Ubuntu Xenial): importance Undecided Medium
2018-02-02 19:00:02 Scott Moser cloud-init (Ubuntu Artful): importance Undecided Medium
2018-02-08 11:37:15 Łukasz Zemczak cloud-init (Ubuntu Artful): status Confirmed Fix Committed
2018-02-08 11:37:16 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2018-02-08 11:37:19 Łukasz Zemczak bug added subscriber SRU Verification
2018-02-08 11:37:23 Łukasz Zemczak tags verification-needed verification-needed-artful
2018-02-08 11:51:22 Łukasz Zemczak cloud-init (Ubuntu Xenial): status Confirmed Fix Committed
2018-02-08 11:51:28 Łukasz Zemczak tags verification-needed verification-needed-artful verification-needed verification-needed-artful verification-needed-xenial
2018-02-12 18:07:04 Scott Moser description == Begin SRU Template == [Impact] This release provides both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. Notable changes for Ubuntu stable releases are: - debian/grub-legacy-ec2.install: install post(inst|rm) files correctly. [Simon Deziel] (LP: #1581416) - OVF: Extend well-known labels to include OVFENV. (LP: #1698669) - Fix potential cases of uninitialized variables. (LP: #1744796) - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991) - btrfs: support resizing if root is mounted ro. [Robert Schweikert] (LP: #1734787) - OpenNebula: Improve network configuration support. [Akihiko Ota] (LP: #1719157, #1716397, #1736750) - GCE: Improvements and changes to ssh key behavior for default user. [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039) - subp: make ProcessExecutionError have expected types in stderr, stdout. - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783) - Do not log warning on config files that represent None. (LP: #1742479) - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680) - cli: cloud-init clean handles symlinks [Chad Smith] (LP: #1741093) - Azure: Only bounce network when necessary. [Chad Smith] (LP: #1722668) - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600) - debian/patches/ds-identify-behavior-xenial.patch: refresh patch - ds-identify: failure in NoCloud due to unset variable usage. (LP: #1737704) - ec2: Use instance-identity doc for region and instance-id [Andrew Jorgensen] - setup.py: Do not include rendered files in SOURCES.txt - OVF: improve ds-identify to support finding OVF iso transport. (LP: #1731868) - Datasources: Formalize DataSource get_data and related properties. [Chad Smith] - cli: Add clean and status subcommands [Chad Smith] 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 automated lxd results are run by jenkins nightly CI  * https://jenkins.ubuntu.com/server/job/cloud-init-ci-nightly/ * Automated nocloud/kvm Results:  * xenial: TODO  * artful: TODO solutions testing team results:  * xenial: TODO MAAS team results:  * xenial: TODO Manual test artifacts from:  * EC2: - xenial: TODO - artful: TODO  * nocloud:     - Xenial :TODO     - Artful: TODO  * lxd: TODO  * gce: TODO  * azure: TODO Additional manual test results related to this SRU https://github.com/cloud-init/ubuntu-sru/tree/master/20180202 [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Other Info] [Discussion] == End SRU Template == == Changelog == cloud-init (17.2-30-gf7deaf15-0ubuntu1~16.04.1) UNRELEASED; urgency=medium * New upstream snapshot. - docs: Update RTD content for cloud-init subcommands. - OVF: Extend well-known labels to include OVFENV. (LP: #1698669) - Fix potential cases of uninitialized variables. (LP: #1744796) - tests: Collect script output as binary, collect systemd journal, fix lxd. - HACKING.rst: mention setting user name and email via git config. - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991) - tools/read-version: Fix read-version when in a git worktree. - docs: Fix typos in docs and one debug message. [Florian Grignon] - btrfs: support resizing if root is mounted ro. [Robert Schweikert] (LP: #1734787) - OpenNebula: Improve network configuration support. [Akihiko Ota] (LP: #1719157, #1716397, #1736750) - tests: Fix EC2 Platform to return console output as bytes. - tests: Fix attempted use of /run in a test case. - GCE: Improvements and changes to ssh key behavior for default user. [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039) - subp: make ProcessExecutionError have expected types in stderr, stdout. - tests: when querying ntp server, do not do dns resolution. - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783) - tests: remove zesty as supported OS to test - Do not log warning on config files that represent None. (LP: #1742479) - tests: Use git hash pip dependency format for pylxd. - tests: add integration requirements text file - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680) - tests: update apt sources list test - tests: clean up image properties - tests: rename test ssh keys to avoid appearance of leaking private keys. - tests: Enable AWS EC2 Integration Testing - cli: cloud-init clean handles symlinks (LP: #1741093) - SUSE: Add a basic test of network config rendering. [Robert Schweikert] - Azure: Only bounce network when necessary. (LP: #1722668) - lint: Fix lints seen by pylint version 1.8.1. - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600) - release 17.2 - ds-identify: failure in NoCloud due to unset variable usage. (LP: #1737704) - tests: fix collect_console when not implemented - ec2: Use instance-identity doc for region and instance-id [Andrew Jorgensen] - tests: remove leaked tmp files in config drive tests. - setup.py: Do not include rendered files in SOURCES.txt - SUSE: remove delta in systemd local template for SUSE [Robert Schweikert] - tests: move to using tox 1.7.5 - OVF: improve ds-identify to support finding OVF iso transport. (LP: #1731868) - VMware: Support for user provided pre and post-customization scripts [Maitreyee Saikia] - citest: In NoCloudKVM provide keys via metadata not userdata. - pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints. - Datasources: Formalize DataSource get_data and related properties. - cli: Add clean and status subcommands - tests: consolidate platforms into specific dirs cloud-init (17.1-46-g7acc9e68-0ubuntu1~16.04.2) UNRELEASED; urgency=medium * debian/patches/ds-identify-behavior-xenial.patch: refresh patch. * debian/grub-legacy-ec2.install: install post(inst|rm) files correctly. [Simon Deziel] (LP: #1581416) == Begin SRU Template == [Impact] This release provides both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. Notable changes for Ubuntu stable releases are:     - debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.       [Simon Deziel] (LP: #1581416)     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - Do not log warning on config files that represent None. (LP: #1742479)     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - cli: cloud-init clean handles symlinks [Chad Smith] (LP: #1741093)     - Azure: Only bounce network when necessary. [Chad Smith] (LP: #1722668)     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - debian/patches/ds-identify-behavior-xenial.patch: refresh patch     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - setup.py: Do not include rendered files in SOURCES.txt     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - Datasources: Formalize DataSource get_data and related properties.       [Chad Smith]     - cli: Add clean and status subcommands [Chad Smith] 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 automated lxd results are run by jenkins nightly CI  * https://jenkins.ubuntu.com/server/job/cloud-init-ci-nightly/ * Automated nocloud/kvm Results:  * xenial: TODO  * artful: TODO solutions testing team results:  * xenial: TODO MAAS team results:  * xenial: TODO Manual test artifacts from:  * EC2:    - xenial: TODO    - artful: TODO  * nocloud:     - Xenial :TODO     - Artful: TODO  * lxd: TODO  * gce: TODO  * azure: TODO Additional manual test results related to this SRU https://github.com/cloud-init/ubuntu-sru/tree/master/20180202 [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Other Info] [Discussion] == End SRU Template == == Changelog == cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1) UNRELEASED; urgency=medium * New upstream snapshot. - tests: add support for logs with lxd from snap and future lxd 3. (LP: #1745663) - EC2: Fix get_instance_id called against cached datasource pickle. [Chad Smith] (LP: #1748354) - cli: fix cloud-init status to report running when before result.json [Chad Smith] (LP: #1747965) - net: accept network-config in netplan format for renaming interfaces [Ryan Harper] (LP: #1709715) - Fix ssh keys validation in ssh_util [Tatiana Kholkina] cloud-init (17.2-30-gf7deaf15-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - docs: Update RTD content for cloud-init subcommands.     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - tests: Collect script output as binary, collect systemd journal, fix lxd.     - HACKING.rst: mention setting user name and email via git config.     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - tools/read-version: Fix read-version when in a git worktree.     - docs: Fix typos in docs and one debug message. [Florian Grignon]     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - tests: Fix EC2 Platform to return console output as bytes.     - tests: Fix attempted use of /run in a test case.     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - tests: when querying ntp server, do not do dns resolution.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - tests: remove zesty as supported OS to test     - Do not log warning on config files that represent None. (LP: #1742479)     - tests: Use git hash pip dependency format for pylxd.     - tests: add integration requirements text file     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - tests: update apt sources list test     - tests: clean up image properties     - tests: rename test ssh keys to avoid appearance of leaking private keys.     - tests: Enable AWS EC2 Integration Testing     - cli: cloud-init clean handles symlinks (LP: #1741093)     - SUSE: Add a basic test of network config rendering. [Robert Schweikert]     - Azure: Only bounce network when necessary. (LP: #1722668)     - lint: Fix lints seen by pylint version 1.8.1.     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - release 17.2     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - tests: fix collect_console when not implemented     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - tests: remove leaked tmp files in config drive tests.     - setup.py: Do not include rendered files in SOURCES.txt     - SUSE: remove delta in systemd local template for SUSE [Robert Schweikert]     - tests: move to using tox 1.7.5     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - VMware: Support for user provided pre and post-customization scripts       [Maitreyee Saikia]     - citest: In NoCloudKVM provide keys via metadata not userdata.     - pylint: Update pylint to 1.7.1, run on tests/ and tools and fix       complaints.     - Datasources: Formalize DataSource get_data and related properties.     - cli: Add clean and status subcommands     - tests: consolidate platforms into specific dirs cloud-init (17.1-46-g7acc9e68-0ubuntu1~16.04.2) UNRELEASED; urgency=medium   * debian/patches/ds-identify-behavior-xenial.patch: refresh patch.   * debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.     [Simon Deziel] (LP: #1581416)
2018-02-12 21:02:08 Chad Smith description == Begin SRU Template == [Impact] This release provides both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. Notable changes for Ubuntu stable releases are:     - debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.       [Simon Deziel] (LP: #1581416)     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - Do not log warning on config files that represent None. (LP: #1742479)     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - cli: cloud-init clean handles symlinks [Chad Smith] (LP: #1741093)     - Azure: Only bounce network when necessary. [Chad Smith] (LP: #1722668)     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - debian/patches/ds-identify-behavior-xenial.patch: refresh patch     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - setup.py: Do not include rendered files in SOURCES.txt     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - Datasources: Formalize DataSource get_data and related properties.       [Chad Smith]     - cli: Add clean and status subcommands [Chad Smith] 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 automated lxd results are run by jenkins nightly CI  * https://jenkins.ubuntu.com/server/job/cloud-init-ci-nightly/ * Automated nocloud/kvm Results:  * xenial: TODO  * artful: TODO solutions testing team results:  * xenial: TODO MAAS team results:  * xenial: TODO Manual test artifacts from:  * EC2:    - xenial: TODO    - artful: TODO  * nocloud:     - Xenial :TODO     - Artful: TODO  * lxd: TODO  * gce: TODO  * azure: TODO Additional manual test results related to this SRU https://github.com/cloud-init/ubuntu-sru/tree/master/20180202 [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Other Info] [Discussion] == End SRU Template == == Changelog == cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1) UNRELEASED; urgency=medium * New upstream snapshot. - tests: add support for logs with lxd from snap and future lxd 3. (LP: #1745663) - EC2: Fix get_instance_id called against cached datasource pickle. [Chad Smith] (LP: #1748354) - cli: fix cloud-init status to report running when before result.json [Chad Smith] (LP: #1747965) - net: accept network-config in netplan format for renaming interfaces [Ryan Harper] (LP: #1709715) - Fix ssh keys validation in ssh_util [Tatiana Kholkina] cloud-init (17.2-30-gf7deaf15-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - docs: Update RTD content for cloud-init subcommands.     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - tests: Collect script output as binary, collect systemd journal, fix lxd.     - HACKING.rst: mention setting user name and email via git config.     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - tools/read-version: Fix read-version when in a git worktree.     - docs: Fix typos in docs and one debug message. [Florian Grignon]     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - tests: Fix EC2 Platform to return console output as bytes.     - tests: Fix attempted use of /run in a test case.     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - tests: when querying ntp server, do not do dns resolution.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - tests: remove zesty as supported OS to test     - Do not log warning on config files that represent None. (LP: #1742479)     - tests: Use git hash pip dependency format for pylxd.     - tests: add integration requirements text file     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - tests: update apt sources list test     - tests: clean up image properties     - tests: rename test ssh keys to avoid appearance of leaking private keys.     - tests: Enable AWS EC2 Integration Testing     - cli: cloud-init clean handles symlinks (LP: #1741093)     - SUSE: Add a basic test of network config rendering. [Robert Schweikert]     - Azure: Only bounce network when necessary. (LP: #1722668)     - lint: Fix lints seen by pylint version 1.8.1.     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - release 17.2     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - tests: fix collect_console when not implemented     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - tests: remove leaked tmp files in config drive tests.     - setup.py: Do not include rendered files in SOURCES.txt     - SUSE: remove delta in systemd local template for SUSE [Robert Schweikert]     - tests: move to using tox 1.7.5     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - VMware: Support for user provided pre and post-customization scripts       [Maitreyee Saikia]     - citest: In NoCloudKVM provide keys via metadata not userdata.     - pylint: Update pylint to 1.7.1, run on tests/ and tools and fix       complaints.     - Datasources: Formalize DataSource get_data and related properties.     - cli: Add clean and status subcommands     - tests: consolidate platforms into specific dirs cloud-init (17.1-46-g7acc9e68-0ubuntu1~16.04.2) UNRELEASED; urgency=medium   * debian/patches/ds-identify-behavior-xenial.patch: refresh patch.   * debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.     [Simon Deziel] (LP: #1581416) == Begin SRU Template == Updated 02/12/2018: SRU-verification exposed a bug in get_instance_id on EC2 and 17.2.35 publishes a fix for that upgrade path issue. - EC2: Fix get_instance_id called against cached datasource pickle. [Impact] This release provides both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. Notable changes for Ubuntu stable releases are:     - debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.       [Simon Deziel] (LP: #1581416)     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - Do not log warning on config files that represent None. (LP: #1742479)     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - cli: cloud-init clean handles symlinks [Chad Smith] (LP: #1741093)     - Azure: Only bounce network when necessary. [Chad Smith] (LP: #1722668)     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - debian/patches/ds-identify-behavior-xenial.patch: refresh patch     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - setup.py: Do not include rendered files in SOURCES.txt     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - Datasources: Formalize DataSource get_data and related properties.       [Chad Smith]     - cli: Add clean and status subcommands [Chad Smith] 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 automated lxd results are run by jenkins nightly CI  * https://jenkins.ubuntu.com/server/job/cloud-init-ci-nightly/ * Automated nocloud/kvm Results:  * xenial: TODO  * artful: TODO solutions testing team results:  * xenial: TODO MAAS team results:  * xenial: TODO Manual test artifacts from:  * EC2:    - xenial: TODO    - artful: TODO  * nocloud:     - Xenial :TODO     - Artful: TODO  * lxd: TODO  * gce: TODO  * azure: TODO Additional manual test results related to this SRU https://github.com/cloud-init/ubuntu-sru/tree/master/20180202 [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Other Info] [Discussion] == End SRU Template == == Changelog == cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - tests: add support for logs with lxd from snap and future lxd 3.       (LP: #1745663)     - EC2: Fix get_instance_id called against cached datasource pickle.       [Chad Smith] (LP: #1748354)     - cli: fix cloud-init status to report running when before result.json       (LP: #1747965)     - net: accept network-config in netplan format for renaming interfaces       (LP: #1709715)     - Fix ssh keys validation in ssh_util [Tatiana Kholkina] cloud-init (17.2-30-gf7deaf15-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - docs: Update RTD content for cloud-init subcommands.     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - tests: Collect script output as binary, collect systemd journal, fix lxd.     - HACKING.rst: mention setting user name and email via git config.     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - tools/read-version: Fix read-version when in a git worktree.     - docs: Fix typos in docs and one debug message. [Florian Grignon]     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - tests: Fix EC2 Platform to return console output as bytes.     - tests: Fix attempted use of /run in a test case.     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - tests: when querying ntp server, do not do dns resolution.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - tests: remove zesty as supported OS to test     - Do not log warning on config files that represent None. (LP: #1742479)     - tests: Use git hash pip dependency format for pylxd.     - tests: add integration requirements text file     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - tests: update apt sources list test     - tests: clean up image properties     - tests: rename test ssh keys to avoid appearance of leaking private keys.     - tests: Enable AWS EC2 Integration Testing     - cli: cloud-init clean handles symlinks (LP: #1741093)     - SUSE: Add a basic test of network config rendering. [Robert Schweikert]     - Azure: Only bounce network when necessary. (LP: #1722668)     - lint: Fix lints seen by pylint version 1.8.1.     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - release 17.2     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - tests: fix collect_console when not implemented     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - tests: remove leaked tmp files in config drive tests.     - setup.py: Do not include rendered files in SOURCES.txt     - SUSE: remove delta in systemd local template for SUSE [Robert Schweikert]     - tests: move to using tox 1.7.5     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - VMware: Support for user provided pre and post-customization scripts       [Maitreyee Saikia]     - citest: In NoCloudKVM provide keys via metadata not userdata.     - pylint: Update pylint to 1.7.1, run on tests/ and tools and fix       complaints.     - Datasources: Formalize DataSource get_data and related properties.     - cli: Add clean and status subcommands     - tests: consolidate platforms into specific dirs cloud-init (17.1-46-g7acc9e68-0ubuntu1~16.04.2) UNRELEASED; urgency=medium   * debian/patches/ds-identify-behavior-xenial.patch: refresh patch.   * debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.     [Simon Deziel] (LP: #1581416)
2018-02-12 21:05:24 Chad Smith summary sru cloud-init (17.1.46-g7acc9e86-0ubuntu1) update to 17.2.30-gf7deaf15-0ubuntu1 sru cloud-init (17.1.46-g7acc9e86-0ubuntu1) update to 17.2-35-gf576b2a2-0ubuntu1~16.04.1
2018-02-14 21:32:17 Chad Smith attachment added ec2-sru-17.2.30.txt https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5055461/+files/ec2-sru-17.2.30.txt
2018-02-14 21:33:06 Chad Smith description == Begin SRU Template == Updated 02/12/2018: SRU-verification exposed a bug in get_instance_id on EC2 and 17.2.35 publishes a fix for that upgrade path issue. - EC2: Fix get_instance_id called against cached datasource pickle. [Impact] This release provides both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. Notable changes for Ubuntu stable releases are:     - debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.       [Simon Deziel] (LP: #1581416)     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - Do not log warning on config files that represent None. (LP: #1742479)     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - cli: cloud-init clean handles symlinks [Chad Smith] (LP: #1741093)     - Azure: Only bounce network when necessary. [Chad Smith] (LP: #1722668)     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - debian/patches/ds-identify-behavior-xenial.patch: refresh patch     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - setup.py: Do not include rendered files in SOURCES.txt     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - Datasources: Formalize DataSource get_data and related properties.       [Chad Smith]     - cli: Add clean and status subcommands [Chad Smith] 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 automated lxd results are run by jenkins nightly CI  * https://jenkins.ubuntu.com/server/job/cloud-init-ci-nightly/ * Automated nocloud/kvm Results:  * xenial: TODO  * artful: TODO solutions testing team results:  * xenial: TODO MAAS team results:  * xenial: TODO Manual test artifacts from:  * EC2:    - xenial: TODO    - artful: TODO  * nocloud:     - Xenial :TODO     - Artful: TODO  * lxd: TODO  * gce: TODO  * azure: TODO Additional manual test results related to this SRU https://github.com/cloud-init/ubuntu-sru/tree/master/20180202 [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Other Info] [Discussion] == End SRU Template == == Changelog == cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - tests: add support for logs with lxd from snap and future lxd 3.       (LP: #1745663)     - EC2: Fix get_instance_id called against cached datasource pickle.       [Chad Smith] (LP: #1748354)     - cli: fix cloud-init status to report running when before result.json       (LP: #1747965)     - net: accept network-config in netplan format for renaming interfaces       (LP: #1709715)     - Fix ssh keys validation in ssh_util [Tatiana Kholkina] cloud-init (17.2-30-gf7deaf15-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - docs: Update RTD content for cloud-init subcommands.     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - tests: Collect script output as binary, collect systemd journal, fix lxd.     - HACKING.rst: mention setting user name and email via git config.     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - tools/read-version: Fix read-version when in a git worktree.     - docs: Fix typos in docs and one debug message. [Florian Grignon]     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - tests: Fix EC2 Platform to return console output as bytes.     - tests: Fix attempted use of /run in a test case.     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - tests: when querying ntp server, do not do dns resolution.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - tests: remove zesty as supported OS to test     - Do not log warning on config files that represent None. (LP: #1742479)     - tests: Use git hash pip dependency format for pylxd.     - tests: add integration requirements text file     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - tests: update apt sources list test     - tests: clean up image properties     - tests: rename test ssh keys to avoid appearance of leaking private keys.     - tests: Enable AWS EC2 Integration Testing     - cli: cloud-init clean handles symlinks (LP: #1741093)     - SUSE: Add a basic test of network config rendering. [Robert Schweikert]     - Azure: Only bounce network when necessary. (LP: #1722668)     - lint: Fix lints seen by pylint version 1.8.1.     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - release 17.2     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - tests: fix collect_console when not implemented     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - tests: remove leaked tmp files in config drive tests.     - setup.py: Do not include rendered files in SOURCES.txt     - SUSE: remove delta in systemd local template for SUSE [Robert Schweikert]     - tests: move to using tox 1.7.5     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - VMware: Support for user provided pre and post-customization scripts       [Maitreyee Saikia]     - citest: In NoCloudKVM provide keys via metadata not userdata.     - pylint: Update pylint to 1.7.1, run on tests/ and tools and fix       complaints.     - Datasources: Formalize DataSource get_data and related properties.     - cli: Add clean and status subcommands     - tests: consolidate platforms into specific dirs cloud-init (17.1-46-g7acc9e68-0ubuntu1~16.04.2) UNRELEASED; urgency=medium   * debian/patches/ds-identify-behavior-xenial.patch: refresh patch.   * debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.     [Simon Deziel] (LP: #1581416) == Begin SRU Template == Updated 02/12/2018: SRU-verification exposed a bug in get_instance_id on EC2 and 17.2.35 publishes a fix for that upgrade path issue.     - EC2: Fix get_instance_id called against cached datasource pickle. [Impact] This release provides both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. Notable changes for Ubuntu stable releases are:     - debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.       [Simon Deziel] (LP: #1581416)     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - Do not log warning on config files that represent None. (LP: #1742479)     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - cli: cloud-init clean handles symlinks [Chad Smith] (LP: #1741093)     - Azure: Only bounce network when necessary. [Chad Smith] (LP: #1722668)     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - debian/patches/ds-identify-behavior-xenial.patch: refresh patch     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - setup.py: Do not include rendered files in SOURCES.txt     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - Datasources: Formalize DataSource get_data and related properties.       [Chad Smith]     - cli: Add clean and status subcommands [Chad Smith] 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 automated lxd results are run by jenkins nightly CI  * https://jenkins.ubuntu.com/server/job/cloud-init-ci-nightly/ * Automated nocloud/kvm Results:  * xenial: TODO  * artful: TODO solutions testing team results:  * xenial: TODO MAAS team results:  * xenial: TODO Manual test artifacts from:  * EC2:    - xenial: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5055461/+files/ec2-sru-17.2.30.txt    - artful: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5055461/+files/ec2-sru-17.2.30.txt  * nocloud:     - Xenial :TODO     - Artful: TODO  * lxd: TODO  * gce: TODO  * azure: TODO Additional manual test results related to this SRU https://github.com/cloud-init/ubuntu-sru/tree/master/20180202 [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Other Info] [Discussion] == End SRU Template == == Changelog == cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - tests: add support for logs with lxd from snap and future lxd 3.       (LP: #1745663)     - EC2: Fix get_instance_id called against cached datasource pickle.       [Chad Smith] (LP: #1748354)     - cli: fix cloud-init status to report running when before result.json       (LP: #1747965)     - net: accept network-config in netplan format for renaming interfaces       (LP: #1709715)     - Fix ssh keys validation in ssh_util [Tatiana Kholkina] cloud-init (17.2-30-gf7deaf15-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - docs: Update RTD content for cloud-init subcommands.     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - tests: Collect script output as binary, collect systemd journal, fix lxd.     - HACKING.rst: mention setting user name and email via git config.     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - tools/read-version: Fix read-version when in a git worktree.     - docs: Fix typos in docs and one debug message. [Florian Grignon]     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - tests: Fix EC2 Platform to return console output as bytes.     - tests: Fix attempted use of /run in a test case.     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - tests: when querying ntp server, do not do dns resolution.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - tests: remove zesty as supported OS to test     - Do not log warning on config files that represent None. (LP: #1742479)     - tests: Use git hash pip dependency format for pylxd.     - tests: add integration requirements text file     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - tests: update apt sources list test     - tests: clean up image properties     - tests: rename test ssh keys to avoid appearance of leaking private keys.     - tests: Enable AWS EC2 Integration Testing     - cli: cloud-init clean handles symlinks (LP: #1741093)     - SUSE: Add a basic test of network config rendering. [Robert Schweikert]     - Azure: Only bounce network when necessary. (LP: #1722668)     - lint: Fix lints seen by pylint version 1.8.1.     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - release 17.2     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - tests: fix collect_console when not implemented     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - tests: remove leaked tmp files in config drive tests.     - setup.py: Do not include rendered files in SOURCES.txt     - SUSE: remove delta in systemd local template for SUSE [Robert Schweikert]     - tests: move to using tox 1.7.5     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - VMware: Support for user provided pre and post-customization scripts       [Maitreyee Saikia]     - citest: In NoCloudKVM provide keys via metadata not userdata.     - pylint: Update pylint to 1.7.1, run on tests/ and tools and fix       complaints.     - Datasources: Formalize DataSource get_data and related properties.     - cli: Add clean and status subcommands     - tests: consolidate platforms into specific dirs cloud-init (17.1-46-g7acc9e68-0ubuntu1~16.04.2) UNRELEASED; urgency=medium   * debian/patches/ds-identify-behavior-xenial.patch: refresh patch.   * debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.     [Simon Deziel] (LP: #1581416)
2018-02-21 18:41:45 John George attachment added maas_hp_gen9_install.log https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5059910/+files/maas_hp_gen9_install.log
2018-02-21 18:42:29 John George attachment added maas_pod_kvm_install.log https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5059911/+files/maas_pod_kvm_install.log
2018-02-23 05:55:27 Chad Smith attachment added gce-sru-17.2.35.txt https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5060895/+files/gce-sru-17.2.35.txt
2018-02-23 18:13:36 Chad Smith attachment added azure-sru-17.2.35.txt https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061273/+files/azure-sru-17.2.35.txt
2018-02-23 18:14:09 Chad Smith attachment added ec2-sru-17.2.35.txt https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061274/+files/ec2-sru-17.2.35.txt
2018-02-23 21:06:28 Chad Smith attachment added nocloud-kvm-sru-17.2.35.txt https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061384/+files/nocloud-kvm-sru-17.2.35.txt
2018-02-23 21:06:58 Chad Smith attachment added nocloud-lxd-sru-17.2.35.txt https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061385/+files/nocloud-lxd-sru-17.2.35.txt
2018-02-23 21:11:38 Chad Smith description == Begin SRU Template == Updated 02/12/2018: SRU-verification exposed a bug in get_instance_id on EC2 and 17.2.35 publishes a fix for that upgrade path issue.     - EC2: Fix get_instance_id called against cached datasource pickle. [Impact] This release provides both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. Notable changes for Ubuntu stable releases are:     - debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.       [Simon Deziel] (LP: #1581416)     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - Do not log warning on config files that represent None. (LP: #1742479)     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - cli: cloud-init clean handles symlinks [Chad Smith] (LP: #1741093)     - Azure: Only bounce network when necessary. [Chad Smith] (LP: #1722668)     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - debian/patches/ds-identify-behavior-xenial.patch: refresh patch     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - setup.py: Do not include rendered files in SOURCES.txt     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - Datasources: Formalize DataSource get_data and related properties.       [Chad Smith]     - cli: Add clean and status subcommands [Chad Smith] 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 automated lxd results are run by jenkins nightly CI  * https://jenkins.ubuntu.com/server/job/cloud-init-ci-nightly/ * Automated nocloud/kvm Results:  * xenial: TODO  * artful: TODO solutions testing team results:  * xenial: TODO MAAS team results:  * xenial: TODO Manual test artifacts from:  * EC2:    - xenial: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5055461/+files/ec2-sru-17.2.30.txt    - artful: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5055461/+files/ec2-sru-17.2.30.txt  * nocloud:     - Xenial :TODO     - Artful: TODO  * lxd: TODO  * gce: TODO  * azure: TODO Additional manual test results related to this SRU https://github.com/cloud-init/ubuntu-sru/tree/master/20180202 [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Other Info] [Discussion] == End SRU Template == == Changelog == cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - tests: add support for logs with lxd from snap and future lxd 3.       (LP: #1745663)     - EC2: Fix get_instance_id called against cached datasource pickle.       [Chad Smith] (LP: #1748354)     - cli: fix cloud-init status to report running when before result.json       (LP: #1747965)     - net: accept network-config in netplan format for renaming interfaces       (LP: #1709715)     - Fix ssh keys validation in ssh_util [Tatiana Kholkina] cloud-init (17.2-30-gf7deaf15-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - docs: Update RTD content for cloud-init subcommands.     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - tests: Collect script output as binary, collect systemd journal, fix lxd.     - HACKING.rst: mention setting user name and email via git config.     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - tools/read-version: Fix read-version when in a git worktree.     - docs: Fix typos in docs and one debug message. [Florian Grignon]     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - tests: Fix EC2 Platform to return console output as bytes.     - tests: Fix attempted use of /run in a test case.     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - tests: when querying ntp server, do not do dns resolution.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - tests: remove zesty as supported OS to test     - Do not log warning on config files that represent None. (LP: #1742479)     - tests: Use git hash pip dependency format for pylxd.     - tests: add integration requirements text file     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - tests: update apt sources list test     - tests: clean up image properties     - tests: rename test ssh keys to avoid appearance of leaking private keys.     - tests: Enable AWS EC2 Integration Testing     - cli: cloud-init clean handles symlinks (LP: #1741093)     - SUSE: Add a basic test of network config rendering. [Robert Schweikert]     - Azure: Only bounce network when necessary. (LP: #1722668)     - lint: Fix lints seen by pylint version 1.8.1.     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - release 17.2     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - tests: fix collect_console when not implemented     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - tests: remove leaked tmp files in config drive tests.     - setup.py: Do not include rendered files in SOURCES.txt     - SUSE: remove delta in systemd local template for SUSE [Robert Schweikert]     - tests: move to using tox 1.7.5     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - VMware: Support for user provided pre and post-customization scripts       [Maitreyee Saikia]     - citest: In NoCloudKVM provide keys via metadata not userdata.     - pylint: Update pylint to 1.7.1, run on tests/ and tools and fix       complaints.     - Datasources: Formalize DataSource get_data and related properties.     - cli: Add clean and status subcommands     - tests: consolidate platforms into specific dirs cloud-init (17.1-46-g7acc9e68-0ubuntu1~16.04.2) UNRELEASED; urgency=medium   * debian/patches/ds-identify-behavior-xenial.patch: refresh patch.   * debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.     [Simon Deziel] (LP: #1581416) == Begin SRU Template == Updated 02/12/2018: SRU-verification exposed a bug in get_instance_id on EC2 and 17.2.35 publishes a fix for that upgrade path issue.     - EC2: Fix get_instance_id called against cached datasource pickle. [Impact] This release provides both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. Notable changes for Ubuntu stable releases are:     - debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.       [Simon Deziel] (LP: #1581416)     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - Do not log warning on config files that represent None. (LP: #1742479)     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - cli: cloud-init clean handles symlinks [Chad Smith] (LP: #1741093)     - Azure: Only bounce network when necessary. [Chad Smith] (LP: #1722668)     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - debian/patches/ds-identify-behavior-xenial.patch: refresh patch     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - setup.py: Do not include rendered files in SOURCES.txt     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - Datasources: Formalize DataSource get_data and related properties.       [Chad Smith]     - cli: Add clean and status subcommands [Chad Smith] 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 automated lxd results are run by jenkins nightly CI  * https://jenkins.ubuntu.com/server/job/cloud-init-ci-nightly/ * Automated nocloud/kvm Results:  * xenial: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061384/+files/nocloud-kvm-sru-17.2.35.txt  * artful: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061384/+files/nocloud-kvm-sru-17.2.35.txt solutions testing team results:  * xenial: - https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5059910/+files/maas_hp_gen9_install.log - https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5059911/+files/maas_pod_kvm_install.log MAAS team results:  * xenial: TODO Manual test artifacts from:  * EC2:    - xenial & artful: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061274/+files/ec2-sru-17.2.35.txt  * nocloud:     - Xenial & Artful: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061384/+files/nocloud-kvm-sru-17.2.35.txt  * lxd: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061385/+files/nocloud-lxd-sru-17.2.35.txt  * gce: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5060895/+files/gce-sru-17.2.35.txt  * azure: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061273/+files/azure-sru-17.2.35.txt Additional manual test results related to this SRU https://github.com/cloud-init/ubuntu-sru/tree/master/20180202 [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Other Info] [Discussion] == End SRU Template == == Changelog == cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - tests: add support for logs with lxd from snap and future lxd 3.       (LP: #1745663)     - EC2: Fix get_instance_id called against cached datasource pickle.       [Chad Smith] (LP: #1748354)     - cli: fix cloud-init status to report running when before result.json       (LP: #1747965)     - net: accept network-config in netplan format for renaming interfaces       (LP: #1709715)     - Fix ssh keys validation in ssh_util [Tatiana Kholkina] cloud-init (17.2-30-gf7deaf15-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - docs: Update RTD content for cloud-init subcommands.     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - tests: Collect script output as binary, collect systemd journal, fix lxd.     - HACKING.rst: mention setting user name and email via git config.     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - tools/read-version: Fix read-version when in a git worktree.     - docs: Fix typos in docs and one debug message. [Florian Grignon]     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - tests: Fix EC2 Platform to return console output as bytes.     - tests: Fix attempted use of /run in a test case.     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - tests: when querying ntp server, do not do dns resolution.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - tests: remove zesty as supported OS to test     - Do not log warning on config files that represent None. (LP: #1742479)     - tests: Use git hash pip dependency format for pylxd.     - tests: add integration requirements text file     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - tests: update apt sources list test     - tests: clean up image properties     - tests: rename test ssh keys to avoid appearance of leaking private keys.     - tests: Enable AWS EC2 Integration Testing     - cli: cloud-init clean handles symlinks (LP: #1741093)     - SUSE: Add a basic test of network config rendering. [Robert Schweikert]     - Azure: Only bounce network when necessary. (LP: #1722668)     - lint: Fix lints seen by pylint version 1.8.1.     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - release 17.2     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - tests: fix collect_console when not implemented     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - tests: remove leaked tmp files in config drive tests.     - setup.py: Do not include rendered files in SOURCES.txt     - SUSE: remove delta in systemd local template for SUSE [Robert Schweikert]     - tests: move to using tox 1.7.5     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - VMware: Support for user provided pre and post-customization scripts       [Maitreyee Saikia]     - citest: In NoCloudKVM provide keys via metadata not userdata.     - pylint: Update pylint to 1.7.1, run on tests/ and tools and fix       complaints.     - Datasources: Formalize DataSource get_data and related properties.     - cli: Add clean and status subcommands     - tests: consolidate platforms into specific dirs cloud-init (17.1-46-g7acc9e68-0ubuntu1~16.04.2) UNRELEASED; urgency=medium   * debian/patches/ds-identify-behavior-xenial.patch: refresh patch.   * debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.     [Simon Deziel] (LP: #1581416)
2018-02-27 17:30:42 Chad Smith description == Begin SRU Template == Updated 02/12/2018: SRU-verification exposed a bug in get_instance_id on EC2 and 17.2.35 publishes a fix for that upgrade path issue.     - EC2: Fix get_instance_id called against cached datasource pickle. [Impact] This release provides both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. Notable changes for Ubuntu stable releases are:     - debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.       [Simon Deziel] (LP: #1581416)     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - Do not log warning on config files that represent None. (LP: #1742479)     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - cli: cloud-init clean handles symlinks [Chad Smith] (LP: #1741093)     - Azure: Only bounce network when necessary. [Chad Smith] (LP: #1722668)     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - debian/patches/ds-identify-behavior-xenial.patch: refresh patch     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - setup.py: Do not include rendered files in SOURCES.txt     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - Datasources: Formalize DataSource get_data and related properties.       [Chad Smith]     - cli: Add clean and status subcommands [Chad Smith] 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 automated lxd results are run by jenkins nightly CI  * https://jenkins.ubuntu.com/server/job/cloud-init-ci-nightly/ * Automated nocloud/kvm Results:  * xenial: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061384/+files/nocloud-kvm-sru-17.2.35.txt  * artful: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061384/+files/nocloud-kvm-sru-17.2.35.txt solutions testing team results:  * xenial: - https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5059910/+files/maas_hp_gen9_install.log - https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5059911/+files/maas_pod_kvm_install.log MAAS team results:  * xenial: TODO Manual test artifacts from:  * EC2:    - xenial & artful: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061274/+files/ec2-sru-17.2.35.txt  * nocloud:     - Xenial & Artful: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061384/+files/nocloud-kvm-sru-17.2.35.txt  * lxd: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061385/+files/nocloud-lxd-sru-17.2.35.txt  * gce: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5060895/+files/gce-sru-17.2.35.txt  * azure: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061273/+files/azure-sru-17.2.35.txt Additional manual test results related to this SRU https://github.com/cloud-init/ubuntu-sru/tree/master/20180202 [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Other Info] [Discussion] == End SRU Template == == Changelog == cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - tests: add support for logs with lxd from snap and future lxd 3.       (LP: #1745663)     - EC2: Fix get_instance_id called against cached datasource pickle.       [Chad Smith] (LP: #1748354)     - cli: fix cloud-init status to report running when before result.json       (LP: #1747965)     - net: accept network-config in netplan format for renaming interfaces       (LP: #1709715)     - Fix ssh keys validation in ssh_util [Tatiana Kholkina] cloud-init (17.2-30-gf7deaf15-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - docs: Update RTD content for cloud-init subcommands.     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - tests: Collect script output as binary, collect systemd journal, fix lxd.     - HACKING.rst: mention setting user name and email via git config.     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - tools/read-version: Fix read-version when in a git worktree.     - docs: Fix typos in docs and one debug message. [Florian Grignon]     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - tests: Fix EC2 Platform to return console output as bytes.     - tests: Fix attempted use of /run in a test case.     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - tests: when querying ntp server, do not do dns resolution.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - tests: remove zesty as supported OS to test     - Do not log warning on config files that represent None. (LP: #1742479)     - tests: Use git hash pip dependency format for pylxd.     - tests: add integration requirements text file     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - tests: update apt sources list test     - tests: clean up image properties     - tests: rename test ssh keys to avoid appearance of leaking private keys.     - tests: Enable AWS EC2 Integration Testing     - cli: cloud-init clean handles symlinks (LP: #1741093)     - SUSE: Add a basic test of network config rendering. [Robert Schweikert]     - Azure: Only bounce network when necessary. (LP: #1722668)     - lint: Fix lints seen by pylint version 1.8.1.     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - release 17.2     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - tests: fix collect_console when not implemented     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - tests: remove leaked tmp files in config drive tests.     - setup.py: Do not include rendered files in SOURCES.txt     - SUSE: remove delta in systemd local template for SUSE [Robert Schweikert]     - tests: move to using tox 1.7.5     - OVF: improve ds-identify to support finding OVF iso transport.       (LP: #1731868)     - VMware: Support for user provided pre and post-customization scripts       [Maitreyee Saikia]     - citest: In NoCloudKVM provide keys via metadata not userdata.     - pylint: Update pylint to 1.7.1, run on tests/ and tools and fix       complaints.     - Datasources: Formalize DataSource get_data and related properties.     - cli: Add clean and status subcommands     - tests: consolidate platforms into specific dirs cloud-init (17.1-46-g7acc9e68-0ubuntu1~16.04.2) UNRELEASED; urgency=medium   * debian/patches/ds-identify-behavior-xenial.patch: refresh patch.   * debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.     [Simon Deziel] (LP: #1581416) == Begin SRU Template == Updated 02/12/2018: SRU-verification exposed a bug in get_instance_id on EC2 and 17.2.35 publishes a fix for that upgrade path issue.     - EC2: Fix get_instance_id called against cached datasource pickle. [Impact] This release provides both bug-fixes and new features and we would like to make sure all of our supported customers have access to these improvements. Notable changes for Ubuntu stable releases are:     - debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.       [Simon Deziel] (LP: #1581416)     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - Do not log warning on config files that represent None. (LP: #1742479)     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - cli: cloud-init clean handles symlinks [Chad Smith] (LP: #1741093)     - Azure: Only bounce network when necessary. [Chad Smith] (LP: #1722668)     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - debian/patches/ds-identify-behavior-xenial.patch: refresh patch     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - setup.py: Do not include rendered files in SOURCES.txt     - OVF: improve ds-identify to support finding OVF iso transport.     - Datasources: Formalize DataSource get_data and related properties.       [Chad Smith]     - cli: Add clean and status subcommands [Chad Smith] 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 automated lxd results are run by jenkins nightly CI  * https://jenkins.ubuntu.com/server/job/cloud-init-ci-nightly/ * Automated nocloud/kvm Results:  * xenial: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061384/+files/nocloud-kvm-sru-17.2.35.txt  * artful: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061384/+files/nocloud-kvm-sru-17.2.35.txt solutions testing team results:  * xenial:     - https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5059910/+files/maas_hp_gen9_install.log     - https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5059911/+files/maas_pod_kvm_install.log MAAS team results:  * xenial: Success: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/comments/16 Manual test artifacts from:  * EC2:    - xenial & artful: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061274/+files/ec2-sru-17.2.35.txt  * nocloud:     - Xenial & Artful: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061384/+files/nocloud-kvm-sru-17.2.35.txt  * lxd: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061385/+files/nocloud-lxd-sru-17.2.35.txt  * gce: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5060895/+files/gce-sru-17.2.35.txt  * azure: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1747059/+attachment/5061273/+files/azure-sru-17.2.35.txt Additional manual test results related to this SRU https://github.com/cloud-init/ubuntu-sru/tree/master/20180202 [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug. [Other Info] [Discussion] == End SRU Template == == Changelog == cloud-init (17.2-35-gf576b2a2-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - tests: add support for logs with lxd from snap and future lxd 3.       (LP: #1745663)     - EC2: Fix get_instance_id called against cached datasource pickle.       [Chad Smith] (LP: #1748354)     - cli: fix cloud-init status to report running when before result.json       (LP: #1747965)     - net: accept network-config in netplan format for renaming interfaces       (LP: #1709715)     - Fix ssh keys validation in ssh_util [Tatiana Kholkina] cloud-init (17.2-30-gf7deaf15-0ubuntu1~16.04.1) UNRELEASED; urgency=medium   * New upstream snapshot.     - docs: Update RTD content for cloud-init subcommands.     - OVF: Extend well-known labels to include OVFENV. (LP: #1698669)     - Fix potential cases of uninitialized variables. (LP: #1744796)     - tests: Collect script output as binary, collect systemd journal, fix lxd.     - HACKING.rst: mention setting user name and email via git config.     - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991)     - tools/read-version: Fix read-version when in a git worktree.     - docs: Fix typos in docs and one debug message. [Florian Grignon]     - btrfs: support resizing if root is mounted ro.       [Robert Schweikert] (LP: #1734787)     - OpenNebula: Improve network configuration support.       [Akihiko Ota] (LP: #1719157, #1716397, #1736750)     - tests: Fix EC2 Platform to return console output as bytes.     - tests: Fix attempted use of /run in a test case.     - GCE: Improvements and changes to ssh key behavior for default user.       [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039)     - subp: make ProcessExecutionError have expected types in stderr, stdout.     - tests: when querying ntp server, do not do dns resolution.     - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783)     - tests: remove zesty as supported OS to test     - Do not log warning on config files that represent None. (LP: #1742479)     - tests: Use git hash pip dependency format for pylxd.     - tests: add integration requirements text file     - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680)     - tests: update apt sources list test     - tests: clean up image properties     - tests: rename test ssh keys to avoid appearance of leaking private keys.     - tests: Enable AWS EC2 Integration Testing     - cli: cloud-init clean handles symlinks (LP: #1741093)     - SUSE: Add a basic test of network config rendering. [Robert Schweikert]     - Azure: Only bounce network when necessary. (LP: #1722668)     - lint: Fix lints seen by pylint version 1.8.1.     - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600)     - release 17.2     - ds-identify: failure in NoCloud due to unset variable usage.       (LP: #1737704)     - tests: fix collect_console when not implemented     - ec2: Use instance-identity doc for region and instance-id       [Andrew Jorgensen]     - tests: remove leaked tmp files in config drive tests.     - setup.py: Do not include rendered files in SOURCES.txt     - SUSE: remove delta in systemd local template for SUSE [Robert Schweikert]     - tests: move to using tox 1.7.5     - OVF: improve ds-identify to support finding OVF iso transport.     - VMware: Support for user provided pre and post-customization scripts       [Maitreyee Saikia]     - citest: In NoCloudKVM provide keys via metadata not userdata.     - pylint: Update pylint to 1.7.1, run on tests/ and tools and fix       complaints.     - Datasources: Formalize DataSource get_data and related properties.     - cli: Add clean and status subcommands     - tests: consolidate platforms into specific dirs cloud-init (17.1-46-g7acc9e68-0ubuntu1~16.04.2) UNRELEASED; urgency=medium   * debian/patches/ds-identify-behavior-xenial.patch: refresh patch.   * debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.     [Simon Deziel] (LP: #1581416)
2018-02-27 17:32:00 Chad Smith tags verification-needed verification-needed-artful verification-needed-xenial verification-done verification-done-artful verification-done-xenial
2018-02-27 22:26:08 Launchpad Janitor cloud-init (Ubuntu Artful): status Fix Committed Fix Released
2018-02-27 22:26:13 Chris Halse Rogers removed subscriber Ubuntu Stable Release Updates Team
2018-03-01 23:42:49 Brian Murray tags verification-done verification-done-artful verification-done-xenial verification-done verification-done-artful verification-failed-xenial
2018-03-02 14:32:27 Timo Aaltonen bug added subscriber Ubuntu Stable Release Updates Team
2018-03-02 14:32:30 Timo Aaltonen tags verification-done verification-done-artful verification-failed-xenial verification-done-artful verification-needed verification-needed-xenial
2018-03-02 17:56:21 Chad Smith tags verification-done-artful verification-needed verification-needed-xenial verification-done verification-done-artful verification-done-xenial
2018-03-05 13:07:49 Launchpad Janitor cloud-init (Ubuntu Xenial): status Fix Committed Fix Released