Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(24.04): add cloud-init and its dependencies #303

Draft
wants to merge 12 commits into
base: ubuntu-24.04
Choose a base branch
from

Conversation

Meulengracht
Copy link
Member

@Meulengracht Meulengracht commented Aug 1, 2024

Proposed changes

Related issues/PRs

Forward porting

Checklist

Additional Context

This PR relies on netplan.io slices being present - so it's based on top of #276.

Copy link

github-actions bot commented Aug 1, 2024

Diff of dependencies:

slices/cloud-guest-utils.yaml
@@ -1,3 +1,3 @@
 e2fsprogs
 fdisk
-python3
+python3.12
slices/cloud-init.yaml
@@ -1,12 +1,8 @@
 cloud-guest-utils
-cloud-utils
-debconf
-debconf-2.0
 dhcpcd-base
 iproute2
 netplan.io
 procps
-python3
 python3-configobj
 python3-debconf
 python3-jinja2
@@ -17,3 +13,4 @@
 python3-requests
 python3-serial
 python3-yaml
+python3.12
slices/dhcpcd-base.yaml
@@ -1,4 +1,3 @@
-adduser
 libc6
 libssl3t64
 libudev1
slices/iproute2.yaml
@@ -1,5 +1,3 @@
-debconf
-debconf-2.0
 libbpf1
 libc6
 libcap2
slices/netplan.io.yaml
@@ -4,9 +4,9 @@
 libnetplan1
 libsystemd0
 netplan-generator
-python3
 python3-dbus
 python3-netifaces
 python3-netplan
 python3-yaml
+python3.12
 systemd
slices/python3-attr.yaml
@@ -1,3 +1,2 @@
-python3
 python3-importlib-metadata
-python3-supported-min
+python3.12
slices/python3-blinker.yaml
@@ -1 +1 @@
-python3
+python3.12
slices/python3-certifi.yaml
@@ -1,2 +1,2 @@
 ca-certificates
-python3
+python3.12
slices/python3-cffi-backend.yaml
@@ -1,3 +1,3 @@
 libc6
 libffi8
-python3
+python3.12
slices/python3-chardet.yaml
@@ -1,2 +1,2 @@
-python3
 python3-pkg-resources
+python3.12
slices/python3-configobj.yaml
@@ -1 +1 @@
-python3
+python3.12
slices/python3-cryptography.yaml
@@ -1,6 +1,5 @@
 libc6
 libgcc-s1
 libssl3t64
-python3
-python3-cffi-backend-api-max
-python3-cffi-backend-api-min
+python3-cffi-backend
+python3.12
slices/python3-dbus.yaml
@@ -1,4 +1,4 @@
 libc6
 libdbus-1-3
 libglib2.0-0t64
-python3
+python3.12
slices/python3-debconf.yaml
@@ -1,2 +1 @@
-debconf
-python3
+python3.12
slices/python3-idna.yaml
@@ -1 +1 @@
-python3
+python3.12
slices/python3-importlib-metadata.yaml
@@ -1,3 +1,3 @@
-python3
 python3-typing-extensions
 python3-zipp
+python3.12
slices/python3-importlib-resources.yaml
@@ -1,2 +1,2 @@
-python3
 python3-zipp
+python3.12
slices/python3-jinja2.yaml
@@ -1,2 +1,2 @@
-python3
 python3-markupsafe
+python3.12
slices/python3-json-pointer.yaml
@@ -1 +1 @@
-python3
+python3.12
slices/python3-jsonpatch.yaml
@@ -1,2 +1,2 @@
-python3
 python3-json-pointer
+python3.12
slices/python3-jsonschema.yaml
@@ -1,7 +1,6 @@
-python3
 python3-attr
 python3-importlib-metadata
 python3-importlib-resources
 python3-pyrsistent
-python3-supported-min
 python3-typing-extensions
+python3.12
slices/python3-jwt.yaml
@@ -1,2 +1,2 @@
-python3
 python3-typing-extensions
+python3.12
slices/python3-markupsafe.yaml
@@ -1,2 +1,2 @@
 libc6
-python3
+python3.12
slices/python3-more-itertools.yaml
@@ -1 +1 @@
-python3
+python3.12
slices/python3-netifaces.yaml
@@ -1,2 +1,2 @@
 libc6
-python3
+python3.12
slices/python3-netplan.yaml
@@ -1,4 +1,4 @@
 libc6
 libnetplan1
-python3
 python3-cffi-backend
+python3.12
slices/python3-oauthlib.yaml
@@ -1,4 +1,4 @@
-python3
 python3-blinker
 python3-cryptography
 python3-jwt
+python3.12
slices/python3-pkg-resources.yaml
@@ -1 +1 @@
-python3
+python3.12
slices/python3-pyrsistent.yaml
@@ -1,2 +1,2 @@
 libc6
-python3
+python3.12
slices/python3-requests.yaml
@@ -1,6 +1,6 @@
 ca-certificates
-python3
 python3-certifi
 python3-chardet
 python3-idna
 python3-urllib3
+python3.12
slices/python3-serial.yaml
@@ -1 +1 @@
-python3
+python3.12
slices/python3-typing-extensions.yaml
@@ -1 +1 @@
-python3
+python3.12
slices/python3-urllib3.yaml
@@ -1 +1 @@
-python3
+python3.12
slices/python3-yaml.yaml
@@ -1,3 +1,3 @@
 libc6
 libyaml-0-2
-python3
+python3.12
slices/python3-zipp.yaml
@@ -1,2 +1,2 @@
-python3
 python3-more-itertools
+python3.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant