From dbe020a372ccf9e608ec2b725c4d4806ec894bf8 Mon Sep 17 00:00:00 2001 From: Aleem Raja Date: Wed, 11 Jan 2023 17:05:40 +0000 Subject: [PATCH] [OOF] Update configuration for NSST selection app in OOM charts Added configuration for NSST selection app in OOF to support NSST selection API in OPTF-OSDF Issue-ID: OOM-3086 Signed-off-by: Aleem Raja Change-Id: I7969bb79a2b226d1140eacc953b40dd487789bcb --- kubernetes/oof/resources/config/conf/common_config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/kubernetes/oof/resources/config/conf/common_config.yaml b/kubernetes/oof/resources/config/conf/common_config.yaml index d34967617b..5ee95c096d 100644 --- a/kubernetes/oof/resources/config/conf/common_config.yaml +++ b/kubernetes/oof/resources/config/conf/common_config.yaml @@ -113,6 +113,17 @@ policy_info: resources: - nst + nsst_selection: + policy_fetch: by_scope + policy_scope: + - + scope: + - OSDF_GUILIN + services: + - nsst + resources: + - nsst + subnet_selection: policy_fetch: by_scope policy_scope: -- 2.16.6