Browse Source

Allow customization of OVS uplink port on node agents

master
Fábio Kaiser Rauber 4 years ago
parent
commit
8820faa09e
  1. 9
      charts/nsx-ncp-operator/v0.1.0/questions.yaml

9
charts/nsx-ncp-operator/v0.1.0/questions.yaml

@ -176,6 +176,15 @@ questions:
group: NSX group: NSX
required: false 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 # Logging and Debug
- variable: ncp.default.debug - variable: ncp.default.debug
default: "False" default: "False"

Loading…
Cancel
Save