Rearrange existing documentation to fit the new standard layout
For more detail, see the doc migration spec. http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html Change-Id: I85c8999eb12065662c02879beb7dd31d6178fe7e
This commit is contained in:
@@ -23,7 +23,7 @@ Tacker launchpad [#]_ bug.
|
|||||||
* Once all the patchsets are merged the bug will be moved to the "Completed"
|
* Once all the patchsets are merged the bug will be moved to the "Completed"
|
||||||
state.
|
state.
|
||||||
* Developer(s) are expected to add a devref describing the usage of the feature
|
* Developer(s) are expected to add a devref describing the usage of the feature
|
||||||
and other related topics in tacker/doc/source/devref directory.
|
and other related topics in tacker/doc/source/contributor directory.
|
||||||
|
|
||||||
This process is recommended for smaller enhancements that can be described
|
This process is recommended for smaller enhancements that can be described
|
||||||
easily and it is relatively easy to implement in a short period of time.
|
easily and it is relatively easy to implement in a short period of time.
|
||||||
@@ -49,7 +49,7 @@ submitting a patchset to the tacker-spec repository [#]_.
|
|||||||
* Once all the patchsets are merged the blueprint will be as "Implemented" by
|
* Once all the patchsets are merged the blueprint will be as "Implemented" by
|
||||||
the tacker core team.
|
the tacker core team.
|
||||||
* The developer is expected to add a devref describing the usage of the feature
|
* The developer is expected to add a devref describing the usage of the feature
|
||||||
and other related topics in tacker/doc/source/devref directory.
|
and other related topics in tacker/doc/source/contributor directory.
|
||||||
|
|
||||||
This process is recommended for medium to large enhancements that needs
|
This process is recommended for medium to large enhancements that needs
|
||||||
significant code-changes (LOC), community discussions and debates.
|
significant code-changes (LOC), community discussions and debates.
|
@@ -49,30 +49,38 @@ Feature Documentation
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
devref/vnfm_usage_guide.rst
|
contributor/vnfd_template_description.rst
|
||||||
devref/vnfd_template_description.rst
|
contributor/monitor-api.rst
|
||||||
devref/monitor-api.rst
|
contributor/vnfd_template_parameterization.rst
|
||||||
devref/vnfd_template_parameterization.rst
|
contributor/event_logging.rst
|
||||||
devref/enhanced_placement_awareness_usage_guide.rst
|
contributor/vnffgd_template_description.rst
|
||||||
devref/multisite_vim_usage_guide.rst
|
contributor/tacker_conductor.rst
|
||||||
devref/mistral_workflows_usage_guide.rst
|
contributor/tacker_vim_monitoring.rst
|
||||||
devref/scale_usage_guide.rst
|
contributor/policy_actions_framework.rst
|
||||||
devref/alarm_monitoring_usage_guide.rst
|
|
||||||
devref/event_logging.rst
|
User Guide
|
||||||
devref/vnffgd_template_description.rst
|
==========
|
||||||
devref/vnffg_usage_guide.rst
|
|
||||||
devref/nsd_usage_guide.rst
|
.. toctree::
|
||||||
devref/vnf_component_usage_guide.rst
|
:maxdepth: 1
|
||||||
devref/tacker_conductor.rst
|
|
||||||
devref/tacker_vim_monitoring.rst
|
user/vnfm_usage_guide.rst
|
||||||
|
user/multisite_vim_usage_guide.rst
|
||||||
|
user/scale_usage_guide.rst
|
||||||
|
user/alarm_monitoring_usage_guide.rst
|
||||||
|
user/vnffg_usage_guide.rst
|
||||||
|
user/nsd_usage_guide.rst
|
||||||
|
user/vnf_component_usage_guide.rst
|
||||||
|
user/enhanced_placement_awareness_usage_guide.rst
|
||||||
|
reference/mistral_workflows_usage_guide.rst
|
||||||
|
|
||||||
API Documentation
|
API Documentation
|
||||||
=================
|
=================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 2
|
||||||
|
|
||||||
devref/mano_api.rst
|
contributor/api/mano_api.rst
|
||||||
|
|
||||||
Contributing to Tacker
|
Contributing to Tacker
|
||||||
======================
|
======================
|
||||||
@@ -80,7 +88,7 @@ Contributing to Tacker
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
policies/dev-process.rst
|
contributor/dev-process.rst
|
||||||
|
|
||||||
Developer Info
|
Developer Info
|
||||||
==============
|
==============
|
||||||
@@ -88,11 +96,11 @@ Developer Info
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
devref/development.environment.rst
|
contributor/development.environment.rst
|
||||||
devref/api_layer.rst
|
contributor/api/api_layer.rst
|
||||||
devref/api_extensions.rst
|
contributor/api/api_extensions.rst
|
||||||
devref/tacker_functional_test.rst
|
contributor/tacker_functional_test.rst
|
||||||
devref/dashboards.rst
|
contributor/dashboards.rst
|
||||||
|
|
||||||
Project Info
|
Project Info
|
||||||
============
|
============
|
||||||
|
@@ -25,7 +25,7 @@ decides which traffic should go through them.
|
|||||||
|
|
||||||
Similar to how VNFs are described by VNFDs, VNFFGs are described by VNF
|
Similar to how VNFs are described by VNFDs, VNFFGs are described by VNF
|
||||||
Forwarding Graph Descriptors (VNFFGD). Please see the `devref guide
|
Forwarding Graph Descriptors (VNFFGD). Please see the `devref guide
|
||||||
<https://github.com/openstack/tacker/blob/master/doc/source/devref
|
<https://github.com/openstack/tacker/blob/master/doc/source/contributor
|
||||||
/vnffgd_template_description.rst>`_ on VNFFGD to learn more about
|
/vnffgd_template_description.rst>`_ on VNFFGD to learn more about
|
||||||
how a VNFFGD is defined.
|
how a VNFFGD is defined.
|
||||||
|
|
Reference in New Issue
Block a user