[Bug 1440263] Re: CloudStack reset password not working

2017-09-22 Thread Scott Moser
based on ubuntu fix, this should be in any cloud-init >= 0.7.8. marking fix-released. ** Changed in: cloud-init Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 1440263] Re: CloudStack reset password not working

2017-09-11 Thread Joshua Powers
** Changed in: cloud-init Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: CloudStack reset password not working To manage notifications about this b

[Bug 1440263] Re: CloudStack reset password not working

2017-04-20 Thread pdion891
We have tested cloud-init on Ubuntu 16.04 with cloudstack as datasource. The following cloud-init config work well, we can set and reset the password for the user define in cloud-init ``` cloud_config_modules: - [ set-passwords, always ] ``` Thanks a lot for this fix! -- You received this bug

[Bug 1440263] Re: CloudStack reset password not working

2017-04-20 Thread Vincent Bernat
A bit more information: - cloud-init steals the password, so it may not be possible to rely on another CS-specific component to set it - CS-provided script is not equivalent since it modifies the password for root, while Cloud Init will modify the password for the default user. On first boot, i

[Bug 1440263] Re: CloudStack reset password not working

2017-04-20 Thread Vincent Bernat
This bug is closed but the original issue hasn't been solved. From my understanding, the only change that was applied was to use "wget". The fact that a password reset doesn't work is still present. Switching cc_set_passwords.py to PER_ALWAYS is still needed, right? -- You received this bug notif

[Bug 1440263] Re: CloudStack reset password not working

2017-03-23 Thread andi
** Information type changed from Public Security to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: CloudStack reset password not working To manage notifications about this bug

[Bug 1440263] Re: CloudStack reset password not working

2017-03-23 Thread andi
** Information type changed from Public to Public Security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: CloudStack reset password not working To manage notifications about this bug

[Bug 1440263] Re: CloudStack reset password not working

2016-07-20 Thread ozhan
+1 for the backport to 14.04 and also this password reset feature does not work on 16.04 release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: CloudStack reset password not working T

[Bug 1440263] Re: CloudStack reset password not working

2016-04-28 Thread Nux-m
+1 for the backport to 14.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: CloudStack reset password not working To manage notifications about this bug go to: https://bugs.launchpad.

[Bug 1440263] Re: CloudStack reset password not working

2015-11-04 Thread Erik Weber
Yes, would appreciate if this was backported to trusty as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: CloudStack reset password not working To manage notifications about this

[Bug 1440263] Re: CloudStack reset password not working

2015-07-30 Thread Nux-m
Do you know if these fixed packages have made it into the latest Ubuntu cloud images? Or when they are scheduled to be added to them? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: Clo

[Bug 1440263] Re: CloudStack reset password not working

2015-07-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/cloud-init -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: CloudStack reset password not working To manage notifications about this bug go to: https://bugs.

[Bug 1440263] Re: CloudStack reset password not working

2015-07-22 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1127-0ubuntu1 --- cloud-init (0.7.7~bzr1127-0ubuntu1) wily; urgency=medium [ Scott Moser ] * d/README.source, debian/cherry-pick-rev: improve packaging tool [ Daniel Watkins ] * d/cloud-init.templates: Include SmartOS da

[Bug 1440263] Re: CloudStack reset password not working

2015-06-16 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: CloudStack reset password not working To manage notifications about this bug go to: https://bugs.launchp

[Bug 1440263] Re: CloudStack reset password not working

2015-06-12 Thread Thomas Moroder (server24)
Dan, I have tested this script against Ubuntu 14.04 in our cloud and now it works flawlessly, but in addition to the patch provided the file: /usr/lib/python2.7/dist-packages/cloudinit/config/cc_set_passwords.py adding the following: ... from cloudinit import util from string import letters, d

[Bug 1440263] Re: CloudStack reset password not working

2015-06-12 Thread Thomas Moroder (server24)
Dan, thank you for providing this patch, I am testing it right now and will let you know ASAP. Sincerely, Thomas Moroder server24 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: Cloud

[Bug 1440263] Re: CloudStack reset password not working

2015-06-12 Thread Dan Watkins
Thomas, Could you test the code in the branch that is now attached to this bug and see if that solves your problem? Thanks, Dan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: Cloud

[Bug 1440263] Re: CloudStack reset password not working

2015-06-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~daniel-thewatkins/cloud-init/lp1464253 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: CloudStack reset password not working To manage notifications about this bu

[Bug 1440263] Re: CloudStack reset password not working

2015-06-11 Thread Thomas Moroder (server24)
(you can verify this by trying to use "HTTP/1.0 200 OK" as password :D) Thomas Moroder -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: CloudStack reset password not working To manage

[Bug 1440263] Re: CloudStack reset password not working

2015-06-11 Thread Thomas Moroder (server24)
Sorry, my patch for DataSourceCloudStack.py does not work because instead of $PASSWORD_SERVER_IP, self.virtual_router_address has to be used (it was working in my test setup as I call the legacy cloudstack set guest password script thereafter), but the cause of the issue is really the now correctly

[Bug 1440263] Re: CloudStack reset password not working

2015-06-11 Thread Thomas Moroder (server24)
The problem has two (possible) causes: (1) the cloud-init scripts only run once per instance, this can be fixed by Dan Watkings' addition above; (2) when using ACS 4.5.1 with newer sytem-templates, the password server now responds correctly with full HTTP-headers (and is also a lot faster). This

[Bug 1440263] Re: CloudStack reset password not working

2015-04-15 Thread Dan Watkins
(You'll find the cloudinit directory in /usr/lib/python2.7/dist- packages, or /usr/lib/python3/dist-packages on vivid) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title: CloudStack reset p

[Bug 1440263] Re: CloudStack reset password not working

2015-04-15 Thread Dan Watkins
Hi pdion891, Erik, Thanks for taking the time to report this bug, we're always keen to improve the cloud-init experience for users. I believe that you're seeing this because the set_passwords module runs PER_INSTANCE. Could you try spinning up a test instance and modifying cloudinit/config/cc_se

[Bug 1440263] Re: CloudStack reset password not working

2015-04-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: cloud-init (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440263 Title:

[Bug 1440263] Re: CloudStack reset password not working

2015-04-15 Thread Erik Weber
I'm having issues where the core cloud-init fetches the password before the per-boot script is run, thus invalidating the functionality (passwords can only be fetched once). IMHO, the datasourceprovider should only fetch the password if it intends to do anything with it, which afaik is on the firs

[Bug 1440263] Re: cloudstack reset password not working

2015-04-03 Thread pdion891
** Also affects: cloud-init Importance: Undecided Status: New ** Summary changed: - cloudstack reset password not working + CloudStack reset password not working -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1440263] Re: cloudstack reset password not working

2015-04-03 Thread pdion891
current method to support password reset with cloud-init is to use CloudStack default script and execute it from the /var/lib/cloud/scripts /per-boot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440