Skip to content

Conversation

sjpb
Copy link
Collaborator

@sjpb sjpb commented Feb 20, 2025

For e.g. IB networks it is necessary to not enable port security and therefore, not to try to apply security groups.

Done by setting port_security_enabled to false in cluster_networks or extra_networks:

cluster_networks = [
  {
    network = "some_net"
    subnet = "some_subnet"
    port_security_enabled = false
  }
]

@sjpb sjpb marked this pull request as ready for review February 20, 2025 13:29
@sjpb sjpb requested a review from a team as a code owner February 20, 2025 13:29
@sjpb sjpb requested a review from jovial February 25, 2025 09:18
@sjpb sjpb force-pushed the feat/select-port-sec branch from 8336b83 to d380680 Compare February 25, 2025 09:37
@sjpb sjpb merged commit 30d6ce4 into main Feb 25, 2025
0 of 2 checks passed
@sjpb sjpb deleted the feat/select-port-sec branch February 25, 2025 09:37
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