Update the documentation link for doc migration
Change-Id: I99e2e1872d30bf592233d60e381a017175fab4f1
This commit is contained in:
parent
58ae9d75ac
commit
81ef082047
@ -2,7 +2,7 @@ Tacker Style Commandments
|
|||||||
=========================
|
=========================
|
||||||
|
|
||||||
- Step 1: Read the OpenStack Style Commandments
|
- Step 1: Read the OpenStack Style Commandments
|
||||||
https://docs.openstack.org/developer/hacking/
|
https://docs.openstack.org/hacking/latest/
|
||||||
- Step 2: Read on
|
- Step 2: Read on
|
||||||
|
|
||||||
Tacker Specific Commandments
|
Tacker Specific Commandments
|
||||||
|
@ -9,7 +9,7 @@ Manages Network Service Descriptors.
|
|||||||
NSD is a TOSCA template that describes the deployment and behaviour of a
|
NSD is a TOSCA template that describes the deployment and behaviour of a
|
||||||
Network Service (NS) using a collection of VNFs. For more information, see
|
Network Service (NS) using a collection of VNFs. For more information, see
|
||||||
`NSD Usage Guide
|
`NSD Usage Guide
|
||||||
<http://docs.openstack.org/developer/tacker/devref/nsd_usage_guide.html>`_.
|
<https://docs.openstack.org/tacker/latest/user/nsd_usage_guide.html>`_.
|
||||||
|
|
||||||
Create NSD
|
Create NSD
|
||||||
===========
|
===========
|
||||||
|
@ -713,7 +713,7 @@ vnf_param_values:
|
|||||||
VNF parameter object. These parameters will be substituted for VNF
|
VNF parameter object. These parameters will be substituted for VNF
|
||||||
if the VNFD template is appropriately parameterized.
|
if the VNFD template is appropriately parameterized.
|
||||||
See `VNFD Template Parameterization
|
See `VNFD Template Parameterization
|
||||||
<http://docs.openstack.org/developer/tacker/devref/vnfd_template_parameterization.html>`_
|
<https://docs.openstack.org/tacker/latest/contributor/vnfd_template_parameterization.html>`_
|
||||||
for more information.
|
for more information.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
@ -723,7 +723,7 @@ vnf_param_values_opt:
|
|||||||
VNF parameter object. These parameters will be substituted for VNF
|
VNF parameter object. These parameters will be substituted for VNF
|
||||||
if the VNFD template is appropriately parameterized.
|
if the VNFD template is appropriately parameterized.
|
||||||
See `VNFD Template Parameterization
|
See `VNFD Template Parameterization
|
||||||
<http://docs.openstack.org/developer/tacker/devref/vnfd_template_parameterization.html>`_
|
<https://docs.openstack.org/tacker/latest/contributor/vnfd_template_parameterization.html>`_
|
||||||
for more information.
|
for more information.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
@ -775,7 +775,7 @@ vnf_scale_policy:
|
|||||||
description: |
|
description: |
|
||||||
Scaling policy defined in VNFD template. For more information, see
|
Scaling policy defined in VNFD template. For more information, see
|
||||||
`VNFD scaling
|
`VNFD scaling
|
||||||
<http://docs.openstack.org/developer/tacker/devref/vnfd_template_parameterization.html>`_.
|
<https://docs.openstack.org/tacker/latest/contributor/vnfd_template_parameterization.html>`_.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
@ -877,7 +877,7 @@ vnffgd_template:
|
|||||||
A template object which includes behavioral and deployment
|
A template object which includes behavioral and deployment
|
||||||
information of VNFFGs. For more information, see
|
information of VNFFGs. For more information, see
|
||||||
`VNFFG Descriptor Template Guide
|
`VNFFG Descriptor Template Guide
|
||||||
<http://docs.openstack.org/developer/tacker/devref/vnffgd_template_description.html>`_.
|
<https://docs.openstack.org/tacker/latest/contributor/vnffgd_template_description.html>`_.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: object
|
type: object
|
||||||
|
@ -9,7 +9,7 @@ Manages Virtualized Network Function Descriptors (VNFDs).
|
|||||||
The VNFD is a template which describes information about deployment
|
The VNFD is a template which describes information about deployment
|
||||||
and behavior of Virtualized Network Functions (VNFs). For more information, see
|
and behavior of Virtualized Network Functions (VNFs). For more information, see
|
||||||
`VNF Descriptor Template Guide
|
`VNF Descriptor Template Guide
|
||||||
<http://docs.openstack.org/developer/tacker/devref/vnfd_template_description.html>`_.
|
<https://docs.openstack.org/tacker/latest/contributor/vnfd_template_description.html>`_.
|
||||||
|
|
||||||
Create VNFD
|
Create VNFD
|
||||||
===========
|
===========
|
||||||
|
@ -9,7 +9,7 @@ Manages VNF Forwarding Graph Descriptors (VNFFGDs).
|
|||||||
The VNFFGD is a template which describes information about deployment and
|
The VNFFGD is a template which describes information about deployment and
|
||||||
behavior of VNF Forwarding Graphs (VNFFGs). For more information, see
|
behavior of VNF Forwarding Graphs (VNFFGs). For more information, see
|
||||||
`VNFFG Descriptor Template Guide
|
`VNFFG Descriptor Template Guide
|
||||||
<http://docs.openstack.org/developer/tacker/devref/vnffgd_template_description.html>`_.
|
<https://docs.openstack.org/tacker/latest/contributor/vnffgd_template_description.html>`_.
|
||||||
|
|
||||||
|
|
||||||
Create VNFFGD
|
Create VNFFGD
|
||||||
|
@ -9,7 +9,7 @@ Manages VNF Forwarding Graphs (VNFFGs).
|
|||||||
The VNFFG feature is used to orchestrate and manage traffic through VNFs.
|
The VNFFG feature is used to orchestrate and manage traffic through VNFs.
|
||||||
For more information about VNFFG, see
|
For more information about VNFFG, see
|
||||||
`VNF Forwarding Graph
|
`VNF Forwarding Graph
|
||||||
<http://docs.openstack.org/developer/tacker/devref/vnffg_usage_guide.html>`_.
|
<https://docs.openstack.org/tacker/latest/user/vnffg_usage_guide.html>`_.
|
||||||
|
|
||||||
Create VNFFG
|
Create VNFFG
|
||||||
============
|
============
|
||||||
|
@ -27,7 +27,7 @@ References
|
|||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
- `Mistral workflow samples <https://github.com/openstack/tacker/tree/master/samples/mistral/workflows>`_.
|
- `Mistral workflow samples <https://github.com/openstack/tacker/tree/master/samples/mistral/workflows>`_.
|
||||||
- `Mistral Client / CLI Guide <http://docs.openstack.org/developer/mistral/guides/mistralclient_guide.html>`_.
|
- `Mistral Client / CLI Guide <https://docs.openstack.org/mistral/latest/install/mistralclient_guide.html>`_.
|
||||||
|
|
||||||
Workflow definition file validation
|
Workflow definition file validation
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -152,4 +152,4 @@ https://github.com/openstack/tacker/tree/master/samples/tosca-templates/vnfd
|
|||||||
|
|
||||||
Refer the 'Getting Started' link below on how to create a VNFD and deploy a
|
Refer the 'Getting Started' link below on how to create a VNFD and deploy a
|
||||||
VNF:
|
VNF:
|
||||||
http://docs.openstack.org/developer/tacker/install/getting_started.html
|
https://docs.openstack.org/tacker/latest/install/getting_started.html
|
||||||
|
@ -73,7 +73,7 @@ The default vim needs to be registered. This is required when the optional
|
|||||||
argument -vim-id is not provided during vnf-create. Refer to steps described in
|
argument -vim-id is not provided during vnf-create. Refer to steps described in
|
||||||
`manual installation`_ to register default vim.
|
`manual installation`_ to register default vim.
|
||||||
|
|
||||||
.. _manual installation: http://docs.openstack.org/developer/tacker/install/manual_installation.html#registering-default-vim
|
.. _manual installation: https://docs.openstack.org/tacker/latest/install/manual_installation.html#registering-default-vim
|
||||||
|
|
||||||
Deploying a new VNF on registered VIM
|
Deploying a new VNF on registered VIM
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -105,7 +105,7 @@ https://github.com/openstack/tacker/tree/master/samples/tosca-templates/vnfd
|
|||||||
|
|
||||||
Refer the 'Getting Started' link below on how to create a VNFD and deploy a
|
Refer the 'Getting Started' link below on how to create a VNFD and deploy a
|
||||||
VNF:
|
VNF:
|
||||||
http://docs.openstack.org/developer/tacker/install/getting_started.html
|
https://docs.openstack.org/tacker/latest/install/getting_started.html
|
||||||
|
|
||||||
|
|
||||||
How to scale VNF using CLI
|
How to scale VNF using CLI
|
||||||
|
@ -125,7 +125,7 @@ same Connection Point definitions as the ones you declared in your VNFFGD.
|
|||||||
Refer the 'Getting Started' link below on how to create a VNFD and deploy
|
Refer the 'Getting Started' link below on how to create a VNFD and deploy
|
||||||
2 VNFs: `VNF1`_ and `VNF2`_.
|
2 VNFs: `VNF1`_ and `VNF2`_.
|
||||||
|
|
||||||
http://docs.openstack.org/developer/tacker/install/getting_started.html
|
https://docs.openstack.org/tacker/latest/install/getting_started.html
|
||||||
|
|
||||||
Tacker provides the following CLI to create VNFFG from VNFFGD:
|
Tacker provides the following CLI to create VNFFG from VNFFGD:
|
||||||
|
|
||||||
|
@ -4,4 +4,4 @@ features:
|
|||||||
Alarm-based monitoring driver in Tacker is designed to
|
Alarm-based monitoring driver in Tacker is designed to
|
||||||
collect alarms/events triggered by the Ceilometer.
|
collect alarms/events triggered by the Ceilometer.
|
||||||
For details please refer
|
For details please refer
|
||||||
http://docs.openstack.org/developer/tacker/devref/alarm_monitoring_usage_guide.html
|
https://docs.openstack.org/tacker/latest/user/alarm_monitoring_usage_guide.html
|
@ -3,4 +3,4 @@ features:
|
|||||||
- Network Service Descriptor support will allow Tacker to provide
|
- Network Service Descriptor support will allow Tacker to provide
|
||||||
a end-to-end TOSCA based network service.
|
a end-to-end TOSCA based network service.
|
||||||
For details please refer
|
For details please refer
|
||||||
https://docs.openstack.org/developer/tacker/devref/nsd_usage_guide.html
|
https://docs.openstack.org/tacker/latest/user/nsd_usage_guide.html
|
||||||
|
Loading…
Reference in New Issue
Block a user