Skip to content

Conversation

sjpb
Copy link
Collaborator

@sjpb sjpb commented Feb 12, 2025

Allows attaching FIPs to login nodes, e.g.:

login = {
        login: {
            nodes: ["login-0"]
            flavor: var.other_node_flavor
            fip_addresses = ["45.135.56.139"]
        }
    }

Note FIPs must already be allocated to the project using e.g.:

openstack floating ip add external

This approach means cluster deletion does not release the FIPs from the project.

@sjpb sjpb marked this pull request as ready for review February 12, 2025 11:28
@sjpb sjpb requested a review from a team as a code owner February 12, 2025 11:28
@sjpb sjpb requested a review from jovial February 12, 2025 11:29
Copy link
Collaborator

@jovial jovial left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and working for me

@sjpb sjpb merged commit 1d60270 into main Feb 12, 2025
2 checks passed
@sjpb sjpb deleted the feat/tf-fips-v2 branch February 12, 2025 14:07
@sjpb sjpb mentioned this pull request Apr 4, 2025
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.

2 participants