diff options
author | Lusheng Ji <lji@research.att.com> | 2017-11-01 18:22:29 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-11-01 18:22:35 -0400 |
commit | bb15394f932abdd94b4340c3af2a9e0f0f51c5b5 (patch) | |
tree | 2f9c64c6aff9c20f9f9301cbfe6bb731b8605b9d /input-templates/inputs.yaml | |
parent | c108b08611a57100dd62568a11e12dc2a58ef160 (diff) |
Add domain to dcae DNS zone
Issue-Id: DCAEGEN2-187
Change-Id: I353a185b45c75ca73485b666f0e95650616dc7d5
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'input-templates/inputs.yaml')
-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 3ded435..f6cb432 100644 --- a/input-templates/inputs.yaml +++ b/input-templates/inputs.yaml @@ -13,6 +13,6 @@ openstack: keypair: '{{ key_name }}' key_filename: '/opt/dcae/key' location_prefix: 'dcae' -location_domain: '{{ dcae_zone }}.dcaeg2.simpledemo.onap.org' +location_domain: '{{ dcae_zone }}.{{ dcae_domain }}' codesource_url: 'https://nexus.onap.org/service/local/repositories/raw/content' codesource_version: 'org.onap.dcaegen2.deployments/releases' |