Merge "[CORD-3111] Pulling in OLT Installation docs"
diff --git a/Makefile b/Makefile
index 47166a3..2d86d5f 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 build: setup
 	gitbook build
 
-setup: automation-tools cord-tester fabric vrouter xos xos-gui xos-tosca swagger $(GENERATED_DOCS)
+setup: automation-tools cord-tester fabric openolt vrouter xos xos-gui xos-tosca swagger $(GENERATED_DOCS)
 	gitbook init
 	gitbook install
 
@@ -47,6 +47,9 @@
 fabric:
 	ln -s ../orchestration/xos_services/fabric/docs fabric
 
+openolt:
+	ln -s ../incubator/openolt openolt
+
 vrouter:
 	ln -s ../orchestration/xos_services/vrouter/docs vrouter
 
@@ -66,5 +69,5 @@
 	rm -rf $(GENERATED_DOCS)
 	rm -rf _book
 	rm -rf node_modules
-	rm -rf automation-tools cord-tester fabric vrouter test xos xos-gui xos-tosca
+	rm -rf automation-tools cord-tester fabric openolt vrouter test xos xos-gui xos-tosca
 
diff --git a/SUMMARY.md b/SUMMARY.md
index a9bd75d..0e6f012 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -13,7 +13,7 @@
     * [Fabric setup](prereqs/fabric-setup.md)
     * [Install CORD](profiles/intro.md)
         * [RCORD Lite](profiles/rcord/install.md)
-            * [OLT Setup](profiles/rcord/olt-setup.md)
+            * [OLT Setup](openolt/README.md)
         * [MCORD](profiles/mcord/install.md)
             * [EnodeB Setup](profiles/mcord/enodeb-setup.md)
     * [OpenStack Integration](prereqs/openstack.md)
@@ -61,3 +61,4 @@
     * [Test Setup](cord-tester/qa_testsetup.md)
     * [Test Environment](cord-tester/qa_testenv.md)
     * [System Tests](cord-tester/validate_pods.md)
+
diff --git a/profiles/rcord/olt-setup.md b/profiles/rcord/olt-setup.md
deleted file mode 100644
index e983bfa..0000000
--- a/profiles/rcord/olt-setup.md
+++ /dev/null
@@ -1 +0,0 @@
-# How to install the OLT