aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/sdc/blueprint-dcae/tca_3.yaml
diff options
context:
space:
mode:
authorChristophe Closset <christophe.closset@intl.att.com>2019-05-09 10:08:57 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-09 10:08:57 +0000
commitd44558eaee3cff15f9798ccc14b1642636b77cb0 (patch)
tree5d9cbb5e42eae593f82a98987916cf58603c975c /src/test/resources/example/sdc/blueprint-dcae/tca_3.yaml
parent5ce610d384f5f9bc7ee3dffe07e1b583bb71a96d (diff)
parent4545e770dd5ab7cab80ea115ed326e60a944cbc4 (diff)
Merge "Fix model type searching"
Diffstat (limited to 'src/test/resources/example/sdc/blueprint-dcae/tca_3.yaml')
-rw-r--r--src/test/resources/example/sdc/blueprint-dcae/tca_3.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/test/resources/example/sdc/blueprint-dcae/tca_3.yaml b/src/test/resources/example/sdc/blueprint-dcae/tca_3.yaml
index 53cfc4f7..6fab504b 100644
--- a/src/test/resources/example/sdc/blueprint-dcae/tca_3.yaml
+++ b/src/test/resources/example/sdc/blueprint-dcae/tca_3.yaml
@@ -51,6 +51,9 @@ inputs:
type: string
description: Kubernetes node port on which CDAPgui is exposed
default: "32012"
+ policy_model_id:
+ type: string
+ default: "onap.policies.monitoring.cdap.tca.hi.lo.app"
node_templates:
tca_k8s:
@@ -150,4 +153,5 @@ node_templates:
properties:
policy_id:
get_input: policy_id
- policy_type_id: onap.policies.monitoring.cdap.tca.hi.lo.app
+ policy_model_id:
+ get_input: policy_model_id