summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/installationprocedure/baremetal.rst6
-rw-r--r--docs/releasenotes/release-notes.rst7
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/installationprocedure/baremetal.rst b/docs/installationprocedure/baremetal.rst
index 8507b445..eb48a289 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/releasenotes/release-notes.rst b/docs/releasenotes/release-notes.rst
index 4a262ed3..7a8f4d67 100644
--- a/docs/releasenotes/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
===========