[VOL-2778] Documenting the new format to select different workflows
Change-Id: I4f117334d76eed63da327c618142f1cd2bf53014
diff --git a/overview/quickstart.rst b/overview/quickstart.rst
index 18e5fbc..e043b79 100644
--- a/overview/quickstart.rst
+++ b/overview/quickstart.rst
@@ -45,7 +45,7 @@
.. code:: bash
cd $KINDVOLTHADIR
- WITH_BBSIM="yes" WITH_EAPOL="no" WITH_DHCP="no" CONFIG_SADIS="bbsim" EXTRA_HELM_FLAGS="--set bbsim.sadisFormat=dt" ./voltha up
+ WITH_BBSIM="yes" WITH_EAPOL="no" WITH_DHCP="no" CONFIG_SADIS="bbsim" BBSIM_CFG="configs/bbsim-sadis-dt.yaml" ./voltha up
TT Workflow
------------
@@ -53,12 +53,10 @@
The TT workflow does not require EAPOL based authentication but expects DHCP packets
for multiple services to be handled within the POD.
-*Note that the TT workflow is not fully supported yet*
-
.. code:: bash
cd $KINDVOLTHADIR
- WITH_BBSIM="yes" WITH_EAPOL="no" WITH_DHCP="yes" CONFIG_SADIS="bbsim" EXTRA_HELM_FLAGS="--set bbsim.sadisFormat=tt" ./voltha up
+ WITH_BBSIM="yes" WITH_EAPOL="no" WITH_DHCP="yes" CONFIG_SADIS="bbsim" BBSIM_CFG="configs/bbsim-sadis-tt.yaml" ./voltha up
Post deploy actions
-------------------