From d1149a657cfc91ef0b24b08f97b56887f834f92d Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Wed, 15 Nov 2017 17:08:02 -0500 Subject: Reference Holmes release docker images in BP Issue-Id: DCAEGEN2-202 Change-Id: I2741e1b94faec5735238475d27b5b8ab65e47a9d Signed-off-by: Lusheng Ji --- blueprints/holmes-engine.yaml-template | 2 +- blueprints/holmes-rules.yaml-template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/holmes-engine.yaml-template b/blueprints/holmes-engine.yaml-template index 38e778b..b2dc0bf 100644 --- a/blueprints/holmes-engine.yaml-template +++ b/blueprints/holmes-engine.yaml-template @@ -86,7 +86,7 @@ node_templates: type: http ports: - 9102:9102 - image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/holmes/engine-management:latest" + image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/holmes/engine-management:v1.0.0" location_id: get_input: dh_location_id service_component_type: dcae-analytics-holmes-engine-management diff --git a/blueprints/holmes-rules.yaml-template b/blueprints/holmes-rules.yaml-template index 3c40ce1..49c9a91 100644 --- a/blueprints/holmes-rules.yaml-template +++ b/blueprints/holmes-rules.yaml-template @@ -70,7 +70,7 @@ node_templates: type: http ports: - 9101:9101 - image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/holmes/rule-management:latest" + image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/holmes/rule-management:v1.0.0" location_id: get_input: dh_location_id service_component_type: dcae-analytics-holmes-rule-management -- cgit 1.2.3-korg