-
Notifications
You must be signed in to change notification settings - Fork 34
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
Floating IP support #504
Comments
No they are not. You've hit another limitation of our cookiecutter environment vs our actual production configurations. There are some subtleties. |
Currently the cookiecutter TF config has no support for adding FIPs to login nodes. Generally, production sites tend not to need FIPs as login nodes have an interface on a network reachable by users. FIPs are also not available on all clouds so this cannot be a default. However it would be helpful to support optionally defining a pre-existing FIP address as part of the login node definition(s) and attaching this to the node(s). Note the actual FIP should NOT be defined in the tf config using an |
This was added in https://github.com/stackhpc/ansible-slurm-appliance/releases/tag/v1.158. See #572 |
While I did see an error when insufficient floating IPs were allocated to the project, it appears that floating IPs are not in fact associated to instances by default.
Is the intention that these associations are carried out separately inside OpenStack?
The text was updated successfully, but these errors were encountered: