aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints/k8s-tca-clampnode.yaml
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-03-02 23:36:13 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2020-03-02 23:38:28 +0000
commitb9d1f7a30168cc1811b63b442a7e546e69e57d78 (patch)
tree1bb5a426ac8fbb41efc0989b89f6e6bc9b0548cf /blueprints/k8s-tca-clampnode.yaml
parent7ff0bf92b927d244550e9b3d489930feda5ac602 (diff)
Fix bp defaults for passing dashboard typecheck
Change-Id: I4ff351fb55ffc7d4bfa4f3d63bbfa9b8fb7addfe Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2120
Diffstat (limited to 'blueprints/k8s-tca-clampnode.yaml')
-rw-r--r--blueprints/k8s-tca-clampnode.yaml23
1 files changed, 10 insertions, 13 deletions
diff --git a/blueprints/k8s-tca-clampnode.yaml b/blueprints/k8s-tca-clampnode.yaml
index 56dbc2c..4e3f218 100644
--- a/blueprints/k8s-tca-clampnode.yaml
+++ b/blueprints/k8s-tca-clampnode.yaml
@@ -34,25 +34,25 @@ inputs:
default: "8443"
enableAAIEnrichment:
type: string
- default: true
+ default: "true"
dmaap_host:
type: string
- default: message-router.onap
+ default: "message-router.onap.svc.cluster.local"
dmaap_port:
type: string
default: "3904"
enableRedisCaching:
type: string
- default: false
+ default: "false"
redisHosts:
type: string
- default: dcae-redis.onap.svc.cluster.local:6379
+ default: "dcae-redis.onap.svc.cluster.local:6379"
tag_version:
type: string
default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.2.2"
consul_host:
type: string
- default: consul-server.onap
+ default: "consul-server.onap"
consul_port:
type: string
default: "8500"
@@ -147,22 +147,18 @@ node_templates:
envs:
DMAAPHOST:
{ get_input: dmaap_host }
- DMAAPPORT:
- { get_input: dmaap_port }
+ DMAAPPORT: "3904"
DMAAPPUBTOPIC: "unauthenticated.DCAE_CL_OUTPUT"
DMAAPSUBTOPIC: "unauthenticated.VES_MEASUREMENT_OUTPUT"
AAIHOST:
{ get_input: aaiEnrichmentHost }
- AAIPORT:
- { get_input: aaiEnrichmentPort }
+ AAIPORT: "8443"
CONSUL_HOST:
{ get_input: consul_host }
- CONSUL_PORT:
- { get_input: consul_port }
+ CONSUL_PORT: "8500"
CBS_HOST:
{ get_input: cbs_host }
- CBS_PORT:
- { get_input: cbs_port }
+ CBS_PORT: "10000"
CONFIG_BINDING_SERVICE: "config_binding_service"
ports:
- concat: ["11011:", { get_input: external_port }]
@@ -173,3 +169,4 @@ node_templates:
get_input: policy_id
policy_model_id:
get_input: policy_model_id
+