From 9bd22008562f748f82a3053f53a969027876a852 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Mon, 18 Jan 2016 02:59:18 -0500 Subject: [PATCH] define the documents in bottlenecks JIRA: BOTTLENECK-39 Change-Id: I4ed4e4831c8f7d20ae75f33d7c0f4d47600989b7 Signed-off-by: MatthewLi (cherry picked from commit 61b37f3955ba7abb168fc5bab53a336a20579286) --- .../configguide/bottlenecks_definition.rst | 12 +++ .../configguide/introduction.rst | 27 +++++++ .../images/example.png | 0 docs/bottlenecks_brahmaputra_docs/index.rst | 17 ++++ .../templates/bottlenecks_test_result.rst | 19 +++++ .../bottlenecks_vstf_testcase_template.rst | 3 + .../userguide/rubbos/rubbos_installation.rst | 23 ++++++ .../userguide/vstf/vstf_installation.rst | 3 + docs/etc/conf.py | 34 -------- docs/etc/opnfv-logo.png | Bin 2829 -> 0 bytes docs/how-to-use-docs/documentation-example.rst | 86 --------------------- docs/how-to-use-docs/index.rst | 30 ------- docs/{ => slides}/bottlenecks_project V1.0.pptx | Bin 13 files changed, 104 insertions(+), 150 deletions(-) create mode 100644 docs/bottlenecks_brahmaputra_docs/configguide/bottlenecks_definition.rst create mode 100644 docs/bottlenecks_brahmaputra_docs/configguide/introduction.rst create mode 100644 docs/bottlenecks_brahmaputra_docs/images/example.png create mode 100644 docs/bottlenecks_brahmaputra_docs/index.rst create mode 100644 docs/bottlenecks_brahmaputra_docs/templates/bottlenecks_test_result.rst create mode 100644 docs/bottlenecks_brahmaputra_docs/templates/bottlenecks_vstf_testcase_template.rst create mode 100644 docs/bottlenecks_brahmaputra_docs/userguide/rubbos/rubbos_installation.rst create mode 100644 docs/bottlenecks_brahmaputra_docs/userguide/vstf/vstf_installation.rst delete mode 100644 docs/etc/conf.py delete mode 100644 docs/etc/opnfv-logo.png delete mode 100644 docs/how-to-use-docs/documentation-example.rst delete mode 100644 docs/how-to-use-docs/index.rst rename docs/{ => slides}/bottlenecks_project V1.0.pptx (100%) diff --git a/docs/bottlenecks_brahmaputra_docs/configguide/bottlenecks_definition.rst b/docs/bottlenecks_brahmaputra_docs/configguide/bottlenecks_definition.rst new file mode 100644 index 00000000..bed4255d --- /dev/null +++ b/docs/bottlenecks_brahmaputra_docs/configguide/bottlenecks_definition.rst @@ -0,0 +1,12 @@ +====================== +Bottlenecks Definition +====================== + +chapter 1 #replace this with your own name +=========================================== + +chapter 2 +========= + +chapter N +========= diff --git a/docs/bottlenecks_brahmaputra_docs/configguide/introduction.rst b/docs/bottlenecks_brahmaputra_docs/configguide/introduction.rst new file mode 100644 index 00000000..b46029ca --- /dev/null +++ b/docs/bottlenecks_brahmaputra_docs/configguide/introduction.rst @@ -0,0 +1,27 @@ +============ +Introduction +============ + +**Welcome to bottlenecks' documentation !** + +.. _Bottlenecks: https://wiki.opnfv.org/bottlenecks + +Bottlenecks_ is an OPNFV Project. + +The project's goal is + +The Project's scope is + +The *Bottlenecks* framework is deployed in several OPNFV community labs. It is +installer, infrastructure and application independent. + +.. _Pharos: https://wiki.opnfv.org/pharos + +.. seealso:: Pharos_ for information on OPNFV community labs. + +Contact Bottlenecks +=================== + +Feedback? `Contact us`_ + +.. _Contact us: opnfv-users@lists.opnfv.org diff --git a/docs/bottlenecks_brahmaputra_docs/images/example.png b/docs/bottlenecks_brahmaputra_docs/images/example.png new file mode 100644 index 00000000..e69de29b diff --git a/docs/bottlenecks_brahmaputra_docs/index.rst b/docs/bottlenecks_brahmaputra_docs/index.rst new file mode 100644 index 00000000..f6be0a41 --- /dev/null +++ b/docs/bottlenecks_brahmaputra_docs/index.rst @@ -0,0 +1,17 @@ +******************** +Bottlenecks Project +******************** + +Contents: + +.. toctree:: + :numbered: + :maxdepth: 5 + + configguide/introduction.rst + configguide/bottlenecks_definition.rst + images/example.png + userguide/rubbos/rubbos_installation.rst + userguide/vstf/vstf_installation.rst + templates/bottlenecks_test_result.rst + templates/bottlenecks_vstf_testcase_template.rst diff --git a/docs/bottlenecks_brahmaputra_docs/templates/bottlenecks_test_result.rst b/docs/bottlenecks_brahmaputra_docs/templates/bottlenecks_test_result.rst new file mode 100644 index 00000000..472bdfd3 --- /dev/null +++ b/docs/bottlenecks_brahmaputra_docs/templates/bottlenecks_test_result.rst @@ -0,0 +1,19 @@ +======================== +Bottlenecks Test Report +======================== + + +Scope +===== +This document provides an overview of the results of test cases developed by +the OPNFV Bottlenecks Project, executed on OPNFV community labs. + +OPNFV CI(Continous Integration) system provides automated build, deploy and testing for +the software developed in OPNFV. Unless stated, the reported tests are +automated via Jenkins Jobs. + +Test results are visible in the following dashboard: + +* *Testing dashboard*: uses Mongo DB to store test results and Bitergia for + visualization, which includes the rubbos test result, vstf test result. + diff --git a/docs/bottlenecks_brahmaputra_docs/templates/bottlenecks_vstf_testcase_template.rst b/docs/bottlenecks_brahmaputra_docs/templates/bottlenecks_vstf_testcase_template.rst new file mode 100644 index 00000000..98dd7e09 --- /dev/null +++ b/docs/bottlenecks_brahmaputra_docs/templates/bottlenecks_vstf_testcase_template.rst @@ -0,0 +1,3 @@ +================================== +Bottlenecks vstf testcase template +================================== diff --git a/docs/bottlenecks_brahmaputra_docs/userguide/rubbos/rubbos_installation.rst b/docs/bottlenecks_brahmaputra_docs/userguide/rubbos/rubbos_installation.rst new file mode 100644 index 00000000..0d4284a2 --- /dev/null +++ b/docs/bottlenecks_brahmaputra_docs/userguide/rubbos/rubbos_installation.rst @@ -0,0 +1,23 @@ +===================================== +Bottlenecks Rubbos Installation Guide +===================================== + + +Rubbos Introduction +==================== +framework description +to test what? + +Preinstall Packages +==================== +such as gettext + + +How is Rubbos Integrated into Installers +======================================== +1.community CI system +2.local + +Test Result Description +======================= +throughput, bottlenecks point description diff --git a/docs/bottlenecks_brahmaputra_docs/userguide/vstf/vstf_installation.rst b/docs/bottlenecks_brahmaputra_docs/userguide/vstf/vstf_installation.rst new file mode 100644 index 00000000..45db9d34 --- /dev/null +++ b/docs/bottlenecks_brahmaputra_docs/userguide/vstf/vstf_installation.rst @@ -0,0 +1,3 @@ +=================================== +Bottlenecks Vstf Installation Guide +=================================== diff --git a/docs/etc/conf.py b/docs/etc/conf.py deleted file mode 100644 index 945f865e..00000000 --- a/docs/etc/conf.py +++ /dev/null @@ -1,34 +0,0 @@ -import datetime -import sys -import os - -try: - __import__('imp').find_module('sphinx.ext.numfig') - extensions = ['sphinx.ext.numfig'] -except ImportError: - # 'pip install sphinx_numfig' - extensions = ['sphinx_numfig'] - -# numfig: -number_figures = True -figure_caption_prefix = "Fig." - -source_suffix = '.rst' -master_doc = 'index' -pygments_style = 'sphinx' -html_use_index = False - -pdf_documents = [('index', u'OPNFV', u'OPNFV Bottlenecks', u'OPNFV')] -pdf_fit_mode = "shrink" -pdf_stylesheets = ['sphinx','kerning','a4'] -#latex_domain_indices = False -#latex_use_modindex = False - -latex_elements = { - 'printindex': '', -} - -project = u'OPNFV Bottlenecks: NFV platform bottlenecks' -copyright = u'%s, OPNFV' % datetime.date.today().year -version = u'1.0.0' -release = u'1.0.0' diff --git a/docs/etc/opnfv-logo.png b/docs/etc/opnfv-logo.png deleted file mode 100644 index 1519503eba764f7a00877b9b8bdbbd37fd3707c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2829 zcmV+o3-a`dP)3)28sjxMC?FF++Bq$U6w!I|Q zuDk75d^``ll?O5~(CmjEDa)%lO*g>n_g{0#>mC}Gzk+T4rzf9>j53xroI0y~C_9nZ zRT`GLg0kl=wSC&o>6~=+jNzR71<#dp4To_2s0>t*!h`9cI?8$fX~Qs`rR1m400P?y z90%)qtm)id4ONiKpFsI}ZSK@iJ|1rbWk*!DU!d(zDwO-{0ftjgEE_w%;rV)uW5>yH z_exeI%QmujpMCMW4sNM^@?x)fLqOrhd{$9sTgQ`d%yCO<1Iu4R`O_B4UJp!A_62MX zv+dC{T~-}GLx+x;{ijz!sH5z=g`on8=PSHb0@Q#SaG3%t>jDJstyjW^fI6$;(C9VJ zM0+-BvHTu^?J(N@qDGm&V(fERuzosQRFSAa>*vWrfXJ0P?>aF7?>Ukt-*BC%M;idD zR})ZIu_ASxwrtR%$Ly%uwx-ywh|=kCy{aTtUB<3KB~XF4LO2cx3OQ&Lq?yxFVUVVp z0PEI0KSd4M#7I7+3(=OHPzP?sW6{8s*)F2yL=?p|oPJ~?`#D}}PV%!7PnCdm2ZMFk zW>V&_r_iP-9Vh7N0H%W`WFN{S(M)#H$rw-?2dl-hr#TA2Yp8sVw>mO79!D;2$j(C9 zzXy*$kkgBc&!cDaj~~4?%jjHLfvo_Dkm|Ke`S>rtaK&a?_58uB@A@?~_QQr_jA4r% zdo6L~(X+|q1$xR6wDO0o6BtGDy;|9Z8x6|M}356(@zSPXM%I z0Lusl0BW2ws#XdW$sw*J3o5uE4yIuhY3{5zlq-KbOpogcel|5sNqChP?l1?Huz=hO z3SQz!l7IoUeXMDtEbxn7>nNR~-uQD!D>F?@CkV2w46eFk7TlE;cNI&vfdHD!z_ z;-^n$4()d+RT3Nj{MYwKT=-mO$Li`vcN)ExjLy|D=p^S*?wC11I3%$KjPkiq9dic& zD1XFAINVJI`no{?+x)D;i*#V%#b0@^6+U-r5gc9;H_K&CRFHYaqspI@xpfrruA!jPbh-F;K8f!CJmzV zLU^o+ux2fL(BTYxUP&*N3GW6};H`XywCO?Ilt`dZ<@y1lkihEFYh6s!Cok30j1p@| zA*PCL7qX^OJS8L`Cu6zNLM4H9hooAZa`}@)!U0$bFcXy=K$sXnq37#@mx`sb0!4-h zfeLNEv8FIi;>F96e%vf)rl-oBrvk7d@g%V6_BVf7| zS9#?9)}X;>(XRIvx@+2+Chn!X=v9g*FSX8@n+oz`TlVDdw|;)?Qi7qA@?Piv_~kSp zz&N9Wpt$LZ@;^pTT&l=jY6Ntv!S~(!0Ta?)fhieeICo6MH?;1D1P$l8DC}dpX`5a~ zALHCbvB>*ip9$1haUlorIZDD~fXnDY0!+y*J);b_d;*^%R6~F(+Hr^uC68UD{MqKZ zyQ#Xn1?sk9Ky^fF%h*#DhDrm}69BE&;9s04v@Bh*TZP#G|!E+Ltr=`%PvYj2Zzz=`e#qSKRysVIIQ8#7S=4&P4ul z16;dqQw`0;M;E8cz{eLz0YHF%!Pmr+uvP zEG{6yZ@RHP70GX%dWv-m-sHwqFa7pYIh`H<7f$Y9Kl$`$%G98dx#an({(_lPu>y#%;AjQuVEuIY|;4s81w z#Z9+x0(6IfO6rah*C;7Q>2IAZ=A_a?j=YvVm5$`A=Xk(NjTP=x_bf}^Nv%B}fOYWx z-+$w4&SwN*t#-g;MKm(5?=ac1cqys-LMUztGL*=J3S^`(fvTgaU|;f5s$9OWDi9=I z1mFZYUJgA`4`A^D8XT2Wv*9PAp~W{FPBzFLX_p|XyY7n$pqd*&g_%8ysUC{WH7f9A z{3JO6UdmNy&)G-!?s6LASmZx|h}zZ%u#N#NN6`>B>G!PgVok2wT@V%84C-F@)68XM zGW#x-jYI{2;|u+SY#vZP0L5w;Oh|yY!hN&Wg1h=3z#0Nr=i>Rt>A6e%UKe}1!$6_^ zyY2!|KE8hcHS9CJx}hwxL|L2>K%N3nzR5u_jZQK!y-@we@hOeIt`Go*-YJIn>X1b) zcSps7k=C}`RwbZX)CLv6gAir@0^=XP_$PXk@XgyVD}%}x-+6=`IL7!&&~sY=n5Ri( zAYfsMQAU@D!Ifo|}iQURGX*Df~iL*>ymsNDu7Cs_;TR&=~wSP z9+T$^YHUmnj8!iS9oRm+UBb=MKy;;sk-xOF8-RYdS%B~4aLpauf1?pPG zRovzD3f;9+c%BL+9>i4$h%21{H=dY~eDumzpn~LuFa55oXP~o9(&iJ!@#?aOQNC#m ze6EpDkzx5k3v5joGO*Bjy-?