aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/heat_requirements.json
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/heat_requirements.json')
-rw-r--r--ice_validator/heat_requirements.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/ice_validator/heat_requirements.json b/ice_validator/heat_requirements.json
index 3918702..e028715 100644
--- a/ice_validator/heat_requirements.json
+++ b/ice_validator/heat_requirements.json
@@ -1,5 +1,5 @@
{
- "created": "2019-09-19T06:31:59.844469",
+ "created": "2019-10-07T06:33:21.040671",
"current_version": "el alto",
"project": "",
"versions": {
@@ -73163,7 +73163,7 @@
"needs_amount": 813
},
"el alto": {
- "created": "2019-09-19T06:31:59.844406",
+ "created": "2019-10-07T06:33:21.040606",
"filters": {},
"filters_amount": 0,
"needs": {
@@ -76984,7 +76984,7 @@
"title_from_content": "",
"type": "req",
"type_name": "Requirement",
- "updated": "dublin",
+ "updated": "el alto",
"validated_by": "",
"validation_mode": "static"
},
@@ -77375,7 +77375,7 @@
"title_from_content": "",
"type": "req",
"type_name": "Requirement",
- "updated": "dublin",
+ "updated": "el alto",
"validated_by": "",
"validation_mode": "static"
},
@@ -80203,7 +80203,7 @@
"title_from_content": "",
"type": "req",
"type_name": "Requirement",
- "updated": "dublin",
+ "updated": "el alto",
"validated_by": "",
"validation_mode": "static"
},
@@ -82973,7 +82973,7 @@
"title_from_content": "",
"type": "req",
"type_name": "Requirement",
- "updated": "dublin",
+ "updated": "el alto",
"validated_by": "",
"validation_mode": "static"
},
@@ -86160,7 +86160,7 @@
"title_from_content": "",
"type": "req",
"type_name": "Requirement",
- "updated": "dublin",
+ "updated": "el alto",
"validated_by": "",
"validation_mode": ""
},
@@ -89223,7 +89223,7 @@
"title_from_content": "",
"type": "req",
"type_name": "Requirement",
- "updated": "dublin",
+ "updated": "el alto",
"validated_by": "",
"validation_mode": "static"
},
@@ -90672,7 +90672,7 @@
"title_from_content": "",
"type": "req",
"type_name": "Requirement",
- "updated": "dublin",
+ "updated": "el alto",
"validated_by": "",
"validation_mode": "in_service"
},
@@ -91165,7 +91165,7 @@
"title_from_content": "",
"type": "req",
"type_name": "Requirement",
- "updated": "",
+ "updated": "el alto",
"validated_by": "",
"validation_mode": "static"
},
@@ -91631,7 +91631,7 @@
"validation_mode": "none"
},
"R-610010": {
- "description": "A VNF's Heat Orchestration Template's Base Module **MAY** declare zero, one,\nor more than one ``OS::Nova::Server`` resource.",
+ "description": "A VNF's Heat Orchestration Template's Base Module **MAY** declare zero, one,\nor more than one ``OS::Nova::Server`` resource. A ``OS::Nova::Server``\n**MAY** be created in the base module or a nested yaml file invoked by the\nbase module.",
"docname": "Chapter5/Heat/ONAP Heat VNF Modularity",
"full_title": "",
"hide_links": "",
@@ -91665,7 +91665,7 @@
"validation_mode": "none"
},
"R-610020": {
- "description": "If a VNF's Heat Orchestration Template's Base Module contains two or more\n``OS::Nova::Server`` resources, the ``OS::Nova::Server`` resources **MAY**\ndefine the same ``{vm-type}`` (as defined in R-01455) or **MAY**\ndefine different ``{vm-type}``.\n\nNote that\n\n- there is no constraint on the number of unique ``{vm-type}`` defined in\n the base module.\n- there is no constraint on the number of ``OS::Nova::Server`` resources\n that define the same ``{vm-type}`` in the base module.",
+ "description": "If a VNF's Heat Orchestration Template's Base Module contains two or more\n``OS::Nova::Server`` resources (created in the base module itself and/or\nin a nested yaml file invoked by the base module), the ``OS::Nova::Server``\nresources **MAY**\ndefine the same ``{vm-type}`` (as defined in R-01455) or **MAY**\ndefine different ``{vm-type}``.\n\nNote that\n\n- there is no constraint on the number of unique ``{vm-type}`` defined in\n the base module.\n- there is no constraint on the number of ``OS::Nova::Server`` resources\n that define the same ``{vm-type}`` in the base module.\n- if an ``OS::Nova::Server`` is created in a nested yaml file invoked by\n the base module, the nested yaml file **MUST NOT** contain more than one\n ``OS::Nova::Server`` resource (as defined in R-17528).",
"docname": "Chapter5/Heat/ONAP Heat VNF Modularity",
"full_title": "",
"hide_links": "",
@@ -91699,7 +91699,7 @@
"validation_mode": "none"
},
"R-610030": {
- "description": "A VNF's Heat Orchestration Template's Incremental Module **MUST**\ndeclare one or more ``OS::Nova::Server`` resources.",
+ "description": "A VNF's Heat Orchestration Template's Incremental Module **MUST**\ndeclare one or more ``OS::Nova::Server`` resources. A ``OS::Nova::Server``\n**MAY** be created in the incremental module or a nested yaml file invoked\nby the incremental module.",
"docname": "Chapter5/Heat/ONAP Heat VNF Modularity",
"full_title": "",
"hide_links": "",
@@ -91733,7 +91733,7 @@
"validation_mode": "static"
},
"R-610040": {
- "description": "If a VNF\u2019s Heat Orchestration Template\u2019s Incremental Module contains two or\nmore ``OS::Nova::Server`` resources, the ``OS::Nova::Server`` resources\n**MAY** define the same ``{vm-type}`` (as defined in R-01455) or **MAY**\ndefine different ``{vm-type}``.\n\nNote that\n\n- there is no constraint on the number of unique ``{vm-type}`` defined in\n the incremental module.\n- there is no constraint on the number of ``OS::Nova::Server`` resources\n that define the same ``{vm-type}`` in the incremental module.",
+ "description": "If a VNF's Heat Orchestration Template's Incremental Module contains two or\nmore ``OS::Nova::Server`` resources, the ``OS::Nova::Server`` resources\n**MAY** define the same ``{vm-type}`` (as defined in R-01455) or **MAY**\ndefine different ``{vm-type}``.\n\nNote that\n\n- there is no constraint on the number of unique ``{vm-type}`` defined in\n the incremental module.\n- there is no constraint on the number of ``OS::Nova::Server`` resources\n that define the same ``{vm-type}`` in the incremental module.\n- if an ``OS::Nova::Server`` is created in a nested yaml file invoked by\n the incremental module, the nested yaml file **MUST NOT** contain more\n than one ``OS::Nova::Server`` resource (as defined in R-17528).",
"docname": "Chapter5/Heat/ONAP Heat VNF Modularity",
"full_title": "",
"hide_links": "",
@@ -91767,7 +91767,7 @@
"validation_mode": "none"
},
"R-610050": {
- "description": "A VNF\u2019s Heat Orchestration Template's ``OS::Nova::Server`` resource unique\n``{vm-type}`` (as defined in R-01455) **MAY** exist in the VNF's\nHeat Orchestration Template's Base Module and/or one or more of the VNF's\nHeat Orchestration Template's Incremental Modules.",
+ "description": "The same ``{vm-type}`` for a VNF's Heat Orchestration Template's\n``OS::Nova::Server`` resource (as defined in R-01455) **MAY** exist in\nthe VNF's Heat Orchestration Template's Base Module (or invoked nested yaml\nfile) and/or one or more of the VNF's Heat Orchestration Template's\nIncremental Modules (or invoked nested yaml file).",
"docname": "Chapter5/Heat/ONAP Heat VNF Modularity",
"full_title": "",
"hide_links": "",
@@ -95487,7 +95487,7 @@
"title_from_content": "",
"type": "req",
"type_name": "Requirement",
- "updated": "dublin",
+ "updated": "el alto",
"validated_by": "",
"validation_mode": "static"
},
@@ -96660,7 +96660,7 @@
"title_from_content": "",
"type": "req",
"type_name": "Requirement",
- "updated": "dublin",
+ "updated": "el alto",
"validated_by": "",
"validation_mode": "static"
},
@@ -98736,7 +98736,7 @@
"title_from_content": "",
"type": "req",
"type_name": "Requirement",
- "updated": "dublin",
+ "updated": "el alto",
"validated_by": "",
"validation_mode": "static"
},