diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-02-26 23:42:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-26 23:42:42 +0000 |
commit | 77f2732015a0ab038bf6be6afaf924b827f44835 (patch) | |
tree | 24929b885120baa1b2db4f1bde67a1fde6e8245e /mod/onboardingapi/start.sh | |
parent | d0fae040ebc6de8eea6b281429275fb53a78704e (diff) | |
parent | 34b776928e1a0fa029d2de13a020873bff8a601f (diff) |
Merge "Updates to onboarding and distributor api's"
Diffstat (limited to 'mod/onboardingapi/start.sh')
-rwxr-xr-x | mod/onboardingapi/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/onboardingapi/start.sh b/mod/onboardingapi/start.sh index 8b3978d..615dac3 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/cli/plain\", \"user\": \"api\", \"db_url\": \"$PG_CONN\", \"cli_version\": \"2.11.1\", \"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/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 fi dcae_cli http --live |