netplan:slyon/vendorized-generate-nm

Last commit made on 2021-05-05
Get this branch:
git clone -b slyon/vendorized-generate-nm https://git.launchpad.net/netplan

Branch merges

Branch information

Name:
slyon/vendorized-generate-nm
Repository:
lp:netplan

Recent commits

a989fcd... by Lukas Märdian

generate: disable generation of non-NM config

2eafea3... by Lukas Märdian

dbus:cli: implement io.netplan.Netplan.Generate() (#208)

Proxy the 'netplan generate' CLI via DBus, if called from within a snap,
to work around the strict AppArmor confinement.

see: snapcore/snapd#10212

COMMITS:
* dbus:cli: implement io.netplan.Netplan.Generate()
Proxy the 'netplan generate' CLI via DBus, if called from within a snap,
to work around the strict AppArmor confinement.
see: https://github.com/snapcore/snapd/pull/10212
* doc: mention Netplan.Generate() DBus method

da3fab1... by Lukas Märdian

cli:set: Fix netplan-set on Core20 (#207)

Using os.replace() leads to "Invalid cross-device link" errors on Core20 setups, due to having different mounts.
Use shutil.copy2() & os.remove() instead.

* cli:set: Fix netplan-set on Core20
* cli:set: use shutil.copy2()

a42fc2f... by Peter MacKinnon

Fix parsing of OVS values with colons (LP: #1913906) (#203)

Fixes the parse error for dict values that include ":"

COMMITS:
* Fix parsing of values with colons
* Update test_ovs.py
Fix pycodestyle pipeline
* Update ovs.py
One more pycodestyle error
* Update test_ovs.py
Add raw string to cure PEP8 fail
* tests:ovs: improve coverage for colon values

Co-authored-by: Pete MacKinnon <email address hidden>
Co-authored-by: Lukas Märdian <email address hidden>

2f7d973... by Lukas Märdian

tests:tunnels: improve flaky wireguard test with wait_output()

3ec52c4... by Lukas Märdian

cli:apply: reload/reconfigure networkd instead of restart (#200)

COMMITS:
* cli:apply: cleanup formatting
* cli:apply:utils: use networkctl reload/reconfigure
* utils: consolidate methods
* test:utils: improve coverage
* cli:utils: Review improvement for list handling
make use of list.extend() instead of individual list.append()s
Co-authored-by: Łukasz Zemczak <email address hidden>

abad253... by Lukas Märdian

tests:bonds: fix flaky resend_igmp test

6270143... by Lukas Märdian

tests:base: avoid long waits

b98a160... by Lukas Märdian

tests:base: improve daemon-reload check

3f19eeb... by Lukas Märdian

tests:base: improve reliabilty by using higher timeout