diff options
author | blsaws <bryan.sullivan@att.com> | 2016-09-16 11:35:25 -0700 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-09-19 06:58:33 +0000 |
commit | 3418e3500d0483c0e98d5e7c87883f191d8a8666 (patch) | |
tree | 76952e2ad77aef9f7f3956832127861f3f4427d6 /docs/userguide | |
parent | 855c3ea4cf5825033c37284fdf31b363ac06e4c2 (diff) |
Add user guide link for copper
JIRA: COPPER-1
Add colorado folder
Add user guide content
Update note on HA deployment of VIM services.
Correct specified
Correct link (add /docs)
Change-Id: I44e996a2c51a868cb4212085d45482a9545ea2e9
Signed-off-by: blsaws <bryan.sullivan@att.com>
(cherry picked from commit 294fbeac4de13dfd19d635ab2a57cd76ec07f071)
Diffstat (limited to 'docs/userguide')
-rw-r--r-- | docs/userguide/index.rst | 2 | ||||
-rw-r--r-- | docs/userguide/introduction.rst | 14 |
2 files changed, 13 insertions, 3 deletions
diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst index ff7576d00..314ae225b 100644 --- a/docs/userguide/index.rst +++ b/docs/userguide/index.rst @@ -330,7 +330,7 @@ be declared in its own repository as well. Please refer to the dedicated feature user guides for details: * bgpvpn: ** TODO link ** - * copper: ** TODO link ** + * copper: http://artifacts.opnfv.org/copper/colorado/docs/userguide/index.html * doctor: http://artifacts.opnfv.org/doctor/colorado/userguide/index.html * domino: ** TODO link ** * moon: ** TODO link ** diff --git a/docs/userguide/introduction.rst b/docs/userguide/introduction.rst index 168914835..3e993a985 100644 --- a/docs/userguide/introduction.rst +++ b/docs/userguide/introduction.rst @@ -118,8 +118,17 @@ Features and VNF (Virtual Network Functions). | | | | See `Domino User Guide`_ for | | | | | details | | | +----------------+----------------------------------+ -| | | copper | Deployment policy | -| | | | TODO See for details | +| | | Copper | Copper develops OPNFV platform | +| | | | support for policy management, | +| | | | using open source projects such | +| | | | as OpenStack Congress, focused | +| | | | on helping ensure that virtual | +| | | | infrastructure and the apps that | +| | | | execute on it comply with the | +| | | | configuration policy intent of | +| | | | service providers, developers, | +| | | | and end users. See more detail | +| | | | in the `Copper User Guide`_. | | | +----------------+----------------------------------+ | | | multisites | Multisites | | | | | TODO See for details | @@ -209,6 +218,7 @@ section `Executing the functest suites`_ of this document. .. _`[2]`: http://docs.openstack.org/developer/tempest/overview.html .. _`[3]`: https://rally.readthedocs.org/en/latest/index.html +.. _`Copper User Guide`: http://artifacts.opnfv.org/copper/colorado/docs/userguide/index.html .. _`Doctor User Guide`: http://artifacts.opnfv.org/doctor/colorado/userguide/index.html .. _`Promise User Guide`: http://artifacts.opnfv.org/promise/colorado/docs/userguide/index.html .. _`ONOSFW User Guide`: http://artifacts.opnfv.org/onosfw/brahmaputra/docs/userguide/index.html |