lp:~j.kylmala/cloud-init

Owned by Joonas Kylmälä
Get this repository:
git clone https://git.launchpad.net/~j.kylmala/cloud-init
Only Joonas Kylmälä can upload to this repository. If you are Joonas Kylmälä please log in for upload directions.

Branches

Name Last Modified Last Commit
disable-proprietary-repositories 2017-08-20 10:53:20 UTC
Remove non-free repositories from Debian template.

Author: Joonas Kylmälä
Author Date: 2017-08-20 10:53:20 UTC

Remove non-free repositories from Debian template.

The Debian GNU/Linux distribution doesn't come offically with the
non-free repositories enabled. Therefore, we want to disable those in
the cloud-init template.

LP: #1700091

master 2017-08-15 15:54:52 UTC
network: add v2 passthrough and fix parsing v2 config with bonds/bridge params

Author: Ryan Harper
Author Date: 2017-08-09 19:44:20 UTC

network: add v2 passthrough and fix parsing v2 config with bonds/bridge params

If the network-config sent to cloud-init is in version: 2 format then
when rendering netplan, we can pass the content through and avoid
consuming network_state elements. This removes the need for trying to
map many v2 features onto network state where other renderers won't be
able to use anyhow (for example match parameters for multi-interface
configuration and wifi configuration support).

Additionally ensure we retain bond/bridge v2 configuration in network
state so when rendering to eni or sysconfig we don't lose the configuration

- Drop the NotImplemented wifi exception, log a warning that it works for
  netplan only
- Adjust unittests to new code path and output
- Fix issue with v2 macaddress values getting dropped
- Add unittests for consuming/validating v2 configurations

LP: #1709180

exceptions 2017-07-12 11:23:04 UTC
tools: Fix exception handling.

Author: Joonas Kylmälä
Author Date: 2017-07-12 11:23:04 UTC

tools: Fix exception handling.

We should be expecting IndexError instead of KeyError because we are
using a list (key_ids) and not a dictionary. Also, thanks to Emmanuel
Kasper for pointing out the wrong response code.

LP: #1701527

13 of 3 results
This repository contains Public information 
Everyone can see this information.

Subscribers