** Description changed:

+ # Note updated SRU snapshot to include an upstream fix for exoscale
+ cloud_config_modules
+ 
+ 
  == Begin SRU Template ==
  [Impact]
  This release sports both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these
  improvements. The notable ones are:
- 
-     - ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULA
-     - DataSourceOracle: prefer DS network config over initramfs
-     - Azure: Record boot timestamps, system information, and diagnostic events
-       [Anh Vo]
-     - DataSourceOracle: configure secondary NICs on Virtual Machines
-     - azure/net: generate_fallback_nic emits network v2 config instead of v1
-     - Add support for publishing host keys to GCE guest attributes
-       [Rick Wright]
-     - New data source for the Exoscale.com cloud platform [Chris Glass]
-     - net/cmdline: split interfaces_by_mac and init network config
-       determination
-     - stages: allow data sources to override network config source order
-     - Fix bug rendering MTU on bond or vlan when input was netplan.
-       [Scott Moser]
-     - net: add rfc3442 (classless static routes) to EphemeralDHCP
-     - templates/ntp.conf.debian.tmpl: fix missing newline for pools
-     - Add a cdrom size checker for OVF ds to ds-identify [Pengpeng Sun]
-     - VMWare: Trigger the post customization script via cc_scripts module.
-       [Xiaofeng Wang]
-     - Cloud-init analyze module: Added ability to analyze boot events.
-       [Sam Gilson]
-     - Update debian eni network configuration location, retain Ubuntu setting
-       [Janos Lenart]
-     - net: skip bond interfaces in get_interfaces [Stanislav Makar]
-     - Add missing dsname for Hetzner Cloud datasource [Markus Schade]
-     - azure: add region and AZ properties from imds compute location metadata
-     - Allow identification of OpenStack by Asset Tag [Mark T. Voelker]
-     - netplan: update netplan key mappings for gratuitous-arp
- 
+ -- begin update (08/28/19) --
+     - Oracle: Render secondary vnic IP and MTU values only
+     - exoscale: fix sysconfig cloud_config_modules overrides
+ -- end update (08/28/19) --
+     - ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULA
+     - DataSourceOracle: prefer DS network config over initramfs
+     - Azure: Record boot timestamps, system information, and diagnostic events
+       [Anh Vo]
+     - DataSourceOracle: configure secondary NICs on Virtual Machines
+     - azure/net: generate_fallback_nic emits network v2 config instead of v1
+     - Add support for publishing host keys to GCE guest attributes
+       [Rick Wright]
+     - New data source for the Exoscale.com cloud platform [Chris Glass]
+     - net/cmdline: split interfaces_by_mac and init network config
+       determination
+     - stages: allow data sources to override network config source order
+     - Fix bug rendering MTU on bond or vlan when input was netplan.
+       [Scott Moser]
+     - net: add rfc3442 (classless static routes) to EphemeralDHCP
+     - templates/ntp.conf.debian.tmpl: fix missing newline for pools
+     - Add a cdrom size checker for OVF ds to ds-identify [Pengpeng Sun]
+     - VMWare: Trigger the post customization script via cc_scripts module.
+       [Xiaofeng Wang]
+     - Cloud-init analyze module: Added ability to analyze boot events.
+       [Sam Gilson]
+     - Update debian eni network configuration location, retain Ubuntu setting
+       [Janos Lenart]
+     - net: skip bond interfaces in get_interfaces [Stanislav Makar]
+     - Add missing dsname for Hetzner Cloud datasource [Markus Schade]
+     - azure: add region and AZ properties from imds compute location metadata
+     - Allow identification of OpenStack by Asset Tag [Mark T. Voelker]
+     - netplan: update netplan key mappings for gratuitous-arp
  
  See the changelog entry below for a full list of changes and bugs.
  
  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/CloudinitUpdates
  
  The cloud-init team will be in charge of attaching the artifacts and
  console output of the appropriate run to the bug. cloud-init team
  members will not mark ‘verification-done’ until this has happened.
  
  * Automated Test Results
  TODO: attach automated cloud-init-proposed test artifacts
  
  TODO: attach automated cloud-init-proposed test artifacts from tests for
  each release with kvm artifacts
  
  TODO: attach Solutions Testing team test results for each LTS
  
- 
  TODO: attach MAAS Team test results for each LTS
  sru-artifact-maas-xenial
  
  * Manual Test Results
  TODO: attach manual cloud-init-proposed test artifacts from tests for each 
release on ec2 datasource
  
  TODO: attach manual cloud-init-proposed test artifacts from tests for
  each release on gce datasource
  
  TODO: attach manual cloud-init-proposed test artifacts from tests for
  each release on azure datasource
  
- 
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned integration tests are attached to this bug.
  
  [Discussion]
  
  == End SRU Template ==
  
  == Changelog ==
-    - ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULA
-     - Add missing #cloud-config comment on first example in documentation.
-       [Florian Müller]
-     - ubuntu-drivers: emit latelink=true debconf to accept nvidia eula
-     - DataSourceOracle: prefer DS network config over initramfs
-     - format.rst: add text/jinja2 to list of content types (+ cleanups)
-     - Add GitHub pull request template to point people at hacking doc
-     - cloudinit/distros/parsers/sys_conf: add docstring to SysConf
-     - pyflakes: remove unused variable [Joshua Powers]
-     - Azure: Record boot timestamps, system information, and diagnostic events
-       [Anh Vo]
-     - DataSourceOracle: configure secondary NICs on Virtual Machines
-     - distros: fix confusing variable names
-     - azure/net: generate_fallback_nic emits network v2 config instead of v1
-     - Add support for publishing host keys to GCE guest attributes
-       [Rick Wright]
-     - New data source for the Exoscale.com cloud platform [Chris Glass]
-     - doc: remove intersphinx extension
-     - cc_set_passwords: rewrite documentation
-     - net/cmdline: split interfaces_by_mac and init network config
-       determination
-     - stages: allow data sources to override network config source order
-     - cloud_tests: updates and fixes
-     - Fix bug rendering MTU on bond or vlan when input was netplan.
-       [Scott Moser]
-     - net: update net sequence, include wait on netdevs, opensuse netrules 
path
-     - Release 19.2
-     - net: add rfc3442 (classless static routes) to EphemeralDHCP
-     - templates/ntp.conf.debian.tmpl: fix missing newline for pools
-     - Support netplan renderer in Arch Linux [Conrad Hoffmann]
-     - Fix typo in publicly viewable documentation. [David Medberry]
-     - Add a cdrom size checker for OVF ds to ds-identify [Pengpeng Sun]
-     - VMWare: Trigger the post customization script via cc_scripts module.
-       [Xiaofeng Wang]
-     - Cloud-init analyze module: Added ability to analyze boot events.
-       [Sam Gilson]
-     - Update debian eni network configuration location, retain Ubuntu setting
-       [Janos Lenart]
-     - net: skip bond interfaces in get_interfaces [Stanislav Makar]
-     - Fix a couple of issues raised by a coverity scan
-     - Add missing dsname for Hetzner Cloud datasource [Markus Schade]
-     - doc: indicate that netplan is default in Ubuntu now
-     - azure: add region and AZ properties from imds compute location metadata
-     - sysconfig: support more bonding options [Penghui Liao]
-     - cloud-init-generator: use libexec path to ds-identify on redhat systems
-     - tools/build-on-freebsd: update to python3 [Gonéri Le Bouder]
-     - Allow identification of OpenStack by Asset Tag [Mark T. Voelker]
-     - Fix spelling error making 'an Ubuntu' consistent. [Brian Murray]
-     - run-container: centos: comment out the repo mirrorlist [Paride Legovini]
-     - netplan: update netplan key mappings for gratuitous-arp
-     - freebsd: fix the name of cloudcfg VARIANT [Gonéri Le Bouder]
-     - freebsd: ability to grow root file system [Gonéri Le Bouder]
-     - freebsd: NoCloud data source support [Gonéri Le Bouder]
+     - Oracle: Render secondary vnic IP and MTU values only
+     - exoscale: fix sysconfig cloud_config_modules overrides
+     - net/cmdline: refactor to allow multiple initramfs network config sources
+    - ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULA
+     - Add missing #cloud-config comment on first example in documentation.
+       [Florian Müller]
+     - ubuntu-drivers: emit latelink=true debconf to accept nvidia eula
+     - DataSourceOracle: prefer DS network config over initramfs
+     - format.rst: add text/jinja2 to list of content types (+ cleanups)
+     - Add GitHub pull request template to point people at hacking doc
+     - cloudinit/distros/parsers/sys_conf: add docstring to SysConf
+     - pyflakes: remove unused variable [Joshua Powers]
+     - Azure: Record boot timestamps, system information, and diagnostic events
+       [Anh Vo]
+     - DataSourceOracle: configure secondary NICs on Virtual Machines
+     - distros: fix confusing variable names
+     - azure/net: generate_fallback_nic emits network v2 config instead of v1
+     - Add support for publishing host keys to GCE guest attributes
+       [Rick Wright]
+     - New data source for the Exoscale.com cloud platform [Chris Glass]
+     - doc: remove intersphinx extension
+     - cc_set_passwords: rewrite documentation
+     - net/cmdline: split interfaces_by_mac and init network config
+       determination
+     - stages: allow data sources to override network config source order
+     - cloud_tests: updates and fixes
+     - Fix bug rendering MTU on bond or vlan when input was netplan.
+       [Scott Moser]
+     - net: update net sequence, include wait on netdevs, opensuse netrules 
path
+     - Release 19.2
+     - net: add rfc3442 (classless static routes) to EphemeralDHCP
+     - templates/ntp.conf.debian.tmpl: fix missing newline for pools
+     - Support netplan renderer in Arch Linux [Conrad Hoffmann]
+     - Fix typo in publicly viewable documentation. [David Medberry]
+     - Add a cdrom size checker for OVF ds to ds-identify [Pengpeng Sun]
+     - VMWare: Trigger the post customization script via cc_scripts module.
+       [Xiaofeng Wang]
+     - Cloud-init analyze module: Added ability to analyze boot events.
+       [Sam Gilson]
+     - Update debian eni network configuration location, retain Ubuntu setting
+       [Janos Lenart]
+     - net: skip bond interfaces in get_interfaces [Stanislav Makar]
+     - Fix a couple of issues raised by a coverity scan
+     - Add missing dsname for Hetzner Cloud datasource [Markus Schade]
+     - doc: indicate that netplan is default in Ubuntu now
+     - azure: add region and AZ properties from imds compute location metadata
+     - sysconfig: support more bonding options [Penghui Liao]
+     - cloud-init-generator: use libexec path to ds-identify on redhat systems
+     - tools/build-on-freebsd: update to python3 [Gonéri Le Bouder]
+     - Allow identification of OpenStack by Asset Tag [Mark T. Voelker]
+     - Fix spelling error making 'an Ubuntu' consistent. [Brian Murray]
+     - run-container: centos: comment out the repo mirrorlist [Paride Legovini]
+     - netplan: update netplan key mappings for gratuitous-arp
+     - freebsd: fix the name of cloudcfg VARIANT [Gonéri Le Bouder]
+     - freebsd: ability to grow root file system [Gonéri Le Bouder]
+     - freebsd: NoCloud data source support [Gonéri Le Bouder]

** Description changed:

- # Note updated SRU snapshot to include an upstream fix for exoscale
- cloud_config_modules
- 
+ # Update (08/28/2019) updated SRU snapshot to include an upstream fix
+ for exoscale cloud_config_modules
  
  == Begin SRU Template ==
  [Impact]
  This release sports both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these
  improvements. The notable ones are:
  -- begin update (08/28/19) --
-     - Oracle: Render secondary vnic IP and MTU values only
-     - exoscale: fix sysconfig cloud_config_modules overrides
+     - Oracle: Render secondary vnic IP and MTU values only
+     - exoscale: fix sysconfig cloud_config_modules overrides
  -- end update (08/28/19) --
      - ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULA
      - DataSourceOracle: prefer DS network config over initramfs
      - Azure: Record boot timestamps, system information, and diagnostic events
        [Anh Vo]
      - DataSourceOracle: configure secondary NICs on Virtual Machines
      - azure/net: generate_fallback_nic emits network v2 config instead of v1
      - Add support for publishing host keys to GCE guest attributes
        [Rick Wright]
      - New data source for the Exoscale.com cloud platform [Chris Glass]
      - net/cmdline: split interfaces_by_mac and init network config
        determination
      - stages: allow data sources to override network config source order
      - Fix bug rendering MTU on bond or vlan when input was netplan.
        [Scott Moser]
      - net: add rfc3442 (classless static routes) to EphemeralDHCP
      - templates/ntp.conf.debian.tmpl: fix missing newline for pools
      - Add a cdrom size checker for OVF ds to ds-identify [Pengpeng Sun]
      - VMWare: Trigger the post customization script via cc_scripts module.
        [Xiaofeng Wang]
      - Cloud-init analyze module: Added ability to analyze boot events.
        [Sam Gilson]
      - Update debian eni network configuration location, retain Ubuntu setting
        [Janos Lenart]
      - net: skip bond interfaces in get_interfaces [Stanislav Makar]
      - Add missing dsname for Hetzner Cloud datasource [Markus Schade]
      - azure: add region and AZ properties from imds compute location metadata
      - Allow identification of OpenStack by Asset Tag [Mark T. Voelker]
      - netplan: update netplan key mappings for gratuitous-arp
  
  See the changelog entry below for a full list of changes and bugs.
  
  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/CloudinitUpdates
  
  The cloud-init team will be in charge of attaching the artifacts and
  console output of the appropriate run to the bug. cloud-init team
  members will not mark ‘verification-done’ until this has happened.
  
  * Automated Test Results
  TODO: attach automated cloud-init-proposed test artifacts
  
  TODO: attach automated cloud-init-proposed test artifacts from tests for
  each release with kvm artifacts
  
  TODO: attach Solutions Testing team test results for each LTS
  
  TODO: attach MAAS Team test results for each LTS
  sru-artifact-maas-xenial
  
  * Manual Test Results
  TODO: attach manual cloud-init-proposed test artifacts from tests for each 
release on ec2 datasource
  
  TODO: attach manual cloud-init-proposed test artifacts from tests for
  each release on gce datasource
  
  TODO: attach manual cloud-init-proposed test artifacts from tests for
  each release on azure datasource
  
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned integration tests are attached to this bug.
  
  [Discussion]
  
  == End SRU Template ==
  
  == Changelog ==
-     - Oracle: Render secondary vnic IP and MTU values only
-     - exoscale: fix sysconfig cloud_config_modules overrides
-     - net/cmdline: refactor to allow multiple initramfs network config sources
+     - Oracle: Render secondary vnic IP and MTU values only
+     - exoscale: fix sysconfig cloud_config_modules overrides
+     - net/cmdline: refactor to allow multiple initramfs network config sources
     - ubuntu-drivers: call db_x_loadtemplatefile to accept NVIDIA EULA
      - Add missing #cloud-config comment on first example in documentation.
        [Florian Müller]
      - ubuntu-drivers: emit latelink=true debconf to accept nvidia eula
      - DataSourceOracle: prefer DS network config over initramfs
      - format.rst: add text/jinja2 to list of content types (+ cleanups)
      - Add GitHub pull request template to point people at hacking doc
      - cloudinit/distros/parsers/sys_conf: add docstring to SysConf
      - pyflakes: remove unused variable [Joshua Powers]
      - Azure: Record boot timestamps, system information, and diagnostic events
        [Anh Vo]
      - DataSourceOracle: configure secondary NICs on Virtual Machines
      - distros: fix confusing variable names
      - azure/net: generate_fallback_nic emits network v2 config instead of v1
      - Add support for publishing host keys to GCE guest attributes
        [Rick Wright]
      - New data source for the Exoscale.com cloud platform [Chris Glass]
      - doc: remove intersphinx extension
      - cc_set_passwords: rewrite documentation
      - net/cmdline: split interfaces_by_mac and init network config
        determination
      - stages: allow data sources to override network config source order
      - cloud_tests: updates and fixes
      - Fix bug rendering MTU on bond or vlan when input was netplan.
        [Scott Moser]
      - net: update net sequence, include wait on netdevs, opensuse netrules 
path
      - Release 19.2
      - net: add rfc3442 (classless static routes) to EphemeralDHCP
      - templates/ntp.conf.debian.tmpl: fix missing newline for pools
      - Support netplan renderer in Arch Linux [Conrad Hoffmann]
      - Fix typo in publicly viewable documentation. [David Medberry]
      - Add a cdrom size checker for OVF ds to ds-identify [Pengpeng Sun]
      - VMWare: Trigger the post customization script via cc_scripts module.
        [Xiaofeng Wang]
      - Cloud-init analyze module: Added ability to analyze boot events.
        [Sam Gilson]
      - Update debian eni network configuration location, retain Ubuntu setting
        [Janos Lenart]
      - net: skip bond interfaces in get_interfaces [Stanislav Makar]
      - Fix a couple of issues raised by a coverity scan
      - Add missing dsname for Hetzner Cloud datasource [Markus Schade]
      - doc: indicate that netplan is default in Ubuntu now
      - azure: add region and AZ properties from imds compute location metadata
      - sysconfig: support more bonding options [Penghui Liao]
      - cloud-init-generator: use libexec path to ds-identify on redhat systems
      - tools/build-on-freebsd: update to python3 [Gonéri Le Bouder]
      - Allow identification of OpenStack by Asset Tag [Mark T. Voelker]
      - Fix spelling error making 'an Ubuntu' consistent. [Brian Murray]
      - run-container: centos: comment out the repo mirrorlist [Paride Legovini]
      - netplan: update netplan key mappings for gratuitous-arp
      - freebsd: fix the name of cloudcfg VARIANT [Gonéri Le Bouder]
      - freebsd: ability to grow root file system [Gonéri Le Bouder]
      - freebsd: NoCloud data source support [Gonéri Le Bouder]

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

Title:
  SRU cloud-init (19.1.1 to 19.2.21): Xenial, Bionic, and Disco

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to