summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-11-01 18:22:29 -0400
committerLusheng Ji <lji@research.att.com>2017-11-01 18:22:35 -0400
commitbb15394f932abdd94b4340c3af2a9e0f0f51c5b5 (patch)
tree2f9c64c6aff9c20f9f9301cbfe6bb731b8605b9d
parentc108b08611a57100dd62568a11e12dc2a58ef160 (diff)
Add domain to dcae DNS zone
Issue-Id: DCAEGEN2-187 Change-Id: I353a185b45c75ca73485b666f0e95650616dc7d5 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--input-templates/cdapinputs.yaml2
-rw-r--r--input-templates/inputs.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/input-templates/cdapinputs.yaml b/input-templates/cdapinputs.yaml
index f57a93d..496a922 100644
--- a/input-templates/cdapinputs.yaml
+++ b/input-templates/cdapinputs.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'
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'