commit | 5e8bc659af8e98fe82b9cddea4c7f1b92dfecfc0 | [log] [tgz] |
---|---|---|
author | Brinda Santh <brindasanth@in.ibm.com> | Fri Sep 07 09:00:40 2018 -0400 |
committer | Brinda Santh <brindasanth@in.ibm.com> | Fri Sep 07 09:00:40 2018 -0400 |
tree | 5802a91b66e25035e072ae647e208461a1f9f2ec | |
parent | 92c807d2bd54d8221597acc2e84f15ad2ada0b7b [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>
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 9278579..724dfc4 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 } }