fix(azurelinux): update for Azure Linux 4.0#6874
Open
ddstreetmicrosoft wants to merge 11 commits intocanonical:mainfrom
Open
fix(azurelinux): update for Azure Linux 4.0#6874ddstreetmicrosoft wants to merge 11 commits intocanonical:mainfrom
ddstreetmicrosoft wants to merge 11 commits intocanonical:mainfrom
Conversation
…nonical#6874) There is no need to exclude these config selections from azurelinux, so this simplifies the config template.
Azure Linux 4 is now Fedora-based; this removes the custom group config, allowing azurelinux to use the fallback group list, as Fedora does.
…cal#6874) The Azure cloud generally documents the default username as "azureuser", so this sets the default to match.
…nical#6874) Azure Linux 4 is Fedora-based, so include it in the same group for the mount_default_fields and ssh_pwauth settings.
canonical#6874) Azure Linux 4 is no longer in the same group as mariner or photon; the available network renderers are netplan, systemd-networkd, and NetworkManager.
…l#6874) Azure Linux 3.0 used tdnf and needed to override this method; Azure Linux 4.0 does not use tdnf and can use the inherited method.
Azure Linux 3.0 used /usr/lib, while Azure Linux 4.0 inherits from Fedora and so uses /usr/libexec.
…ical#6874) Add azurelinux into most fedora/rhel conditionals in the templates.
Azure Linux 4.0 is Fedora-based, so update the hosts template to match the fedora/redhat template.
aea9e77 to
f2d5f5e
Compare
This file contains hidden or 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
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.
This updates various configs/settings for the new Azure Linux 4.0 release.
tests/unittests/cloudinit/example.pyshould be tested bytests/unittests/test_example.pytox -e py3Merge type