diff options
author | Lusheng Ji <lji@research.att.com> | 2017-10-17 11:37:02 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-10-17 11:37:09 -0400 |
commit | f76d9cb0268324188ffde8f2dd7298a0b92bcb79 (patch) | |
tree | 8b9a4d119f134f24e1c701ee5f577f09283b8af9 | |
parent | 31f000148784e35dd8b65ebbaf6b0da963f01e6b (diff) |
Update inputs.yaml for new cloud_init location
Issue-Id: DCAEGEN2-128
Change-Id: Ideebfdba8a13e4b561defcee202d8f3e72a9a9c1
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | input-templates/inputs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input-templates/inputs.yaml b/input-templates/inputs.yaml index a30b2cd..71db905 100644 --- a/input-templates/inputs.yaml +++ b/input-templates/inputs.yaml @@ -15,4 +15,4 @@ key_filename: '/opt/dcae/key' location_prefix: 'onapr1' location_domain: 'dcae2.onapdevlab.onap.org' codesource_url: 'https://nexus.onap.org/service/local/repositories/raw/content' -codesource_version: 'org.onap.dcaegen2.deployments/releases/scripts/cloud_init' +codesource_version: 'org.onap.dcaegen2.deployments/releases' |