~ajorgens/cloud-init:amazon-linux-2

Last commit made on 2018-08-23
Get this branch:
git clone -b amazon-linux-2 https://git.launchpad.net/~ajorgens/cloud-init
Only Andrew Jorgensen can upload to this branch. If you are Andrew Jorgensen please log in for upload directions.

Branch merges

Branch information

Name:
amazon-linux-2
Repository:
lp:~ajorgens/cloud-init

Recent commits

785d324... by Praveen Paladugu

Decompress gzip userdata while writing instance-data

fac1b5f... by Praveen Paladugu

Disable Ec2Local datasource

3de3e2b... by Praveen Paladugu

cloud-init.service should start after network.service

955170a... by rpm-build <rpm-build>

fix default parameters of sfdisk

d462b78... by Andrew Jorgensen

Enable resolv-conf module

Also fix a minor bug where an empty config entry causes a crash.

Note that this is arguably incomplete since the module does not
set PEERDNS=no, so it's possible for DHCP to overwrite your file.
The module issues a warning about this.

It may make more sense to have a distro-specific function for this
and to take advantage of the ifup/down scripts support for overriding
resolv.conf contents.

Reviewed-by: Tom Kirchner <email address hidden>
Reviewed-by: Ian Weller <email address hidden>

12f44e0... by Andrew Jorgensen

Repair mounts module

Fixed typo in log message.
Skip also if the device is not present (instead of only if the target isn't specified).
Resolve intervening symlinks in device nodes.

Reviewed-by: Matt Nierzwicki <email address hidden>
Reviewed-by: Ethan Faust <email address hidden>
[<email address hidden>: Resolve intervening symlinks]
Reviewed-by: Ben Cressey <email address hidden>
Reviewed-by: Frank Becker <email address hidden>
[<email address hidden>: rebase onto 0.7.9]

Signed-off-by: Praveen K Paladugu <email address hidden>

e187c8a... by Ethan Faust <email address hidden>

Determine services domain dynamically

Reviewed-by: Andrew Jorgensen <email address hidden>
Reviewed-by: Praveen K Paladugu <email address hidden>
[<email address hidden>: rebase onto 0.7.9]

71e94b1... by Andrew Jorgensen

Improve log format

Reviewed-by: Tom Kirchner <email address hidden>
Reviewed-by: Ben Cressey <email address hidden>
[<email address hidden>: rebase onto 0.7.9]

6313c30... by Andrew Jorgensen

Add a genrepo module to populate yum.repos.d

b96b1bf... by Andrew Jorgensen

Use a shell for user-supplied scripts

This allows us to run scripts that don't start with #!

Reviewed-by: Matt Nierzwicki <email address hidden>
Reviewed-by: Ethan Faust <email address hidden>