-
Notifications
You must be signed in to change notification settings - Fork 53
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
Meulengracht
wants to merge
12
commits into
canonical:ubuntu-24.04
Choose a base branch
from
Meulengracht:slices/cloud-init
base: ubuntu-24.04
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat(24.04): add cloud-init and its dependencies #303
Meulengracht
wants to merge
12
commits into
canonical:ubuntu-24.04
from
Meulengracht:slices/cloud-init
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Currently systemd is not working as it's lacking the catalog update functionality, blocked by maybe lack of features in Starlark/Chisel
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.