Merge "Modify Runtime for new bpgen dependency"
authorVijay Venkatesh Kumar <vv770d@att.com>
Fri, 28 Feb 2020 22:15:30 +0000 (22:15 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 28 Feb 2020 22:15:30 +0000 (22:15 +0000)
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