Adding TOSCA bootstrapping instructions

Change-Id: Ie0a7c6dffe1b2d9d3b629edc7bde6831aa8aafcb
(cherry picked from commit bf7013d27fc1297c5da904c6404b077500a0e233)
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 65f9e22..8a5136a 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -32,6 +32,7 @@
     * [Workflow: Mock Configuration](xos/dev/workflow_mock_single.md)
     * [Workflow: Virtual POD](xos/dev/workflow_pod.md)
     * [Example Service](xos/example_service.md)
+    * [Bootstrapping data in XOS](platform-install/bootstrap_models_in_xos.md)
     * [Configuring XOS](xos/modules/xosconfig.md)
     * [GUI Development](xos-gui/developer/README.md)
         * [Quickstart](xos-gui/developer/quickstart.md)
diff --git a/docs/scripts/descriptions.md b/docs/scripts/descriptions.md
index 7fdd076..2fcd262 100644
--- a/docs/scripts/descriptions.md
+++ b/docs/scripts/descriptions.md
@@ -651,6 +651,10 @@
 ## xos_tosca_config_templates
 
 List of XOS tosca templates to load that make up the service graph of a
+profile. Deprecated, see: [xos_new_tosca_config_templates](xosnewtoscaconfigtemplates)
+
+## xos_new_tosca_config_templates
+List of XOS tosca templates to load that make up the service graph of a
 profile.
 
 ## xos_ui_port
diff --git a/scenarios/mock/config.yml b/scenarios/mock/config.yml
index a28fcf0..e433938 100644
--- a/scenarios/mock/config.yml
+++ b/scenarios/mock/config.yml
@@ -25,7 +25,7 @@
 build_cord_dir: /opt/cord
 
 # Vagrant VM configuration
-head_vm_mem: 2048
+head_vm_mem: 6048
 head_vm_cpu: 4
 head_vm_ip: "192.168.46.100"