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

Remove unneeded cloud-init support #272

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

robertvolkmann
Copy link
Contributor

Description

We can use cluster API together with ignition.

@robertvolkmann robertvolkmann requested a review from a team as a code owner January 17, 2025 18:03
@robertvolkmann robertvolkmann force-pushed the remove-cloud-init branch 2 times, most recently from a0c9d01 to 156ab73 Compare January 17, 2025 18:08
@robertvolkmann robertvolkmann marked this pull request as draft January 20, 2025 07:39
@robertvolkmann
Copy link
Contributor Author

@majst01 cloud-init isn't included in the ubuntu image anymore, because removing netplan also removes it.

 #15 76.53 + apt-get remove --yes netplan.io
#15 76.54 Reading package lists...
#15 76.55 Building dependency tree...
#15 76.55 Reading state information...
#15 76.56 The following packages were automatically installed and are no longer required:
#15 76.56   cloud-guest-utils fdisk libglib2.0-0t64 libnetplan1 libyaml-0-2
#15 76.56   netplan-generator python3-attr python3-blinker python3-certifi
#15 76.56   python3-cffi-backend python3-chardet python3-configobj python3-cryptography
#15 76.56   python3-debconf python3-idna python3-jinja2 python3-json-pointer
#15 76.56   python3-jsonpatch python3-jsonschema python3-jwt python3-markupsafe
#15 76.56   python3-netplan python3-oauthlib python3-pkg-resources python3-pyrsistent
#15 76.56   python3-requests python3-serial python3-urllib3 python3-yaml
#15 76.56 Use 'apt autoremove' to remove them.
#15 76.56 The following packages will be REMOVED:
#15 76.56   cloud-init netplan.io

@robertvolkmann
Copy link
Contributor Author

Same is true for debian:

 #15 94.70 + apt-get remove --yes isc-dhcp-client
#15 94.71 Reading package lists...
#15 94.72 Building dependency tree...
#15 94.72 Reading state information...
#15 94.72 The following packages were automatically installed and are no longer required:
#15 94.72   eject fdisk gdisk libyaml-0-2 python3-attr python3-blinker python3-certifi
#15 94.72   python3-cffi-backend python3-chardet python3-charset-normalizer
#15 94.72   python3-configobj python3-cryptography python3-idna python3-jinja2
#15 94.72   python3-json-pointer python3-jsonpatch python3-jsonschema python3-jwt
#15 94.72   python3-markupsafe python3-netifaces python3-oauthlib python3-pkg-resources
#15 94.72   python3-pyrsistent python3-requests python3-serial python3-six
#15 94.72   python3-urllib3 python3-yaml
#15 94.72 Use 'apt autoremove' to remove them.
#15 94.73 The following packages will be REMOVED:
#15 94.73   cloud-init isc-dhcp-client

@robertvolkmann robertvolkmann marked this pull request as ready for review January 20, 2025 19:40
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