Closed ubuntu-server-builder closed 1 year ago
Launchpad user Brian Murray(brian-murray) wrote on 2017-04-10T22:23:13.790237+00:00
Hello Serg, or anyone else affected,
Accepted cloud-init into yakkety-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud-init/0.7.9-90-g61eb03fe-0ubuntu1~16.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 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!
Launchpad user Brian Murray(brian-murray) wrote on 2017-04-10T22:46:17.577354+00:00
Hello Serg, 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/0.7.9-90-g61eb03fe-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 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!
Launchpad user Scott Moser(smoser) wrote on 2017-04-13T18:32:56.627398+00:00
$ for r in xenial-proposed yakkety-proposed; do ( mkdir -p $r && cd $r && pull-lp-source cloud-init $r ); done
$ ls -d xenial-proposed/ yakkety-proposed/ xenial-proposed/cloud-init-0.7.9-90-g61eb03fe xenial-proposed/cloud-init_0.7.9-90-g61eb03fe-0ubuntu1~16.04.1.debian.tar.xz xenial-proposed/cloud-init_0.7.9-90-g61eb03fe-0ubuntu1~16.04.1.dsc xenial-proposed/cloud-init_0.7.9-90-g61eb03fe.orig.tar.gz yakkety-proposed/cloud-init-0.7.9-90-g61eb03fe yakkety-proposed/cloud-init_0.7.9-90-g61eb03fe-0ubuntu1~16.10.1.debian.tar.xz yakkety-proposed/cloud-init_0.7.9-90-g61eb03fe-0ubuntu1~16.10.1.dsc yakkety-proposed/cloud-init_0.7.9-90-g61eb03fe.orig.tar.gz
$ vi yakkety-proposed/cloud-init/cloudinit/config/cc_set_passwords.py $ vi xenial-proposed/cloud-init/cloudinit/config/cc_set_passwords.py
both have chpasswd: list: | user1:password1 user2:RANDOM user3:password3 user4:R
##
# or as yaml list
##
chpasswd:
list:
- user1:password1
- user2:RANDOM
- user3:password3
- user4:R
- user4:$6$rL..$ej...
Launchpad user Launchpad Janitor(janitor) wrote on 2017-04-20T19:33:34.017361+00:00
This bug was fixed in the package cloud-init - 0.7.9-90-g61eb03fe-0ubuntu1~16.10.1
cloud-init (0.7.9-90-g61eb03fe-0ubuntu1~16.10.1) yakkety; urgency=medium
New upstream snapshot.
-- Scott Moser smoser@ubuntu.com Mon, 03 Apr 2017 12:03:30 -0400
Launchpad user Steve Langasek(vorlon) wrote on 2017-04-20T19:34:30.439618+00:00
The verification of the Stable Release Update for cloud-init has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.
Launchpad user Launchpad Janitor(janitor) wrote on 2017-04-20T19:35:54.384643+00:00
This bug was fixed in the package cloud-init - 0.7.9-90-g61eb03fe-0ubuntu1~16.04.1
cloud-init (0.7.9-90-g61eb03fe-0ubuntu1~16.04.1) xenial-proposed; urgency=medium
New upstream snapshot.
-- Scott Moser smoser@ubuntu.com Mon, 03 Apr 2017 11:52:56 -0400
Launchpad user Scott Moser(smoser) wrote on 2017-09-23T02:29:21.243048+00:00
This bug is believed to be fixed in cloud-init in 17.1. If this is still a problem for you, please make a comment and set the state back to New
Thank you.
This bug was originally filed in Launchpad as LP: #1665773
Launchpad details
Launchpad user Serg Lystopad(slystopad) wrote on 2017-02-17T20:45:33.290856+00:00
=== Begin SRU Template === [Impact] This is a doc only change. The related doc is not even present in ubuntu binary packages.
[Test Case] apt-get source cloud-init vi cloud-init*/cloudinit/config/cc_set_passwords.py
[Regression Potential] None.
[Other Info] Upstream commit: https://git.launchpad.net/cloud-init/commit/?id=5a0bee770f
=== End SRU Template ===
example config in documentation is:
but cc_set_passwords fails with config above (LP#1665694)
Actually testcase for the module uses multiline string https://git.launchpad.net/cloud-init/tree/tests/cloud_tests/configs/modules/set_password_list.yaml#n21 and therefore documentation should contain: