aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints/k8s-tca-clampnode.yaml
diff options
context:
space:
mode:
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
+