From d2cd31b73c0282f7aafd5b4adada00c0f4533d61 Mon Sep 17 00:00:00 2001 From: Ralph Knag Date: Mon, 2 Apr 2018 16:27:46 -0400 Subject: Onboarding documentation update for CLI Change-Id: I1d4d0111063ea62c3759aa9b7232998b70229644 Issue-ID: DCAEGEN2-350 Signed-off-by: Ralph Knag --- platformdoc/docs/components/component-type-cdap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platformdoc/docs/components/component-type-cdap.md') diff --git a/platformdoc/docs/components/component-type-cdap.md b/platformdoc/docs/components/component-type-cdap.md index 253dd2f8..8658b2da 100644 --- a/platformdoc/docs/components/component-type-cdap.md +++ b/platformdoc/docs/components/component-type-cdap.md @@ -6,9 +6,9 @@ This page contains information about CDAP app development in DCAE. The DCAE component specification has you input your `jar_url`, the URL on Nexus to your Jar file. This DCAE controller deploys out of Nexus. You can upload your jar(s) using the following command, replacing NAME: ``` -curl -v --user 'user:password' http://YOUR_NEXUS_RAW_REPO/NAME.jar --upload-file NAME.jar +curl -v --user 'dcae-dev:dev123' http://nexus01.research.att.com:8081/repository/dcae-dev-raw/jar_files/NAME.jar --upload-file NAME.jar ``` -During the CLI Tool Usage, in your spec, supply `http://YOUR_NEXUS_RAW_REPO/NAME.jar` as the JAR artifact URL. +During the CLI Tool Usage, in your spec, supply `http://nexus01.research.att.com:8081/repository/dcae-dev-raw/jar_files/NAME.jar` as the JAR artifact URL. ## Policy Reconfiguration We support reconfiguration of both AppConfig and AppPreferences. -- cgit 1.2.3-korg