aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Fixed latest Sonar blocker issuesr.bogacki5-23/+37
2019-04-10Merge "Implement interface to SDC for ActivitySpec"Steve Smokowski11-0/+671
2019-04-10Merge "Query CatalogDB for WorkflowSpecifications"Steve Smokowski12-46/+1454
2019-04-10Merge "Add SO Populate Activity BB Data in Catalog DB"Steve Smokowski2-0/+41
2019-04-10Merge "PNF WF post instantiation configuration"Steve Smokowski6-23/+111
2019-04-10Merge "Service instance modification"Yan Yang6-71/+972
2019-04-09Merge "Add sending create request to VNFM"Marcus Williams26-207/+506
2019-04-09Add SO Populate Activity BB Data in Catalog DBBonkur, Venkat (vb8416)2-0/+41
2019-04-09Add sending create request to VNFMMichaelMorris26-207/+506
2019-04-09Added VNFM Simulator projectrokenny37-2/+18631
2019-04-09Merge "Refactor OofHomingV2"Byung-Woo Jun14-69/+1117
2019-04-09SO-ETSI Alignment. Handle Grant Requestrope2529-10/+3341
2019-04-09Refactor OofHomingV2Marcus G K Williams14-69/+1117
2019-04-09PNF WF post instantiation configurationeeginux6-23/+111
2019-04-09Service instance modificationZhuoyao Huang6-71/+972
2019-04-09Added handling for OAM IP addressMichaelMorris5-7/+115
2019-04-09Ran formatter to fix build failureMichaelMorris13-25/+1
2019-04-09Deploy custom flows on startupElena Kuleshov1-1/+38
2019-04-09Implement interface to SDC for ActivitySpecElena Kuleshov11-0/+671
2019-04-09Query CatalogDB for WorkflowSpecificationsElena Kuleshov12-46/+1454
2019-04-08Merge "Add subscription for notifications"Steve Smokowski9-3/+137
2019-04-08Replaced all tabs with spaces in java and pom.xml-154886/+152967
2019-04-08Merge "Workflow Recipe Lookup"Steve Smokowski29-17/+2235
2019-04-08Merge "Fix POM to allow HTTP long polling to work"Steve Smokowski3-9/+10
2019-04-08Merge "Query param to pull back nested stack information"Steve Smokowski6-6/+667
2019-04-08Merge "fix delete vfmodule"Steve Smokowski5-16/+215
2019-04-08Merge "Do not overwrite requestId"Steve Smokowski4-0/+136
2019-04-08Do not overwrite requestIdBenjamin, Max (mb388a)4-0/+136
2019-04-08Workflow Recipe LookupElena Kuleshov29-17/+2235
2019-04-08Add subscription for notificationsMichaelMorris9-3/+137
2019-04-08SDNHandler callback correlation issue.Benjamin, Max (mb388a)5-37/+115
2019-04-08Query param to pull back nested stack informationBenjamin, Max (mb388a)6-6/+667
2019-04-08fix delete vfmoduleBenjamin, Max (mb388a)5-16/+215
2019-04-08Fix POM to allow HTTP long polling to workBenjamin, Max (mb388a)3-9/+10
2019-04-08Merge "Fixed recent Sonar blocker issues"Steve Smokowski3-13/+9
2019-04-08fix sonar bugs in ServicePluginFactoryk.kazak2-116/+326
2019-04-08Fixed recent Sonar blocker issuesr.bogacki3-13/+9
2019-04-06Implement Traffic Distribution BBsElena Kuleshov7-3/+245
2019-04-06Merge "Add tenantId to multicloud request header"Marcus Williams1-6/+10
2019-04-06Add tenantId to multicloud request headerEric Multanen1-6/+10
2019-04-06Merge "Allow volume groups in multicloud plugin adapter"Marcus Williams2-54/+109
2019-04-05Allow volume groups in multicloud plugin adapterEric Multanen2-54/+109
2019-04-05Merge "Notification handling for terminate"Byung-Woo Jun9-44/+256
2019-04-05Fix Java OOF ClientMarcus G K Williams10-59/+135
2019-04-05Notification handling for terminateMichaelMorris9-44/+256
2019-04-05Merge "Change to use OAM IPAddress"Steve Smokowski4-14/+98
2019-04-05Change to use OAM IPAddresseeginux4-14/+98
2019-04-05Send terminate VNF to VNFMMichaelMorris11-61/+292
2019-04-05Merge "Added Node status monitoring"Steve Smokowski8-16/+510
2019-04-05Merge "Notification handling for instantiate"Steve Smokowski10-0/+2536
>:: bash source onap_docs/bin/activate .. note:: Virtual environment activation has to be performed before attempting to build documentation. Otherwise, tools necessary for the process might not be available. Download a project repository. .. code-block:: bash git clone http://gerrit.onap.org/r/<project> Download the doc repository. .. code-block:: bash git clone http://gerrit.onap.org/r/doc Change directory to doc & install requirements. .. code-block:: bash cd doc pip install -r etc/requirements.txt .. warning:: Just follow the next step (copying conf.py from Doc project to your project) if that is your intention, otherwise skip it. Currently all projects should already have a conf.py file. Through the next step, this file and potential extensions in your project get overriden. Copy the conf.py file to your project folder where RST files have been kept: .. code-block:: bash cp docs/conf.py <path-to-project-folder>/<folder where are rst files> Copy the static files to the project folder where RST files have been kept: .. code-block:: bash cp -r docs/_static/ <path-to-project-folder>/<folder where are rst files> Build the documentation from within your project folder: .. code-block:: bash sphinx-build -b html <path-to-project-folder>/<folder where are rst files> <path-to-output-folder> Your documentation shall be built as HTML inside the specified output folder directory. You can use your Web Browser to open and check resulting html pages in the output folder. .. note:: Be sure to remove the `conf.py`, the static/ files and the output folder from the `<project>/docs/`. This is for testing only. Only commit the rst files and related content. .. _building-all-documentation: All Documentation ----------------- To build the all documentation under doc/, follow these steps: Install `tox <https://pypi.org/project/tox>`_. .. code-block:: bash sudo pip install tox Download the DOC repository. .. code-block:: bash git clone http://gerrit.onap.org/r/doc Build documentation using tox local environment & then open using any browser. .. code-block:: bash cd doc tox -elocal firefox docs/_build/html/index.html .. note:: Make sure to run `tox -elocal` and not just `tox`. This updates all submodule repositories that are integrated by the doc project. There are additional tox environment options for checking External URLs and Spelling. Use the tox environment options below and then look at the output with the Linux `more` or similar command scan for output that applies to the files you are validating. .. code-block:: bash tox -elinkcheck more < docs/_build/linkcheck/output.txt tox -espellcheck more < docs/_build/spellcheck/output.txt