Updating guide in master

Change-Id: Ic026189e704192c2fc3de724623abeadbf8b5ffc
diff --git a/SUMMARY.md b/SUMMARY.md
index cd55421..6ae71fc 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -33,6 +33,7 @@
         * [Hippie OSS](charts/hippie-oss.md)
         * [Base OpenStack](charts/base-openstack.md)
             * [VTN Setup](prereqs/vtn-setup.md)
+        * [R-CORD](charts/rcord.md)
         * [M-CORD](charts/mcord.md)
         * [XOSSH](charts/xossh.md)
         * [Logging and Monitoring](charts/logging-monitoring.md)
diff --git a/charts/onos.md b/charts/onos.md
index 7fb0dd2..5162e83 100644
--- a/charts/onos.md
+++ b/charts/onos.md
@@ -7,31 +7,18 @@
 * **onos-vtn**: a speciic version of ONOS used to control VTN
 * **no configuration applied**: if no configurations are applied, a generic ONOS instance will be installed
 
-## onos-fabric
+## ONOS (manages fabric + voltha)
 
 ```shell
-helm install -n onos-fabric -f configs/onos-fabric.yaml onos
+helm install -n onos -f configs/onos.yaml onos
 ```
 
 **Nodeports exposed**
 
-* ovsdb: 31640
 * OpenFlow: 31653
-* SSH: 31101
-* REST/UI: 31181
-
-## onos-voltha
-
-> **Note:** This requires [VOLTHA](voltha.md) to be installed
-
-```shell
-helm install -n onos-voltha -f configs/onos-voltha.yaml onos
-```
-
-**Nodeports exposed**
-
 * SSH: 30115
 * REST/UI: 30120
+* Karaf debugger: 30555
 
 ## onos-cord (onos-vtn)
 
@@ -47,10 +34,20 @@
 ## Generic ONOS
 
 ```shell
-helm install -n onos onos -f configs/onos.yaml
+helm install -n onos onos
 ```
 
 **Nodeports exposed**
 
-* SSH: 30115
-* REST/UI: 30120
+No ports are exposed
+
+## Modify default debug level
+
+An option can be added either to the default ONOS *values.yaml* file, or overritten through an external configuration file. Here is an example:
+
+```yaml
+application_logs: |
+  log4j.logger.org.opencord.olt = DEBUG
+  log4j.logger.org.opencord.kafka = DEBUG
+  log4j.logger.org.opencord.sadis = DEBUG
+```
diff --git a/charts/xos-core.md b/charts/xos-core.md
index 7d2f44c..3d31434 100644
--- a/charts/xos-core.md
+++ b/charts/xos-core.md
@@ -6,6 +6,11 @@
 helm dep update xos-core
 helm install -n xos-core xos-core
 ```
+**Nodeports exposed**
+
+* UI: 30001
+* REST: 30006
+* Tosca: 30007
 
 ## Customizing security information
 
diff --git a/profiles/rcord/install.md b/profiles/rcord/install.md
index ae5e68b..3b23a4b 100644
--- a/profiles/rcord/install.md
+++ b/profiles/rcord/install.md
@@ -19,22 +19,18 @@
 first step to bringing up R-CORD is to install the
 [VOLTHA helm chart](../../charts/voltha.md).
 
-## Install CORD Platform
+## Install ONOS
 
-The R-CORD profile has dependencies on the following platform
-charts, so they need to be installed next:
+Install [onos](../../charts/onos.md#onos-manages-fabric--voltha).
+It will manage both Voltha and the fabric infrastructure.
 
-- [xos-core](../../charts/xos-core.md)
-- [onos](../../charts/onos.md#generic-onos)
+## Install XOS
 
-## Install R-CORD Profile
+The R-CORD profile the orchestrator [xos-core](../../charts/xos-core.md) to be installed.
 
-You are now ready to install the R-CORD profile:
+## Install the R-CORD Profile
 
-```shell 
-helm dep update xos-profiles/rcord-lite
-helm install -n rcord-lite xos-profiles/rcord-lite
-```
+You are now ready to install the [R-CORD profile](../../charts/rcord.md):
 
 Optionally, if you want to use the "bottom up" subscriber provisioning
 workflow described in the [Operations Guide](configuration.md), you