diff options
author | ChristopherPrice <christopher.price@ericsson.com> | 2016-01-12 03:01:18 +0100 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-01-15 14:11:06 -0500 |
commit | f479b77c4f7c0d11196e3902bb7e60ff8e34a1fe (patch) | |
tree | e6dc36544081c332b328c6aa0db0a2bbc456dcb6 /docs/installation-instructions/references.rst | |
parent | 266eaa1148a529e829c322320d27842bad280157 (diff) |
Restructured the installation-instruction file into indexed sub files
Created a section based structure for the installation-instruction.
It should show on the html artifact as a structured web page. We may want to move
some sections to other directories to incorporate them into the release configguide.
Left that for step 2...
Change-Id: I4e2b4f398cbb0f4203166af68520ce4ecd82a328
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Diffstat (limited to 'docs/installation-instructions/references.rst')
-rw-r--r-- | docs/installation-instructions/references.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/installation-instructions/references.rst b/docs/installation-instructions/references.rst new file mode 100644 index 00000000..e58b4182 --- /dev/null +++ b/docs/installation-instructions/references.rst @@ -0,0 +1,38 @@ +Frequently Asked Questions +========================== + +License +======= + +All Apex and "common" entities are protected by the `Apache 2.0 License <http://www.apache.org/licenses/>`_. + +References +========== + +OPNFV +----- + +`OPNFV Home Page <www.opnfv.org>`_ + +`OPNFV Genesis project page <https://wiki.opnfv.org/get_started>`_ + +`OPNFV Apex project page <https://wiki.opnfv.org/apex>`_ + +OpenStack +--------- + +`OpenStack Liberty Release artifacts <http://www.openstack.org/software/liberty>`_ + +`OpenStack documentation <http://docs.openstack.org>`_ + +OpenDaylight +------------ + +Upstream OpenDaylight provides `a number of packaging and deployment options <https://wiki.opendaylight.org/view/Deployment>`_ meant for consumption by downstream projects like OPNFV. + +Currently, OPNFV Apex uses `OpenDaylight's Puppet module <https://github.com/dfarrell07/puppet-opendaylight>`_, which in turn depends on `OpenDaylight's RPM <http://cbs.centos.org/repos/nfv7-opendaylight-3-candidate/x86_64/os/Packages/opendaylight-3.0.0-2.el7.noarch.rpm>`_. + +RDO Manager +----------- + +`RDO Manager website <https://www.rdoproject.org/rdo-manager>`_ |