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

Add an option to disable/enable floating IPs #229

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mathias-ioki
Copy link

@mathias-ioki mathias-ioki commented Jan 25, 2024

When the OpenStack driver is used, instances get always a public floating IP address. This floating IP is most of the time a public IPv4 address. Public IPv4 addresses are rare and can be very expensive - depending on the OpenStack provider.

This PR allows to disable floating IPs. The default is not changed, so existing deployments don't need an update.

These floating IPs are not required, if IPv6 is available or if a jumphost is already in place, which can be used for the connection to the internal IPs of a VM.

If the option auto_floating_ip is not explicit added, it's implicit added with true as default value: https://docs.ansible.com/ansible/latest/collections/openstack/cloud/server_module.html#parameter-auto_ip

Copy link

Label error. Requires exactly 1 of: bug, enhancement, major, minor, patch, skip-changelog. Found:

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.

None yet

1 participant