From: Lusheng Ji Date: Wed, 15 Nov 2017 22:08:02 +0000 (-0500) Subject: Reference Holmes release docker images in BP X-Git-Tag: 1.0.0-Amsterdam~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d1149a657cfc91ef0b24b08f97b56887f834f92d;p=dcaegen2%2Fplatform%2Fblueprints.git Reference Holmes release docker images in BP Issue-Id: DCAEGEN2-202 Change-Id: I2741e1b94faec5735238475d27b5b8ab65e47a9d Signed-off-by: Lusheng Ji --- 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