summaryrefslogtreecommitdiffstats
path: root/blueprints/k8s-holmes-rules.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-rules.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-rules.yaml-template')
-rw-r--r--blueprints/k8s-holmes-rules.yaml-template10
1 files changed, 6 insertions, 4 deletions
diff --git a/blueprints/k8s-holmes-rules.yaml-template b/blueprints/k8s-holmes-rules.yaml-template
index 5c44c60..3fdb824 100644
--- a/blueprints/k8s-holmes-rules.yaml-template
+++ b/blueprints/k8s-holmes-rules.yaml-template
@@ -25,22 +25,24 @@ imports:
inputs:
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
hr_image:
type: string
- default: ""{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/holmes/rule-management:v1.0.0"
+ default: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/holmes/rule-management:v1.0.0"
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 }
holmesrules:
type: dcae.nodes.ContainerizedServiceComponentUsingDmaap