From 3a586b4e4e7e8a92a12f9fcea5e7fdcaaadde291 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 17 Oct 2024 09:15:51 -0400 Subject: [SDNC] Replace Bierman RESTCONF with RFC 8040 Replaces Bierman draft version of RESTCONF API with version that is compliant with RFC 8040. Updated the required configuration files for SDNC Update the generic-resource-api configuration file and mount it to the sdnc pod Update of SO images to use the new SO library. Issue-ID: SDNC-1847 Change-Id: Id133d6bb83d55d8dac65447e5828b7793069cefb Signed-off-by: Andreas Geissler Signed-off-by: Dan Timoney --- kubernetes/sdnc/components/dgbuilder/resources/config/customSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/sdnc/components/dgbuilder/resources') diff --git a/kubernetes/sdnc/components/dgbuilder/resources/config/customSettings.js b/kubernetes/sdnc/components/dgbuilder/resources/config/customSettings.js index abaab57254..372a0ca4c9 100644 --- a/kubernetes/sdnc/components/dgbuilder/resources/config/customSettings.js +++ b/kubernetes/sdnc/components/dgbuilder/resources/config/customSettings.js @@ -35,7 +35,7 @@ module.exports={ "dbUser": "${DB_USER}", "dbPassword": "${DB_PASSWORD}", "gitLocalRepository": "", - "restConfUrl": "http://localhost:8181/restconf/operations/SLI-API:execute-graph", + "restConfUrl": "http://localhost:8181/rests/operations/SLI-API:execute-graph", "restConfUser": "${REST_CONF_USER}", "restConfPassword": "${REST_CONF_PASSWORD}", "formatXML": "Y", -- cgit 1.2.3-korg