Merge "Adding instructions to build a mavenrepo with development ONOS Apps"
diff --git a/Makefile b/Makefile
index e8a972f..a6fadd5 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@
 	mdl -s $(LINT_STYLE) `find -L . ! -path "./partials/*" ! -path "./_book/*" ! -path "./repos/*"  ! -path "./node_modules/*" ! -path "./cord-tester/modules/*" -name "*.md"`
 
 linkcheck: $(ALL_DOCS) _book
-	linkchecker -a --check-extern _book/
+	linkchecker -a -f linkchecker.ini _book/
 
 # Host holding the git server
 REPO_HOST   ?= https://gerrit.opencord.org
diff --git a/SUMMARY.md b/SUMMARY.md
index 1a1a165..405ecb3 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -59,7 +59,7 @@
 ## References
 
 * [Profile Reference](profiles/intro.md)
-    * [SEBA](profiles/seba/README.md)
+    * [SEBA 1.0](profiles/seba/README.md)
         * Install
             * [Install SEBA Charts](profiles/seba/install.md)
             * Workflows
diff --git a/linkchecker.ini b/linkchecker.ini
new file mode 100644
index 0000000..c9e3b1c
--- /dev/null
+++ b/linkchecker.ini
@@ -0,0 +1,7 @@
+; skip SSL verification
+[checking]
+sslverify=0
+
+; check external files
+[filtering]
+checkextern=True
diff --git a/prereqs/hardware.md b/prereqs/hardware.md
index deafaaf..4326282 100644
--- a/prereqs/hardware.md
+++ b/prereqs/hardware.md
@@ -56,13 +56,16 @@
         * OCP Accepted™ EdgeCore AS5812-54X
         * QuantaMesh T3048-LY8
         * Delta AG7648
+        * OCP Accepted™ Inventec D6254 (verified by Inventec)
     * **25G** models (with 100G uplinks)
         * QuantaMesh BMS T7032-IX1/IX1B (with 25G breakout cable)
+        * Inventec D7054Q28B (verified by Inventec)
     * **40G** models
         * OCP Accepted™ EdgeCore AS6712-32X
     * **100G** models
         * OCP Accepted™ EdgeCore AS7712-32X
         * QuantaMesh BMS T7032-IX1/IX1B
+        * OCP Accepted™ Inventec D7032Q28B (verified by Inventec)
 
 * **Fabric Optics and DACs**
     * **10G DACs**
@@ -107,7 +110,7 @@
 Sufficient to modify/develop basic software components, and
 deploy locally in a lab.
 
-* 1x x86 server (maybe with a 10G interface if need to support VNFs)
+* 1x x86 server (maybe with a 10G interface if needed to support VNFs)
 * 1x fabric switch (10G)
 * 1 DAC cables (if need to support VNFs)
 * Ethernet copper cables as needed
@@ -128,3 +131,20 @@
 * 1 or more developers' workstations (i.e. laptop) to develop and deploy
 * Alternatively a management/development server
 * 1x L2 legacy management switch
+
+### SEBA BOM
+
+Refer to hardware listed above for tested and recommended hardware for the BOM
+
+* 3x x86 server (maybe 10G/25G/40G/100G)
+* 1x fabric switch (10G/25G/40G/100G) - port speeds depend on OLT NNI uplink speeds and server NICs
+* 4 DAC cables (connection to servers and OLT)
+* Ethernet copper cables as needed
+* 1x OLT
+* 1x OLT Transceiver
+* 1x ONT/ONU
+* 1x ONT Transceiver (Required only if ONT does not have onboard ‘BOSA’ port)
+* 1x OLT Splitter (typically 32 or 64 way split with SC/APC connectors)
+* 1 or more developers' workstations to develop and deploy
+* A workstation/server to simulate BNG
+* 1x L2 legacy management switch
diff --git a/profiles/seba/troubleshoot/no-att-si.md b/profiles/seba/troubleshoot/no-att-si.md
index 42f41f2..c731ccf 100644
--- a/profiles/seba/troubleshoot/no-att-si.md
+++ b/profiles/seba/troubleshoot/no-att-si.md
@@ -110,7 +110,7 @@
 If everything is correct you should see:
 
 ```shell
-{"timestamp":"2018-12-19T22:34:00.755Z","status":"activated","serial_number":"ALPHe3d1cfe3","uni_port_id":16,"of_dpid":"of:000000000a5a007a"}
+{"timestamp":"2019-03-29T16:01:28.763Z","status":"activated","serialNumber":"PSMO12345678","portNumber":"128","deviceId":"of:0000aabbccddeeff"}
 ```
 
 If you can see events in Kafka you can proceed with the next step.