summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Silvius <s.silvius@partner.samsung.com>2019-09-15 18:56:35 +0300
committerSamuli Silvius <s.silvius@partner.samsung.com>2019-09-15 20:04:11 +0300
commit60d3dbffb77a60fe90035905b546f03d122230a6 (patch)
tree1b2591c0956fb6145751a765ccdd7a2b1a6062d0
parent717f3eaf298d3683213da6424a6cbe1730a42713 (diff)
Updated golden README for config-assing
interface-name and unit-name parameters added to example payload as they are resolved from input. Issue-ID: CCSDK-1726 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Change-Id: I8016b7b48947d5fb9b57085f6a4669ba342bbc73
-rw-r--r--components/model-catalog/blueprint-model/test-blueprint/golden/README6
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