[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / tools / install / database / schemaTemplates / questionnaire / component.ftl
index 540afca..6e588eb 100644 (file)
@@ -93,7 +93,7 @@
         },
         "vmCloneUsage": {
           "type": "string",
-          "maximum": 300
+          "maxLength": 300
         }
       },
       "additionalProperties": false
     "highAvailabilityAndLoadBalancing": {
       "type": "object",
       "properties": {
+        "isComponentMandatory": {
+          "type": "string",
+          "enum": ["","YES", "NO"],
+          "default": ""
+        },
+        "highAvailabilityMode": {
+          "type": "string",
+          "enum": ["","geo-activeactive", "geo-activestandby", "local-activeactive", "local-activestandby"],
+          "default": ""
+        },
         "failureLoadDistribution": {
           "type": "string",
           "maxLength": 1000
             "backupNIC": {
               "type": "string",
               "enum": [
-                ""<#if nicNames??><#list nicNames as nicName>
-                "${nicName}"<#sep>,</#list></#if>
+                ""<#if nicNames??><#list nicNames as nicName>
+                , "${nicName}"</#list></#if>
               ],
               "default": ""
             }
     }
   },
   "additionalProperties": false
-}
\ No newline at end of file
+}