diff options
author | Brinda Santh <brindasanth@in.ibm.com> | 2018-09-07 09:00:40 -0400 |
---|---|---|
committer | Brinda Santh <brindasanth@in.ibm.com> | 2018-09-07 09:00:40 -0400 |
commit | 5e8bc659af8e98fe82b9cddea4c7f1b92dfecfc0 (patch) | |
tree | 5802a91b66e25035e072ae647e208461a1f9f2ec /ms/controllerblueprints/modules | |
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>
Diffstat (limited to 'ms/controllerblueprints/modules')
-rw-r--r-- | ms/controllerblueprints/modules/service/load/blueprints/vrr-test/Definitions/vrr-test.json | 2 |
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 92785796b..724dfc4d6 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
}
}
|