diff options
author | joehuang <joehuang@huawei.com> | 2016-08-01 23:13:17 -0400 |
---|---|---|
committer | joehuang <joehuang@huawei.com> | 2016-08-14 21:59:48 -0400 |
commit | 33355d51be256b7fde1fef42851296c803cc83c1 (patch) | |
tree | f8b1464141f400ad90ed903ad21fbafbfb3bdcab /docs/configurationguide/configuration.options.render.rst | |
parent | 1517bcbb10ee2e3a2e9830605093bb409261f294 (diff) |
Add kingbird installation, configuration and user guide
Kingbird is a sub-project in multisite, and will be released
as part of OPNFV Colorado release, add Kingbird installation
, configuration and user guide to the Multisite repository, and
in later patch includes them into OPNFV documentation.
Change-Id: I3f8f3528c495f6f10bfa790763cc7c69017d7bdb
Signed-off-by: joehuang <joehuang@huawei.com>
Diffstat (limited to 'docs/configurationguide/configuration.options.render.rst')
-rw-r--r-- | docs/configurationguide/configuration.options.render.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/configurationguide/configuration.options.render.rst b/docs/configurationguide/configuration.options.render.rst new file mode 100644 index 0000000..f1dc11a --- /dev/null +++ b/docs/configurationguide/configuration.options.render.rst @@ -0,0 +1,27 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) Christopher Price (Ericsson AB) + +===================== +Configuration Options +===================== + +OPNFV provides a variety of virtual infrastructure deployments called scenarios designed to +host Virtualised Network Functions(VNFs). Each scenario provide specific capabilities and/or +components aimed to solve specific problems for the deployment of VNF's. A scenario may include +components such as OpenStack, OpenDaylight, OVS, KVM etc. where each scenario will include +different source components or configurations. + +OPNFV Scenarios +=============== + +Each OPNFV scenario provides unique features and capabilities, it is important to understand +your target platform capabilities before installing and configuring your target scenario. +This configuration guide outlines how to install and configure components in order to enable +the features you require. + +.. include:: ../scenario/scenariomatrix.rst + +This document will describe how to install and configure your target OPNFV scenarios. +Remember to check the associated validation procedures section following your installation for +details of the use cases and tests that have been run. |