diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-09-21 14:52:16 +0530 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-23 09:42:05 +0000 |
commit | dd54b96b04514422838af9f8b2b3eed8c818bdd6 (patch) | |
tree | a5a84c0e2f067089f85076a7621a173e1342d443 /kubernetes/oof/values.yaml | |
parent | ec5b6edc17aabbea977a72abcaa7eb835536d3d9 (diff) |
[OOF] Update release version for OOF
Issue-ID: OPTFRA-850
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: If6ea86e827e7b1da81a1fc17b6301fc0df3d1309
Diffstat (limited to 'kubernetes/oof/values.yaml')
-rw-r--r-- | kubernetes/oof/values.yaml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/kubernetes/oof/values.yaml b/kubernetes/oof/values.yaml index 97b5767a1f..0dc035494b 100644 --- a/kubernetes/oof/values.yaml +++ b/kubernetes/oof/values.yaml @@ -26,7 +26,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/optf-osdf:2.0.4 +image: onap/optf-osdf:3.0.0 pullPolicy: Always # flag to enable debugging - application support required @@ -78,6 +78,17 @@ config: configDbUrl: http://config.db.url:8080 configDbGetCellListUrl: 'SDNCConfigDBAPI/getCellList' configDbGetNbrListUrl: 'SDNCConfigDBAPI/getNbrList' + #aai api + aaiUrl: https://aai:8443 + aaiGetLinksUrl: /aai/v16/network/logical-links + aaiServiceInstanceUrl : /aai/v20/nodes/service-instances/service-instance/ + aaiGetControllersUrl: /aai/v19/external-system/esr-thirdparty-sdnc-list + controllerQueryUrl: /aai/v19/query?format=resource + aaiGetInterDomainLinksUrl: /aai/v19/network/logical-links?link-type=inter-domain&operational-status=up + #des api + desUrl: https://des.url:9000 + desApiPath: /datalake/v1/exposure/ + # default number of instances replicaCount: 1 nodeSelector: {} |