Update server url in onboarding/start.sh 28/102528/1 2.12.0
authorDeven <dp023n@att.com>
Thu, 27 Feb 2020 21:55:11 +0000 (16:55 -0500)
committerDeven <dp023n@att.com>
Thu, 27 Feb 2020 21:58:15 +0000 (16:58 -0500)
Update server url in onboarding/start.sh

Issue-ID: DCAEGEN2-2093
Signed-off-by: Deven <dp023n@att.com>
Change-Id: I008c6a6005f8e2c132fc80f81d0264292f3db542

mod/onboardingapi/start.sh

index 615dac3..6d7d9e5 100755 (executable)
@@ -9,7 +9,7 @@ fi
 if [ ! -f ~/.config/dcae-cli/config.json ]; then
     echo "Creating dcae-cli config"
     # TODO: Make this into a variable that gets fed in via docker run
-    echo "{\"server_url\": \"https://git.onap.org/dcaegen2/platform/tree/mod\", \"user\": \"api\", \"db_url\": \"$PG_CONN\", \"cli_version\": \"2.12.0\", \"path_component_spec\": \"/component-json-schemas/component-specification/dcae-cli-v2/component-spec-schema.json\", \"path_data_format\": \"/component-json-schemas/data-format/dcae-cli-v1/data-format-schema.json\"}" > ~/.config/dcae-cli/config.json
+    echo "{\"server_url\": \"https://git.onap.org/dcaegen2/platform/plain/mod\", \"user\": \"api\", \"db_url\": \"$PG_CONN\", \"cli_version\": \"2.12.0\", \"path_component_spec\": \"/component-json-schemas/component-specification/dcae-cli-v2/component-spec-schema.json\", \"path_data_format\": \"/component-json-schemas/data-format/dcae-cli-v1/data-format-schema.json\"}" > ~/.config/dcae-cli/config.json
 fi
 
 dcae_cli http --live