Merge "CORD-3064 Document M-CORD / OpenStack deployment procedure"
diff --git a/Makefile b/Makefile
index 2d86d5f..39538b3 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
build: setup
gitbook build
-setup: automation-tools cord-tester fabric openolt vrouter xos xos-gui xos-tosca swagger $(GENERATED_DOCS)
+setup: automation-tools cord-tester fabric hippie-oss kubernetes-service olt-service openolt rcord vrouter xos xos-gui xos-tosca swagger $(GENERATED_DOCS)
gitbook init
gitbook install
@@ -47,9 +47,21 @@
fabric:
ln -s ../orchestration/xos_services/fabric/docs fabric
+hippie-oss:
+ ln -s ../orchestration/xos_services/hippie-oss/docs hippie-oss
+
+olt-service:
+ ln -s ../orchestration/xos_services/olt-service/docs olt-service
+
+kubernetes-service:
+ ln -s ../orchestration/xos_services/kubernetes-service/docs kubernetes-service
+
openolt:
ln -s ../incubator/openolt openolt
+rcord:
+ ln -s ../orchestration/profiles/rcord/docs rcord
+
vrouter:
ln -s ../orchestration/xos_services/vrouter/docs vrouter
@@ -69,5 +81,4 @@
rm -rf $(GENERATED_DOCS)
rm -rf _book
rm -rf node_modules
- rm -rf automation-tools cord-tester fabric openolt vrouter test xos xos-gui xos-tosca
-
+ rm -rf automation-tools cord-tester fabric hippie-oss kubernetes-service olt-service openolt rcord vrouter test xos xos-gui xos-tosca
diff --git a/SUMMARY.md b/SUMMARY.md
index affc07c..aeefe00 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -50,6 +50,7 @@
* [Getting the Source Code](developer/getting_the_code.md)
* [Developer Workflows](developer/workflows.md)
* [Building Docker Images](developer/imagebuilder.md)
+ * [Kubernetes Service](kubernetes-service/kubernetes-service.md)
* [VTN and Service Composition](xos/xos_vtn.md)
* [GUI Development](xos-gui/developer/README.md)
* [Quickstart](xos-gui/developer/quickstart.md)
diff --git a/profiles/rcord/configuration.md b/profiles/rcord/configuration.md
index 7adc5a3..ca77c7f 100644
--- a/profiles/rcord/configuration.md
+++ b/profiles/rcord/configuration.md
@@ -121,9 +121,14 @@
_For instructions on how to push TOSCA, please refer to this [guide](../../xos-tosca/README.md)_
+Once the POD has been configured, you can create a subscriber,
+please refer to the [RCORD Service](../../rcord/README.md) guide for
+more informations.
+
### Zero touch Subscriber provisioning
-This feature, also referred to as "bottom-up provisioning" enables autodiscovery of subscriber and their validation through an external OSS.
+This feature, also referred to as "bottom-up provisioning" enables autodiscovery
+of subscriber and their validation through an external OSS.
Here is the expected workflow: