Adding TOSCA bootstrapping instructions
Change-Id: Ie0a7c6dffe1b2d9d3b629edc7bde6831aa8aafcb
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 2add8c2..07208a0 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -33,6 +33,7 @@
* [Workflow: Local](xos/dev/workflow_local.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 47e2aae..7e3a268 100644
--- a/docs/scripts/descriptions.md
+++ b/docs/scripts/descriptions.md
@@ -657,6 +657,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"