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

net/sysconfig: do not remove all existing settings of /etc/sysconfig/network #5991

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ani-sinha
Copy link
Contributor

Proposed Commit Message

In some distros, /etc/sysconfig/network may have important cconfigurations that are necessary for the instance to come up. For example, centos based distros write NOZEROCONF=yes in /etc/sysconfig/network for some instances that require zeroconf to be disabled. Removing these customizations would prevent the instance to come up. So leave the customizations in /etc/sysconfig/network intact except those that we are interested in.

Fixes GH-5990
Signed-off-by: Ani Sinha [email protected]

Merge type

  • Squash merge using "Proposed Commit Message"
  • Rebase and merge unique commits. Requires commit messages per-commit each referencing the pull request number (#<PR_NUM>)

…network

In some distros, /etc/sysconfig/network may have important cconfigurations that
are necessary for the instance to come up. For example, centos based distros
write NOZEROCONF=yes in /etc/sysconfig/network for some instances that require
zeroconf to be disabled. Removing these customizations would prevent the
instance to come up. So leave the customizations in /etc/sysconfig/network
intact except those that we are interested in.

Fixes canonicalGH-5990
Signed-off-by: Ani Sinha <[email protected]>
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.

Cloud-init should support disabling ZEROCONF
1 participant