diff options
author | Frank Brockners <fbrockne@cisco.com> | 2016-01-17 06:35:05 -0800 |
---|---|---|
committer | Frank Brockners <fbrockne@cisco.com> | 2016-01-17 06:35:05 -0800 |
commit | 46fa097f8e6d6145b685ec4a060d003f5657d30c (patch) | |
tree | a1bb150f1e73131dcf72d78a73bafd1e19205c21 | |
parent | d46dc2259a43239bb477d4802406055830caf124 (diff) |
Key artifacts and their location
For Brahmaputra, we're using an "all in one" build
approach. There is no need for a specific configuration
file that installers would use as part of their build
process which points to the location of components that
will be included.
The "artifacts-location" file is to serve
documentation purposes only for the Brahmaputra
release. It is to list all key artifacts and their
location. This patch creates the starting point for
the documentation.
This patch is a replica of 4585 which was abandoned
due to merge/rebase issues.
Change-Id: I09dba4686d908cf25edf2ff9a4de054959e035a1
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
-rw-r--r-- | docs/sources/artifacts-location.rst | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/sources/artifacts-location.rst b/docs/sources/artifacts-location.rst new file mode 100644 index 0000000..4592d2a --- /dev/null +++ b/docs/sources/artifacts-location.rst @@ -0,0 +1,52 @@ +.. Copyright 2015 Open Platform for NFV Project, Inc. and its contributors + +.. Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + +.. http://www.apache.org/licenses/LICENSE-2.0 + +.. Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +.. ----------------------------------------------------------------------- + + +================================= +Key artifacts and their locations +================================= + +Release: OPNFV Brahmaputra + + +VM manager components +===================== + +* OpenStack:: + location: `<http://docs.openstack.org/releases/releases/liberty.html>`_ + release: Liberty + +Network controller components +============================= + +* OpenDaylight Controller:: + location: `<https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.3.2-Lithium-SR2/distribution-karaf-0.3.2-Lithium-SR2.zip>`_ + release: Lithium SR2 + +* OpenDaylight SFC:: + location: `<https://www.dropbox.com/s/6w76eo7loltvvb5/openstack.net-virt-sfc-karaf-1.2.1-SNAPSHOT.zip>`_ + +* ONOS Controller:: + location: `<http://downloads.onosproject.org/nightly/onos-1.4.0-rc2.tar.gz>`_ + release: Emu 1.4.0-rc2 + + +vSwitch components +================== + + * OVS NSH build:: + location: `<https://github.com/openvswitch/ovs.git>`_ + commit: 121daded51b9798fe3722824b27a05c16806cbd1 |