From 8820faa09e4c54a415d463976c5570bbc1ad9790 Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Fri, 21 May 2021 15:45:37 -0300 Subject: [PATCH] Allow customization of OVS uplink port on node agents --- charts/nsx-ncp-operator/v0.1.0/questions.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/charts/nsx-ncp-operator/v0.1.0/questions.yaml b/charts/nsx-ncp-operator/v0.1.0/questions.yaml index 0e55561..961d634 100644 --- a/charts/nsx-ncp-operator/v0.1.0/questions.yaml +++ b/charts/nsx-ncp-operator/v0.1.0/questions.yaml @@ -176,6 +176,15 @@ questions: group: NSX required: false +# NSX Node Agent +- variable: ncp.nsxNodeAgent.ovs_uplink_port + default: "eth0" + description: "The OVS uplink OpenFlow port where to apply the NAT rules to." + label: "OVS Uplink Port" + type: string + group: Node Agent + required: true + # Logging and Debug - variable: ncp.default.debug default: "False"