~maciek-borzecki/subiquity:test-refresh

Last commit made on 2022-07-13
Get this branch:
git clone -b test-refresh https://git.launchpad.net/~maciek-borzecki/subiquity
Only Maciej Borzecki can upload to this branch. If you are Maciej Borzecki please log in for upload directions.

Branch merges

Branch information

Name:
test-refresh
Repository:
lp:~maciek-borzecki/subiquity

Recent commits

43ea012... by Olivier Gayot

refresh: discard modified env variables when restarting the client

Signed-off-by: Olivier Gayot <email address hidden>

44ce38d... by Dan Bungert

debug shell: restore orig environment

762a7d9... by Dan Bungert

Merge pull request #1338 from dbungert/cloud-config-schema-jammy

cloud-config: schema drop deprecated dict user.groups value type (jammy branch)

10d01b9... by Dan Bungert

unittests: fix group check

The recently changed group list check is a bit fragile to the exact
groups available on the system. Mock out the list of actually existing
groups.

b617f4b... by Chad Smith

cloud-config: schema drop deprecated dict user.groups value type

Align with latest cloud-init schema avoid using depracated
value types for users. groups definitions in cloud-config.

Also fix get_users_and_groups to return a list instead of
dict as all call sites expected it to return a list.

df11755... by Dan Bungert

Merge pull request #1333 from dbungert/rev-probert-dasd

probert: update server/jammy for dasd/bcache fixes

97ba3f9... by Dan Bungert

probert: update for dasd/bcache fixes

abc0535... by Dan Bungert

Merge pull request #1310 from mwhudson/server/jammy-lp1978339

console-conf: fix crash on network info

442d599... by Dan Bungert

console-conf: fix crash on network info

If you run dryrun for console-conf, go to the network page, go to an
interface, then info, a crash of the form
TypeError: object str can't be used in 'await' expression
can be seen. The signature for the core version of get_info_for_netdev
is not async, but a non-async method returning str.

So mark the core version of the function async.

Co-authored-by: Michael Hudson-Doyle <email address hidden>
(cherry picked from commit 4b1277ae2ddfd3660af64f474b8c60cfe79810e1)

eb99b18... by Dan Bungert

Merge pull request #1294 from dbungert/jammy-raid-proxy

server/jammy: merge two fixes