feat(neutron): add support for Neutron FWaaS#3712
Open
Yaguang Tang (yaguangtang) wants to merge 9 commits into
Open
feat(neutron): add support for Neutron FWaaS#3712Yaguang Tang (yaguangtang) wants to merge 9 commits into
Yaguang Tang (yaguangtang) wants to merge 9 commits into
Conversation
88ea0a8 to
a4fd575
Compare
1ae7dfb to
2d42600
Compare
Apply the same guidance when editing roles and when reviewing PRs that change Cluster API, kubeadm bootstrap/control-plane, clusterctl, or CAPO/OpenStack provider versions. Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
Add an Ansible variable `neutron_fwaas_enabled` (default: false) to enable Neutron Firewall as a Service (FWaaS) with the OVN firewall service driver. When enabled, it adds the `firewall_v2` service plugin and configures the OVN firewall L3 driver. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: yaguang tang <yaguang.tang@vexxhost.com>
Signed-off-by: Yaguang Tang <yaguang.tang@vexxhost.com>
Signed-off-by: Yaguang Tang <yaguang.tang@vexxhost.com>
Signed-off-by: Yaguang Tang <yaguang.tang@vexxhost.com>
Signed-off-by: Yaguang Tang <yaguang.tang@vexxhost.com>
Signed-off-by: Yaguang Tang <yaguang.tang@vexxhost.com>
Signed-off-by: Yaguang Tang <yaguang.tang@vexxhost.com>
Signed-off-by: Yaguang Tang <yaguang.tang@vexxhost.com>
f9ff291 to
c1059cf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add an Ansible variable
neutron_fwaas_enabled(default:false) to enable Neutron Firewall as a Service (FWaaS) with the OVN firewall service driver.Changes
neutron_fwaas_enabled: falsefirewall_v2service plugin)neutron_fwaas.confto configmap and conditional volume mount in server deploymentConfiguration
To enable FWaaS:
Related