Add Sub Attribute parsing capabilit
authorMuthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Wed, 13 Feb 2019 00:16:47 +0000 (19:16 -0500)
committerBrinda Santh Muthuramalingam <brindasanth@in.ibm.com>
Wed, 13 Feb 2019 22:18:14 +0000 (22:18 +0000)
Change-Id: Ie353f8e5b86f7472a4790c32705f4b8c3d5e5826
Issue-ID: CCSDK-1061
Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/activation-blueprint.json

index 637b589..84c78c6 100644 (file)
             "properties": {
               "login-key": "sample-key",
               "login-account": "sample-account",
-              "target-ip-address": "localhost",
+              "target-ip-address": {
+                "get_attribute": [
+                  "resource-assignment",
+                  "",
+                  "assignment-params",
+                  "$.ipAddress"
+                ]
+              },
               "port-number": 830,
               "connection-time-out": 30
             }