diff --git a/charts/nsx-ncp-operator/v0.1.0/questions.yaml b/charts/nsx-ncp-operator/v0.1.0/questions.yaml index 961d634..96eb809 100644 --- a/charts/nsx-ncp-operator/v0.1.0/questions.yaml +++ b/charts/nsx-ncp-operator/v0.1.0/questions.yaml @@ -184,6 +184,17 @@ questions: type: string group: Node Agent required: true +- variable: ncp.nsxNodeAgent.is_dhcp_configured_on_ovs_uplink_port + default: "auto" + description: "Set to True if DHCP is configured on the OVS Uplink Port. 'Auto' will try to automatically infer it but it only works on CoreOS. On other types host OS, it defaults to False." + label: "Is DHCP configured on OVS Uplink Port?" + type: enum + options: + - True + - False + - auto + group: Node Agent + required: false # Logging and Debug - variable: ncp.default.debug