summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/sdc/catalog_allotted_properties.jinja
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-07-30 10:20:32 -0400
committerDR695H <dr695h@att.com>2019-07-30 10:20:32 -0400
commit8cd8e394d2552c676d92a3e85078e755a4bafdae (patch)
tree692b7aa48c6f55e57a325269b6b9c708d1af1805 /robot/assets/templates/sdc/catalog_allotted_properties.jinja
parent5a31ec18576dcf1698c88a33dd7ae746b5b3f5c0 (diff)
renaming the tempalte folder to be correct
Issue-ID: TEST-174 Change-Id: I2909b87e8c3c7b70c4af7c475788fcb0d03c0b26 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/assets/templates/sdc/catalog_allotted_properties.jinja')
-rw-r--r--robot/assets/templates/sdc/catalog_allotted_properties.jinja43
1 files changed, 43 insertions, 0 deletions
diff --git a/robot/assets/templates/sdc/catalog_allotted_properties.jinja b/robot/assets/templates/sdc/catalog_allotted_properties.jinja
new file mode 100644
index 00000000..1654c8f1
--- /dev/null
+++ b/robot/assets/templates/sdc/catalog_allotted_properties.jinja
@@ -0,0 +1,43 @@
+[{
+ "definition": false,
+ "description": "The depending service invariant uuid in order to map the allotted resource to the specific service version",
+ "empty": false,
+ "getInputProperty": false,
+ "hidden": false,
+ "immutable": false,
+ "name": "providing_service_invariant_uuid",
+ "password": false,
+ "required": true,
+ "type": "string",
+ "value": {{providing_service_invariant_uuid}},
+ "uniqueId": "{{uniqueId}}.providing_service_invariant_uuid"
+ },
+ {
+ "definition": false,
+ "description": "The depending service uuid in order to map the allotted resource to the specific service version",
+ "empty": false,
+ "getInputProperty": false,
+ "hidden": false,
+ "immutable": false,
+ "name": "providing_service_uuid",
+ "password": false,
+ "required": true,
+ "type": "string",
+ "value": {{providing_service_uuid}},
+ "uniqueId": "{{uniqueId}}.providing_service_uuid"
+ },
+ {
+ "definition": false,
+ "description": "The depending service name in order to map the allotted resource to the specific service version",
+ "empty": false,
+ "getInputProperty": false,
+ "hidden": false,
+ "immutable": false,
+ "name": "providing_service_name",
+ "password": false,
+ "required": true,
+ "type": "string",
+ "value": {{providing_service_name}},
+ "uniqueId": "{{uniqueId}}.providing_service_name"
+ }
+] \ No newline at end of file