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

IPv6 network info translation support for rhel #2497

Closed
ubuntu-server-builder opened this issue May 10, 2023 · 3 comments
Closed

IPv6 network info translation support for rhel #2497

ubuntu-server-builder opened this issue May 10, 2023 · 3 comments
Labels
launchpad Migrated from Launchpad

Comments

@ubuntu-server-builder
Copy link
Collaborator

This bug was originally filed in Launchpad as LP: #1391695

Launchpad details
affected_projects = []
assignee = shraddha-pandhe
assignee_name = Shraddha Pandhe
date_closed = 2016-08-10T14:59:24.260441+00:00
date_created = 2014-11-12T00:29:04.209084+00:00
date_fix_committed = 2015-01-22T20:16:15.940642+00:00
date_fix_released = 2016-08-10T14:59:24.260441+00:00
id = 1391695
importance = undecided
is_complete = True
lp_url = https://bugs.launchpad.net/cloud-init/+bug/1391695
milestone = None
owner = shraddha-pandhe
owner_name = Shraddha Pandhe
private = False
status = fix_released
submitter = shraddha-pandhe
submitter_name = Shraddha Pandhe
tags = []
duplicates = []

Launchpad user Shraddha Pandhe(shraddha-pandhe) wrote on 2014-11-12T00:29:04.209084+00:00

Cloud-init currently doesn’t parse ipv6 network information from the OpenStack Nova's disk.config.
Here’s the code that does the parsing: https://github.com/number5/cloud-init/blob/master/cloudinit/distros/rhel.py#L65-L98

Whereas, the IPv6 network-scripts/ifcfg file is expected to be:
http://www.cyberciti.biz/faq/rhel-redhat-fedora-centos-ipv6-network-configuration/

The conversion is missing a lot of options.

@ubuntu-server-builder ubuntu-server-builder added the launchpad Migrated from Launchpad label May 10, 2023
@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user Joshua Harlow(harlowja) wrote on 2014-11-13T09:41:41.913358+00:00

Can u bug smoser or jayF on IRC. I know there has been some though about redoing the network writing functionality and it may be better to just wait for that to appear (or help make it appear) instead of adding on more things here...

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user Major Hayden(rackerhacker) wrote on 2014-11-21T17:59:21.542594+00:00

Joshua just let me know this ticket was here. I pushed a branch yesterday that should parse static IPv6 network configuration from a config disk:

https://code.launchpad.net/~rackerhacker/cloud-init/add-ipv6-static-address-support

This is my first time working with cloud-init code so it might not be the best quality fix. ;)

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user Scott Moser(smoser) wrote on 2016-08-10T14:59:23.376532+00:00

This is fixed in cloud-init 0.7.7.

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

No branches or pull requests

1 participant