aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/install/database/schemaTemplates
diff options
context:
space:
mode:
authormojahidi <mojahidul.islam@amdocs.com>2018-02-08 12:33:25 +0530
committerAvi Gaffa <avi.gaffa@amdocs.com>2018-02-08 09:31:50 +0000
commit89f96b17aed5c432be3df6d75a49a1f9ebc9120b (patch)
tree4285f17730c2063d6a5c5999be52aa186085c235 /openecomp-be/tools/install/database/schemaTemplates
parent637206b5e05910cc3bdd64bbd35d296ce282524c (diff)
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 <mojahidul.islam@amdocs.com>
Diffstat (limited to 'openecomp-be/tools/install/database/schemaTemplates')
-rw-r--r--openecomp-be/tools/install/database/schemaTemplates/questionnaire/compute.ftl33
1 files changed, 31 insertions, 2 deletions
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"
}
},