coreos / ignition

First boot installer and configuration tool
https://coreos.github.io/ignition/
Apache License 2.0
811 stars 244 forks source link

OpenStack single-stack IPv6 support #1897

Open mdbooth opened 1 week ago

mdbooth commented 1 week ago

Feature Request

Ignition can fetch metadata from OpenStack's IPv4 metadata endpoint^1. However, since OpenStack Victoria, the metadata service now supports both an IPv4 and an IPv6 endpoint^2. In single-stack IPv6 environments we only have the IPv6 endpoint, which prevents ignition from fetching metadata.

Environment

OpenStack

Desired Feature

Add support for the IPv6 metadata endpoint to the OpenStack provider.

Other Information

mdbooth commented 1 week ago

/cc @MaysaMacedo