diff options
author | Lusheng Ji <lji@research.att.com> | 2017-11-15 17:08:02 -0500 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-11-15 17:08:09 -0500 |
commit | d1149a657cfc91ef0b24b08f97b56887f834f92d (patch) | |
tree | f0e6e0412e9e06cb3b5900920b10baa31b116162 | |
parent | 4865d6d11c2c903c11791ba35d8fb8e15cb68616 (diff) |
Reference Holmes release docker images in BP
Issue-Id: DCAEGEN2-202
Change-Id: I2741e1b94faec5735238475d27b5b8ab65e47a9d
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | blueprints/holmes-engine.yaml-template | 2 | ||||
-rw-r--r-- | 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 |