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
** 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
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
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
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
** 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
** 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
+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
+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.
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
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
** 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.
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
** 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
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
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
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
** 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
(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
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
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
(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
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
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:
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
** 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.
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
27 matches
Mail list logo