[SDC] Full OnBoard health-check and NFoD support
Change-Id: I606f8a52c7e6d2bd5558f824957d890e552c5423
Signed-off-by: Avi Ziv <avi.ziv@amdocs.com>
diff --git a/openecomp-be/tools/install/database/schemaTemplates/questionnaire/compute.ftl b/openecomp-be/tools/install/database/schemaTemplates/questionnaire/compute.ftl
index 3dc85cf..748f4da 100644
--- a/openecomp-be/tools/install/database/schemaTemplates/questionnaire/compute.ftl
+++ b/openecomp-be/tools/install/database/schemaTemplates/questionnaire/compute.ftl
@@ -40,12 +40,12 @@
"memoryRAM": {
"type": "string",
"enum": [
- "1",
- "2",
- "4",
- "8"
+ "1 GB",
+ "2 GB",
+ "4 GB",
+ "8 GB"
],
- "default": "1"
+ "default": "1 GB"
}
},
"additionalProperties": false