diff options
author | Lusheng Ji <lji@research.att.com> | 2017-10-16 22:45:41 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-10-16 22:45:49 -0400 |
commit | cd3d0e80dfe527ddf82b7070d16e4a7e4892d870 (patch) | |
tree | 99e9fe177794cafd8274e98ed1dcf022d8d7e4bd /input-templates | |
parent | d7ddfd370052c3ed4556c598711aa31b8c0fa649 (diff) |
Adjust for new location of cloud_init scripts
Issue-Id: DCAEGEN2-128
Change-Id: I086602f0aa3d4aec567b66703a549c7ce3b53d39
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'input-templates')
-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 7578d25..a30b2cd 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' +codesource_version: 'org.onap.dcaegen2.deployments/releases/scripts/cloud_init' |