summaryrefslogtreecommitdiffstats
path: root/blueprints/tcadocker-service.yaml-template
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-03-23 18:34:35 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-23 18:34:35 +0000
commit869cd28f6a732e6766b30a8d27ef56594c601159 (patch)
tree196c17f23a7c193b4f7c965ce6cf6d6124bcb71f /blueprints/tcadocker-service.yaml-template
parentbc8173227daf39614543914efca5463c99623012 (diff)
parentf751bdfbcaad923bd537e8aa0f0c778cdeddaeaa (diff)
Merge "input files for new service bp"
Diffstat (limited to 'blueprints/tcadocker-service.yaml-template')
-rw-r--r--blueprints/tcadocker-service.yaml-template9
1 files changed, 8 insertions, 1 deletions
diff --git a/blueprints/tcadocker-service.yaml-template b/blueprints/tcadocker-service.yaml-template
index 25c1424..ec0ad6c 100644
--- a/blueprints/tcadocker-service.yaml-template
+++ b/blueprints/tcadocker-service.yaml-template
@@ -45,6 +45,11 @@ inputs:
dh_location_id:
type: string
default: "zone1"
+ tag_version:
+ type: string
+ default: "nexus3.onap.org:10001/onap/tca-cdap-container:1.0"
+
+
node_templates:
docker_service_host:
properties:
@@ -128,6 +133,8 @@ node_templates:
interval: 15s
timeout: 1s
type: http
- image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.analytics:v1.1.0"
+ image:
+ get_input: tag_version
+