From 4865d6d11c2c903c11791ba35d8fb8e15cb68616 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Tue, 14 Nov 2017 22:39:50 -0500 Subject: Referece released artifacts Issue-Id: DCAEGEN2-202 Change-Id: Ia5d85388e68f5f2e8ef9f39340f5cae61c9273f5 Signed-off-by: Lusheng Ji --- blueprints/DeploymentHandler.yaml-template | 2 +- blueprints/cdap_broker.yaml-template | 2 +- blueprints/config_binding_service.yaml-template | 2 +- blueprints/policy_handler.yaml-template | 2 +- blueprints/tca.yaml-template | 2 +- blueprints/ves.yaml-template | 2 +- input-templates/invinputs.yaml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/blueprints/DeploymentHandler.yaml-template b/blueprints/DeploymentHandler.yaml-template index c3f9c72..4a8bb0c 100644 --- a/blueprints/DeploymentHandler.yaml-template +++ b/blueprints/DeploymentHandler.yaml-template @@ -44,7 +44,7 @@ inputs: deployment_handler_image: description: Docker image for deployment handler - default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:1.1-latest' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:v1.1.0' application_config: description: deployment handler application configuration (to override defaults) diff --git a/blueprints/cdap_broker.yaml-template b/blueprints/cdap_broker.yaml-template index 4b8b2fe..c4d02c8 100644 --- a/blueprints/cdap_broker.yaml-template +++ b/blueprints/cdap_broker.yaml-template @@ -70,7 +70,7 @@ node_templates: endpoint: "/" interval: "120s" timeout: "60s" - image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.cdapbroker:4.0-latest" + image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.cdapbroker:v4.0.0" interfaces: cloudify.interfaces.lifecycle: start: diff --git a/blueprints/config_binding_service.yaml-template b/blueprints/config_binding_service.yaml-template index c681789..0bc5148 100644 --- a/blueprints/config_binding_service.yaml-template +++ b/blueprints/config_binding_service.yaml-template @@ -44,7 +44,7 @@ node_templates: name: 'config_binding_service' host_port: 10000 container_port: 10000 - image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.configbinding:1.2-latest" + image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.configbinding:v1.2.0" docker_config: healthcheck: type: "http" diff --git a/blueprints/policy_handler.yaml-template b/blueprints/policy_handler.yaml-template index a8e06e7..7e28cc2 100644 --- a/blueprints/policy_handler.yaml-template +++ b/blueprints/policy_handler.yaml-template @@ -41,7 +41,7 @@ inputs: policy_handler_image: description: Docker image for policy_handler - default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy_handler:1.1-latest' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:v1.1.0' application_config: description: policy handler application configuration - requires info on policy-engine diff --git a/blueprints/tca.yaml-template b/blueprints/tca.yaml-template index 2d768c5..e48434d 100644 --- a/blueprints/tca.yaml-template +++ b/blueprints/tca.yaml-template @@ -72,7 +72,7 @@ node_templates: connections: streams_publishes: [] streams_subscribes: [] - jar_url: https://nexus.onap.org/service/local/repositories/staging/content/org/onap/dcaegen2/analytics/tca/dcae-analytics-cdap-tca/2.0.0/dcae-analytics-cdap-tca-2.0.0.jar + jar_url: https://nexus.onap.org/service/local/repositories/releases/content/org/onap/dcaegen2/analytics/tca/dcae-analytics-cdap-tca/2.0.0/dcae-analytics-cdap-tca-2.0.0.jar namespace: cdap_tca_hi_lo programs: - program_id: TCAVESCollectorFlow diff --git a/blueprints/ves.yaml-template b/blueprints/ves.yaml-template index 7858667..ef65f9a 100644 --- a/blueprints/ves.yaml-template +++ b/blueprints/ves.yaml-template @@ -91,7 +91,7 @@ node_templates: interval: 15s timeout: 1s type: http - image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.1-latest" + image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.collectors.ves.vescollector:v1.1.0" service_component_type: dcaegen2-collectors-ves relationships: - type: dcae.relationships.component_contained_in diff --git a/input-templates/invinputs.yaml b/input-templates/invinputs.yaml index 90df44b..260b3a2 100644 --- a/input-templates/invinputs.yaml +++ b/input-templates/invinputs.yaml @@ -6,5 +6,5 @@ asdc_password: !!str Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U asdc_environment_name: "AUTO" postgres_user_inventory: "postgres" postgres_password_inventory: "onap123" -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" +service_change_handler_image: "{{ nexus_docker_repo }}/onap/org.onap.dcaegen2.platform.servicechange-handler:v1.0.0" +inventory_image: "{{ nexus_docker_repo }}/onap/org.onap.dcaegen2.platform.inventory-api:v1.2.0" -- cgit 1.2.3-korg