summaryrefslogtreecommitdiffstats
path: root/blueprints/k8s-holmes-engine.yaml-template
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-04-29 19:45:23 -0400
committerLusheng Ji <lji@research.att.com>2018-04-30 04:04:09 +0000
commit9bc6fd0629a825116fdfc7a94f54f5c1a5649d14 (patch)
treee917b35c818159718f0c59824274e856057f114c /blueprints/k8s-holmes-engine.yaml-template
parent9f8b5466df05cb106a89df17532ae7b39d3deea3 (diff)
Update k8s service component blueprints
Issue-ID: DCAEGEN2-479 Change-Id: I885e251ef7af91669efef3995e3e813adc709b18 Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'blueprints/k8s-holmes-engine.yaml-template')
-rw-r--r--blueprints/k8s-holmes-engine.yaml-template18
1 files changed, 12 insertions, 6 deletions
diff --git a/blueprints/k8s-holmes-engine.yaml-template b/blueprints/k8s-holmes-engine.yaml-template
index dc933a3..8638add 100644
--- a/blueprints/k8s-holmes-engine.yaml-template
+++ b/blueprints/k8s-holmes-engine.yaml-template
@@ -25,17 +25,20 @@ imports:
inputs:
dcae_CL_publish_url:
type: string
- default: "http://10.0.11.1:3904/events/unauthenticated.DCAE_CL_OUTPUT"
+ default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.DCAE_CL_OUTPUT"
+ #default: "http://10.0.11.1:3904/events/unauthenticated.DCAE_CL_OUTPUT"
ves_fault_publish_url:
type: string
- default: "http://10.0.11.1:3904/events/unauthenticated.SEC_FAULT_OUTPUT"
+ default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_FAULT_OUTPUT"
+ #default: "http://10.0.11.1:3904/events/unauthenticated.SEC_FAULT_OUTPUT"
msb_hostname:
type: string
- default: ""
+ default: "msb-discovery.onap.svc.cluster.local"
pgaas_cluster_name:
type: string
+ default: "dcae-postgres.onap.svc.cluster.local"
# use the single-VM PG instance
- default: pgvm
+ #default: pgvm
database_name:
type: string
default: holmes
@@ -47,7 +50,8 @@ node_templates:
pgaasvm:
type: dcae.nodes.pgaas.database
properties:
- writerfqdn: { concat: [ { get_input: pgaas_cluster_name }, '-write.' ] }
+ #writerfqdn: { concat: [ { get_input: pgaas_cluster_name }, '-write.' ] }
+ writerfqdn: { get_input: pgaas_cluster_name }
name: { get_input: database_name }
use_existing: true
@@ -93,7 +97,9 @@ node_templates:
ports:
- 9102:0
image: { get_input: he_image }
- service_component_type: dcae-analytics-holmes-engine-management
+ # need to use truncated name!!
+ #service_component_type: dcae-analytics-holmes-engine-management
+ service_component_type: dcae-analytics-holmes-engin-management
relationships:
- type: cloudify.relationships.depends_on
target: pgaasvm