From 8a7cb974422fbac0f443816471ead561e4f9bc96 Mon Sep 17 00:00:00 2001 From: oviner Date: Tue, 4 Jun 2024 13:33:21 +0300 Subject: [PATCH] add multus section on conf/README.md Signed-off-by: oviner --- conf/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/README.md b/conf/README.md index f5a5ee07a50..983f57aeb95 100644 --- a/conf/README.md +++ b/conf/README.md @@ -401,6 +401,15 @@ Configuration specific to ui testing with selenium * `screenshot` - A Screenshot in Selenium Webdriver is used for bug analysis. * `ignore_ssl` - Ignore the ssl certificate +#### MULTUS + +Configuration multus + +* `node_network_configuration_policy_name` - The NodeNetworkConfigurationPolicy CR name +* `node_network_configuration_policy_ip` - The ip address of NodeNetworkConfigurationPolicy CR +* `node_network_configuration_policy_prefix_length` - The subnetmask of NodeNetworkConfigurationPolicy CR +* `node_network_configuration_policy_destination_route` - The destination route of NodeNetworkConfigurationPolicy CR + #### COMPONENTS Configurations specific to disable/enable OCS components