From: Brinda Santh Date: Fri, 7 Sep 2018 13:00:40 +0000 (-0400) Subject: Controller Blueprints Microservice X-Git-Tag: 0.4.2~160^2~124 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5e8bc659af8e98fe82b9cddea4c7f1b92dfecfc0;p=ccsdk%2Fcds.git Controller Blueprints Microservice Add Controller Blueprint Capabily Assignment and their properies validation. Change-Id: I845fec3d307414b2caeb1d577308a17656ff194a Issue-ID: CCSDK-484 Signed-off-by: Brinda Santh --- 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 } }