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

[WIP] Enable testing dual-stack scenarios #59

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Nov 28, 2024

  1. Rename egress network to external

    This aligns with the upstream metal3-dev-env naming for easier reuse of the
    same roles/templates
    hardys committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f5b2248 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a1e4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bbe2f1 View commit details
    Browse the repository at this point in the history
  4. Configure management cluster for dual-stack

    When ipv6 is enabled we configure the management cluster for dual stack
    hardys committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    013e496 View commit details
    Browse the repository at this point in the history
  5. example-manifests: remove unused defaults

    The network defaults are unused, and the networkData is not needed
    since we're not deploying an image which can interpret this format
    hardys committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    ff56ac0 View commit details
    Browse the repository at this point in the history
  6. Initial support for single-stack ipv6

    Add variable to optionally disable the ipv4 network
    hardys committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b95d3e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64ef83f View commit details
    Browse the repository at this point in the history