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

[JUJU-1559] Removes the requirement to disable v6 for lxd. #14423

Closed
wants to merge 1 commit into from

Conversation

tlm
Copy link
Member

@tlm tlm commented Aug 4, 2022

Until now Juju has required ipv6 support to be disbaled on the network bridge created by lxd. We can now safely operate with ipv6 in Juju.

Checklist

  • [ ] Code style: imports ordered, good names, simple structure, etc
  • [ ] Comments saying why design decisions were made
  • Go unit tests, with comments saying what you're testing
  • [ ] Integration tests, with comments saying what you're testing
  • [ ] doc.go added or updated in changed packages

QA steps

Install a fresh lxd daemon with ipv6 enabled on the default bridge and bootstrap juju. Confirm that no errors happen during bootstrap.

Deploy a workload and confirm that the agent.conf file gets the v6 address of the controller correctly.

Documentation changes

N/A

Bug reference

N/A

- Until now Juju has required ipv6 support to be disbaled on the network
  bridge created by lxd. We can now safely operate with ipv6 in Juju.
@tlm tlm changed the title Removes the requirement to disable v6 for lxd. [JUJU-1559] Removes the requirement to disable v6 for lxd. Aug 4, 2022
@tlm tlm closed this Aug 4, 2022
@manadart
Copy link
Member

manadart commented Aug 4, 2022

Why did we close this one?

@juanmanuel-tirado
Copy link
Contributor

I think this was landed on 2.9 first #14424

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants