From 56c650139f899f1a6d271ed80780a9b576d7ff22 Mon Sep 17 00:00:00 2001 From: Deven Date: Thu, 27 Feb 2020 16:55:11 -0500 Subject: Update server url in onboarding/start.sh Update server url in onboarding/start.sh Issue-ID: DCAEGEN2-2093 Signed-off-by: Deven Change-Id: I008c6a6005f8e2c132fc80f81d0264292f3db542 --- mod/onboardingapi/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/onboardingapi') diff --git a/mod/onboardingapi/start.sh b/mod/onboardingapi/start.sh index 615dac3..6d7d9e5 100755 --- a/mod/onboardingapi/start.sh +++ b/mod/onboardingapi/start.sh @@ -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 -- cgit 1.2.3-korg