summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/rpm_specs/opnfv-apex-common.spec4
-rw-r--r--ci/PR_revision.log3
-rw-r--r--docs/installationprocedure/baremetal.rst6
-rw-r--r--docs/installationprocedure/references.rst2
-rw-r--r--docs/releasenotes/index.rst (renamed from docs/release-notes/index.rst)0
-rw-r--r--docs/releasenotes/release-notes.rst (renamed from docs/release-notes/release-notes.rst)7
6 files changed, 19 insertions, 3 deletions
diff --git a/build/rpm_specs/opnfv-apex-common.spec b/build/rpm_specs/opnfv-apex-common.spec
index 8cd76d65..20c19403 100644
--- a/build/rpm_specs/opnfv-apex-common.spec
+++ b/build/rpm_specs/opnfv-apex-common.spec
@@ -23,7 +23,7 @@ https://wiki.opnfv.org/apex
%build
rst2html docs/installationprocedure/index.rst docs/installation-instructions.html
-rst2html docs/release-notes/release-notes.rst docs/release-notes.html
+rst2html docs/releasenotes/release-notes.rst docs/release-notes.html
%global __python %{__python3}
@@ -81,7 +81,7 @@ install lib/installer/domain.xml %{buildroot}%{_var}/opt/opnfv/lib/installer/
mkdir -p %{buildroot}%{_docdir}/opnfv/
install LICENSE.rst %{buildroot}%{_docdir}/opnfv/
install docs/installation-instructions.html %{buildroot}%{_docdir}/opnfv/
-install docs/release-notes/index.rst %{buildroot}%{_docdir}/opnfv/release-notes.rst
+install docs/releasenotes/index.rst %{buildroot}%{_docdir}/opnfv/release-notes.rst
install docs/release-notes.html %{buildroot}%{_docdir}/opnfv/
install config/deploy/deploy_settings.yaml %{buildroot}%{_docdir}/opnfv/deploy_settings.yaml.example
install config/network/network_settings.yaml %{buildroot}%{_docdir}/opnfv/network_settings.yaml.example
diff --git a/ci/PR_revision.log b/ci/PR_revision.log
index ad51846a..f8b11a71 100644
--- a/ci/PR_revision.log
+++ b/ci/PR_revision.log
@@ -39,4 +39,5 @@
77,Update FDIO to use opendaylight_v2 mechanism driver
78,Fix spelling mistake in specs filter
79,Fix controller and compute ip array
-80,Change TenantNIC and PublicNIC to be role specific \ No newline at end of file
+80,Change TenantNIC and PublicNIC to be role specific
+81,Fix duplicate NeutronServicePlugins
diff --git a/docs/installationprocedure/baremetal.rst b/docs/installationprocedure/baremetal.rst
index 0a6e324c..d41c77e0 100644
--- a/docs/installationprocedure/baremetal.rst
+++ b/docs/installationprocedure/baremetal.rst
@@ -137,6 +137,12 @@ Install Bare Metal Jumphost
no longer carry them and they will not need special handling for
installation.
+ Python 3.4 is also required and it needs to be installed if you are using
+ the Centos 7 base image:
+
+ ``sudo yum install epel-release``
+ ``sudo yum install python34``
+
To install these RPMs download them to the local disk on your CentOS 7
install and pass the file names directly to yum:
``sudo yum install python34-markupsafe-<version>.rpm
diff --git a/docs/installationprocedure/references.rst b/docs/installationprocedure/references.rst
index 5ff2a542..a63a8421 100644
--- a/docs/installationprocedure/references.rst
+++ b/docs/installationprocedure/references.rst
@@ -18,6 +18,8 @@ OPNFV
`OPNFV Apex project page <https://wiki.opnfv.org/apex>`_
+`OPNFV Apex release notes <http://artifacts.opnfv.org/apex/colorado/docs/releasenotes/release-notes.html#references>`_
+
OpenStack
---------
diff --git a/docs/release-notes/index.rst b/docs/releasenotes/index.rst
index 1f723960..1f723960 100644
--- a/docs/release-notes/index.rst
+++ b/docs/releasenotes/index.rst
diff --git a/docs/release-notes/release-notes.rst b/docs/releasenotes/release-notes.rst
index 4a262ed3..fa204e8b 100644
--- a/docs/release-notes/release-notes.rst
+++ b/docs/releasenotes/release-notes.rst
@@ -245,6 +245,13 @@ Scenario os-odl_l2-fdio-noha known issues
* `FDS-82 <https://jira.opnfv.org/browse/FDS-82>`_:
Nova list shows no vms but there are some on computes in paused state
+
+General HA scenario known issues
+--------------------------------
+
+* `COPPER-22 <https://jira.opnfv.org/browse/COPPER-22>`_:
+ Congress service HA deployment is not yet supported/verified.
+
Test Result
===========