[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
This bug was fixed in the package cloud-init - 0.7.7~bzr1154-0ubuntu1 --- cloud-init (0.7.7~bzr1154-0ubuntu1) xenial; urgency=medium * New upstream snapshot. * create the same /etc/apt/sources.list that is present in default server ISO installs. This change adds restricted, multiverse, and -backports (LP: #1177432). -- Scott Moser Thu, 05 Nov 2015 12:10:00 -0500 ** Changed in: cloud-init (Ubuntu Xenial) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] cloud-init archive template should match Ubuntu Server To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
** Description changed: [SRU Justification] Ubuntu Cloud Images are inconsistent with desktop and bare-metal server installations since backports are not enabled. This is effected via cloud-init that uses a template to select an in-cloud archive. [FIX] Include the Ubuntu backports in the template. [REGRESION] The potential for regression is low. However, all users will experience slower fetch times on apt-get updates especially on slower or high latency networks. [TEST] 1. Build image from -proposed 2. Boot up image 3. Confirm that "sudo apt-get update" pulls in backports. Backports are currently not enabled in the cloud-init template. This is needed in order to get the backport kernels on cloud images. Related bugs: * bug 997371: Create command to add "multiverse" and "-backports" to apt sources + * bug 1513529: cloud image built-in /etc/apt/sources.list needs updating -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
Marking as verification-failed pending a rebase on the new upstream trunk. ** Tags removed: verification-needed ** Tags added: verification-failed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
Hello Ben, or anyone else affected, Accepted cloud-init into vivid-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud- init/0.7.7~bzr1091-0ubuntu10 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 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 to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision. 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 Vivid) Status: New => Fix Committed ** Changed in: cloud-init (Ubuntu Wily) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
Hello Ben, or anyone else affected, Accepted cloud-init into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud- init/0.7.5-0ubuntu1.13 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 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 to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision. 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 Trusty) Status: New => Fix Committed ** Tags added: verification-needed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
I've committed the change to trunk that actually puts the template now inline with what is provided by 14.04 and 15.10 server iso installs (as seen in those attachments above). I've also added tools to https://gist.github.com/smoser/5586288 and some more information. This illustrates well my desire for '--if-necessary' as requested in bug 1429285. To summarize the changes below. That is roughly 450k additional download data (compressed size). Most notable is a stark doubling of GETs from 27 to 58: ## old cloud sources.list after "apt-get clean" $ ./summarize-http out.d/cloud/clean/update.err ... data bytes: 14431826 total GETS: 27 200: 16 404: 11 ## old cloud sources.list immediately repeated 'apt-get update' $ ./summarize-http out.d/cloud/noclean/update.err ... data bytes: 0 total GETS: 27 304: 16 404: 11 ## ISO sources.list after "apt-get clean" $ ./summarize-http out.d/cd/clean/update.err ... data bytes: 14893753 total GETS: 58 200: 37 404: 21 ## ISO sources.list immediately repeated 'apt-get update' $ ./summarize-http out.d/cd/noclean/update.err ... data bytes: 0 total GETS: 58 304: 37 404: 21 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
** Branch linked: lp:cloud-init -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
** Attachment added: "trusty-sources.list: sources.list produced from ubuntu-14.04.3-server-amd64.iso" https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1177432/+attachment/4512319/+files/trusty-sources.list -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
** Attachment added: "wily-sources.list: sources.list produced from ubuntu-15.10-server-amd64.iso" https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1177432/+attachment/4512320/+files/wily-sources.list ** Also affects: cloud-init Importance: Undecided Status: New ** Description changed: [SRU Justification] Ubuntu Cloud Images are inconsistent with desktop and bare-metal server installations since backports are not enabled. This is effected via cloud-init that uses a template to select an in-cloud archive. [FIX] Include the Ubuntu backports in the template. - [REGRESION] The potential for regression is low. However some users will - likely experience slower fetch times on apt-get updates especially on - slower or high latency networks. + [REGRESION] The potential for regression is low. However all users will + experience slower fetch times on apt-get updates especially on slower or + high latency networks. [TEST] 1. Build image from -proposed 2. Boot up image 3. Confirm that "sudo apt-get update" pulls in backports. Backports are currently not enabled in the cloud-init template. This is needed in order to get the backport kernels on cloud images. Related bugs: * bug 997371: Create command to add "multiverse" and "-backports" to apt sources ** Description changed: [SRU Justification] Ubuntu Cloud Images are inconsistent with desktop and bare-metal server installations since backports are not enabled. This is effected via cloud-init that uses a template to select an in-cloud archive. [FIX] Include the Ubuntu backports in the template. - [REGRESION] The potential for regression is low. However all users will + [REGRESION] The potential for regression is low. However, all users will experience slower fetch times on apt-get updates especially on slower or high latency networks. [TEST] 1. Build image from -proposed 2. Boot up image 3. Confirm that "sudo apt-get update" pulls in backports. Backports are currently not enabled in the cloud-init template. This is needed in order to get the backport kernels on cloud images. Related bugs: * bug 997371: Create command to add "multiverse" and "-backports" to apt sources -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
Re comment 9, thanks for confirming @utlemming. -Antonio -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
In re to #7/#8, the handling of selections from backports will _NOT_ be changed. Users will have to specifically opt-in to selecting packages. i.e to get regular ansible: $ sudo apt-get install ansible Whereas are the following examples are valid for pulling from backports $ sudo apt-get -t trusty-backports install ansible $ sudo apt-get install lxd/trusty-backports -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
--- Correction --- Ben, To confirm the behavior, will the default be kept for selecting back-ported packages? Specifically, in order to install a back-ported _package_ a cloud-image user would have to be explicit in choosing to install from back-port, ie $ sudo apt-get install /trusty-backports ref = https://help.ubuntu.com/community/UbuntuBackports -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
Ben, To confirm the behavior, will the default be kept for selecting back-ported packages? Specifically, in order to install a back-ported image a cloud-image user would have to be explicit in choosing to install from back-port, ie $ sudo apt-get install /trusty-backports ref = https://help.ubuntu.com/community/UbuntuBackports -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
** Description changed: + [SRU Justification] + Ubuntu Cloud Images are inconsistent with desktop and bare-metal server installations since backports are not enabled. This is effected via cloud-init that uses a template to select an in-cloud archive. + + [FIX] Include the Ubuntu backports in the template. + + [REGRESION] The potential for regression is low. However some users will + likely experience slower fetch times on apt-get updates especially on + slower or high latency networks. + + [TEST] + 1. Build image from -proposed + 2. Boot up image + 3. Confirm that "sudo apt-get update" pulls in backports. + Backports are currently not enabled in the cloud-init template. This is needed in order to get the backport kernels on cloud images. - Related bugs: - * bug 997371: Create command to add "multiverse" and "-backports" to apt sources + * bug 997371: Create command to add "multiverse" and "-backports" to apt sources ** Also affects: cloud-init (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Vivid) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Xenial) Importance: High Assignee: Ben Howard (utlemming) Status: In Progress ** Also affects: cloud-init (Ubuntu Wily) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
** Branch linked: lp:~utlemming/cloud-init/lp1177432 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1177432] Re: [SRU] Enable backports in cloud-init archive template
** Summary changed: - Enable backports in cloud-init archive template + [SRU] Enable backports in cloud-init archive template -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1177432 Title: [SRU] Enable backports in cloud-init archive template To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1177432/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs