diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-17 16:40:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-17 16:40:44 +0000 |
commit | fdc1a2b71f8fa2c8071310d38116d608c0466f6b (patch) | |
tree | 689fd3fefbb1b521983fb078833c81490a4c1ef3 /components/model-catalog/blueprint-model/test-blueprint | |
parent | c3e83f716d573b0e6ab198b3feda8cf002394d2b (diff) | |
parent | ba1878f9b17dc7f10019bb860f5bd330f8630f6e (diff) |
Merge "Updated golden README for config-assing"
Diffstat (limited to 'components/model-catalog/blueprint-model/test-blueprint')
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint/golden/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/golden/README b/components/model-catalog/blueprint-model/test-blueprint/golden/README index a8c49d25d..a8aeea930 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/golden/README +++ b/components/model-catalog/blueprint-model/test-blueprint/golden/README @@ -77,7 +77,9 @@ Example "config-assign-request": { "resolution-key": "config-assign-demo-123", "config-assign-properties": { - "hostname": "blah" + "hostname": "blah", + "interface-name": "ge-0/0/7", + "unit-number": 0 } } } @@ -156,4 +158,4 @@ Example Postman collection used for this example. 5 requests are provided one per workflow to execute, and 1 to load the CBA in the runtime environment. - https://www.getpostman.com/collections/d68b12a60fd6ed336059
\ No newline at end of file + https://www.getpostman.com/collections/d68b12a60fd6ed336059 |