[Bug 1747059] Re: sru cloud-init (17.1.46-g7acc9e86-0ubuntu1) update to 17.2.30-gf7deaf15-0ubuntu1

2018-02-12 Thread Chad Smith
** Description changed:

  == 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
-   [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]
+   * 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)
  

[Bug 1747059] Re: sru cloud-init (17.1.46-g7acc9e86-0ubuntu1) update to 17.2.30-gf7deaf15-0ubuntu1

2018-02-12 Thread Scott Moser
** Description changed:

  == 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]
  
- - 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.
+ 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
+  * EC2:
+    - xenial: TODO
+    - artful: TODO
   * nocloud:
  - Xenial :TODO
  - Artful: TODO
   * lxd: TODO
   * gce: TODO
   * azure: TODO
  
  Additional manual test results related to this SRU
  

[Bug 1747059] Re: sru cloud-init (17.1.46-g7acc9e86-0ubuntu1) update to 17.2.30-gf7deaf15-0ubuntu1

2018-02-08 Thread Chad Smith
Discovered SRU blocker for EC2 upgrade path LP: #1748354.

We will be adding a fix to this SRU bug including changelog for this
branch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1747059

Title:
  sru cloud-init (17.1.46-g7acc9e86-0ubuntu1) update to
  17.2.30-gf7deaf15-0ubuntu1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1747059] Re: sru cloud-init (17.1.46-g7acc9e86-0ubuntu1) update to 17.2.30-gf7deaf15-0ubuntu1

2018-02-08 Thread Łukasz Zemczak
Hello Chad, or anyone else affected,

Accepted cloud-init into xenial-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/17.2-30-gf7deaf15-0ubuntu1~16.04.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-xenial to verification-done-xenial. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-xenial. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: cloud-init (Ubuntu Xenial)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed-xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1747059

Title:
  sru cloud-init (17.1.46-g7acc9e86-0ubuntu1) update to
  17.2.30-gf7deaf15-0ubuntu1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1747059] Re: sru cloud-init (17.1.46-g7acc9e86-0ubuntu1) update to 17.2.30-gf7deaf15-0ubuntu1

2018-02-08 Thread Łukasz Zemczak
Hello Chad, or anyone else affected,

Accepted cloud-init into artful-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/17.2-30-gf7deaf15-0ubuntu1~17.10.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-artful to verification-done-artful. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-artful. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: cloud-init (Ubuntu Artful)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed verification-needed-artful

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1747059

Title:
  sru cloud-init (17.1.46-g7acc9e86-0ubuntu1) update to
  17.2.30-gf7deaf15-0ubuntu1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1747059] Re: sru cloud-init (17.1.46-g7acc9e86-0ubuntu1) update to 17.2.30-gf7deaf15-0ubuntu1

2018-02-02 Thread Scott Moser
** Also affects: cloud-init (Ubuntu Artful)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu)
   Status: New => Fix Released

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided => Medium

** Changed in: cloud-init (Ubuntu Xenial)
   Status: New => Confirmed

** Changed in: cloud-init (Ubuntu Artful)
   Status: New => Confirmed

** Changed in: cloud-init (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: cloud-init (Ubuntu Artful)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1747059

Title:
  sru cloud-init (17.1.46-g7acc9e86-0ubuntu1) update to
  17.2.30-gf7deaf15-0ubuntu1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs