lp:~slystopad/cloud-init

Owned by Serg Lystopad
Get this repository:
git clone https://git.launchpad.net/~slystopad/cloud-init
Only Serg Lystopad can upload to this repository. If you are Serg Lystopad please log in for upload directions.

Branches

Name Last Modified Last Commit
merge/chpasswd-data-as-list 2017-03-09 11:09:40 UTC
Data for chpasswd in list format

Author: Serg Lystopad
Author Date: 2017-02-20 14:45:33 UTC

Data for chpasswd in list format

By default cc_set_passwords supports list of pairs specified
as multiline string

chpasswd:
  list: |
    user:pass1
    user015:R

This patch adds support for user/pairs as yaml list:

chpasswd:
  list:
    - user:pass1
    - user015:R

LP: #1665773
LP: #1665694

master 2017-02-17 21:46:55 UTC
ds-identify: only run once per boot unless --force is given.

Author: Scott Moser
Author Date: 2017-02-17 20:25:24 UTC

ds-identify: only run once per boot unless --force is given.

This makes ds-identify run only once. Previously it would run multiple
times each boot as the generator would run more than once. This is
potentially dangerous, in that running again might find more attached
disks. However that is really only a "lucky" fix if it happens to
result differently than the first run.

Additionally, we now log the uptime that we started and ended at.

fix/LP1665773 2017-02-17 20:50:32 UTC
Fixes configuration example for cc_set_passwords module

Author: Serg Lystopad
Author Date: 2017-02-17 20:50:32 UTC

Fixes configuration example for cc_set_passwords module

LP: #1665773

fix/LP1665694 2017-02-17 19:53:22 UTC
Fixes changing passwords from list of `user:password` strings in cc_set_passw...

Author: Serg Lystopad
Author Date: 2017-02-17 13:53:23 UTC

Fixes changing passwords from list of `user:password` strings in cc_set_passwords

cc_set_passwords gets data from cloud-config converted to str and
with additional chars added (and not cleaned out from result string)
due to conversion. Because of names corruption chpasswd fails to change
password (for unexistent/wrong user)

LP: #1665694

14 of 4 results
This repository contains Public information 
Everyone can see this information.

Subscribers