~utkarsh/ubuntu-seeds:promote-prips-in-groovy

Last commit made on 2021-06-02
Get this branch:
git clone -b promote-prips-in-groovy https://git.launchpad.net/~utkarsh/ubuntu-seeds
Only Utkarsh Gupta can upload to this branch. If you are Utkarsh Gupta please log in for upload directions.

Branch information

Name:
promote-prips-in-groovy
Repository:
lp:~utkarsh/ubuntu-seeds

Recent commits

9b81da1... by Utkarsh Gupta

Add prips to supported-misc-servers

LP: #1930207; needed for Google images.

dcf3014... by Andreas Hasenack

promote rsyslog-gnutls (LP: #388605)

1f828c3... by Balint Reczey

Add google-osconfig-agent to supported-cloud

LP: #1891934

901cd7d... by Dimitri John Ledkov

Merge branch 'maas_bootloaders' of git+ssh://git.launchpad.net/~ltrager/ubuntu-seeds/+git/platform into groovy

85029e2... by Lee Trager

Add bootloaders required by MAAS

fb21eae... by John Chittum

Add nvme-cli to support-cloud (LP: #1889688)

Adding nvme-cli as part of MIR request. Requested for GKE

66ab106... by Iain Lane

raspi-common: Seed cloud-initramfs-growroot

We're using this with systemd-growfs instead of growpart via cloud-init
now

5269785... by Christian Ehrhardt 

blacklist has no effect in the platform seeds, remove it

Signed-off-by: Christian Ehrhardt <email address hidden>

fb93501... by Paride Legovini

seed probert (needed by subiquity)

probert is a dependency of subiquity and should therefore be seeded. The
subiquity snap includes its own copy of probert, so things are not
broken, but we still want all the installer components to be in main for
consistency.

At the moment probert is already in main and not listed as "move to
universe" component-mismatch because probert-network does not exist for
i386, and curtin has a dependency on:

  probert-storage | probert

which keeps probert in main.

This change will make probert-network appear as a component-mismatch as
it is currently not in main. This is correct and will have to be fixed
via a MIR. This will fix LP: #1890301.

e98eb59... by Christian Ehrhardt 

server: move lsb-invalid-mta hint

supported-sysadmin-server is evaluated before supported-misc-servers and
contains checksecurity which will pull in logcheck.
That will depend on default-mta which will fail to resolve and make it
select esmtp-run (universe).

Move the lsb-invalid-mta hint from supported-misc-servers to be before
that avoiding the mismatch (which btw is i386 only as postfix isn't
there).

This might eventually be a bug in gemrinate (LP: #1895011) but until
then move this to avoid the false positive.

Signed-off-by: Christian Ehrhardt <email address hidden>