summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--input-templates/inputs.yaml4
-rw-r--r--input-templates/invinputs.yaml10
2 files changed, 7 insertions, 7 deletions
diff --git a/input-templates/inputs.yaml b/input-templates/inputs.yaml
index 71db905..3ded435 100644
--- a/input-templates/inputs.yaml
+++ b/input-templates/inputs.yaml
@@ -12,7 +12,7 @@ openstack:
region: '{{ openstack_region }}'
keypair: '{{ key_name }}'
key_filename: '/opt/dcae/key'
-location_prefix: 'onapr1'
-location_domain: 'dcae2.onapdevlab.onap.org'
+location_prefix: 'dcae'
+location_domain: '{{ dcae_zone }}.dcaeg2.simpledemo.onap.org'
codesource_url: 'https://nexus.onap.org/service/local/repositories/raw/content'
codesource_version: 'org.onap.dcaegen2.deployments/releases'
diff --git a/input-templates/invinputs.yaml b/input-templates/invinputs.yaml
index 6e36f3e..90df44b 100644
--- a/input-templates/invinputs.yaml
+++ b/input-templates/invinputs.yaml
@@ -1,10 +1,10 @@
docker_host_override: "platform_dockerhost"
asdc_address: '{{ sdc_ip_addr }}:8443'
asdc_uri: 'https://{{ sdc_ip_addr }}:8443'
-asdc_user: "ci"
-asdc_password: !!str 123456
-asdc_environment_name: "ONAP-AMDOCS"
+asdc_user: "dcae"
+asdc_password: !!str Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
+asdc_environment_name: "AUTO"
postgres_user_inventory: "postgres"
postgres_password_inventory: "onap123"
-service_change_handler_image: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.servicechange-handler:latest"
-inventory_image: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.inventory-api:latest"
+service_change_handler_image: "{{ nexus_docker_repo }}/onap/org.onap.dcaegen2.platform.servicechange-handler:latest"
+inventory_image: "{{ nexus_docker_repo }}/onap/org.onap.dcaegen2.platform.inventory-api:latest"