From: mojahidi Date: Thu, 8 Feb 2018 07:03:25 +0000 (+0530) Subject: Extending value list of RAM memory in the compute X-Git-Tag: v1.2.0~365 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F30809%2F4;p=sdc.git Extending value list of RAM memory in the compute Extending the value list of the RAM memory in the compute Change-Id: I34def9639f9b58112877ce309096040e04c1984d Issue-ID: SDC-1010 Signed-off-by: mojahidi --- diff --git a/openecomp-be/tools/install/database/schemaTemplates/questionnaire/compute.ftl b/openecomp-be/tools/install/database/schemaTemplates/questionnaire/compute.ftl index 748f4da23e..3ddbbebf41 100644 --- a/openecomp-be/tools/install/database/schemaTemplates/questionnaire/compute.ftl +++ b/openecomp-be/tools/install/database/schemaTemplates/questionnaire/compute.ftl @@ -42,9 +42,38 @@ "enum": [ "1 GB", "2 GB", + "3 GB", "4 GB", - "8 GB" - ], + "5 GB", + "6 GB", + "7 GB", + "8 GB", + "9 GB", + "10 GB", + "11 GB", + "12 GB", + "13 GB", + "14 GB", + "15 GB", + "16 GB", + "17 GB", + "18 GB", + "19 GB", + "20 GB", + "21 GB", + "22 GB", + "23 GB", + "24 GB", + "25 GB", + "26 GB", + "27 GB", + "28 GB", + "29 GB", + "30 GB", + "31 GB", + "32 GB" + + ], "default": "1 GB" } },