aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/service/load
diff options
context:
space:
mode:
authorBrinda Santh <brindasanth@in.ibm.com>2018-09-07 09:00:40 -0400
committerBrinda Santh <brindasanth@in.ibm.com>2018-09-07 09:00:40 -0400
commitb838e7802dbb719a8ee7c45b3c5a637a1120f3c7 (patch)
treeae0158e781ceeffcb2de68527d7d52e4a8a2a566 /ms/controllerblueprints/modules/service/load
parent44bff49a6a45f2c4d31020501cb1c0b2eeb1b0fd (diff)
Controller Blueprints Microservice
Add Controller Blueprint Capabily Assignment and their properies validation. Change-Id: I845fec3d307414b2caeb1d577308a17656ff194a Issue-ID: CCSDK-484 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'ms/controllerblueprints/modules/service/load')
-rw-r--r--ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Definitions/vrr-test.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Definitions/vrr-test.json b/ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Definitions/vrr-test.json
index 92785796..724dfc4d 100644
--- a/ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Definitions/vrr-test.json
+++ b/ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Definitions/vrr-test.json
@@ -206,7 +206,7 @@
"properties": {
"profile-name": "sample",
"oam-ipv4-address": "{ \"get_attribute\" : \"hostname\" }",
- "port-number": "{ \"get_attribute\" : \"host-port\" }",
+ "port-number": { "get_input" : "host-port" },
"connection-time-out": 30
}
}