diff options
-rw-r--r-- | ci/PR_revision.log | 3 | ||||
-rw-r--r-- | docs/releasenotes/release-notes.rst | 27 |
2 files changed, 29 insertions, 1 deletions
diff --git a/ci/PR_revision.log b/ci/PR_revision.log index 4886ee8e..160be0f2 100644 --- a/ci/PR_revision.log +++ b/ci/PR_revision.log @@ -47,4 +47,5 @@ 88,Default tenant_nic to its physical name 89,Add enic workaround for UCS with OVS DPDK 90,removing /%(tenantid)s from tacker heat_uri -94,Add defaults to vpp_main_core and vpp_corelist_workers
\ No newline at end of file +94,Add defaults to vpp_main_core and vpp_corelist_workers +95,Add ping_retry function
\ No newline at end of file diff --git a/docs/releasenotes/release-notes.rst b/docs/releasenotes/release-notes.rst index 8415d38d..0c2c56a9 100644 --- a/docs/releasenotes/release-notes.rst +++ b/docs/releasenotes/release-notes.rst @@ -427,6 +427,33 @@ Scenario os-odl_l2-fdio-noha known issues * `APEX-337 <https://jira.opnfv.org/browse/APEX-337>`_: enable isolcpu on kernel and pin vpp to unused cpu for fdio scenarios +Scenario os-nosdn-fdio-noha known issues +---------------------------------------- + +Note that a set of manual configration steps need to be performed +post an automated deployment for the scenario to be fully functional. +Please refer to `FDS-159 <https://jira.opnfv.org/browse/FDS-159>`_ and +`FDS-160 <https://jira.opnfv.org/browse/FDS-160>`_ for details. + +* `FDS-155 <https://jira.opnfv.org/browse/FDS-155>`_: + os-nosdn-fdio-noha scenario: tempest_smoke_serial causes + mariadb/mysqld process to hang +* `FDS-156 <https://jira.opnfv.org/browse/FDS-156>`_: + os-nosdn-fdio-noha scenario: Race conditions for + network-vif-plugged notification +* `FDS-157 <https://jira.opnfv.org/browse/FDS-157>`_: + os-nosdn-fdio-noha scenario: Intermittently VMs + would get assigned 2 IPs instead of 1 +* `FDS-158 <https://jira.opnfv.org/browse/FDS-158>`_: + os-nosdn-fdio-noha scenario: VM start/launch fails with + "no more IP addresses" in neutron logs +* `FDS-159 <https://jira.opnfv.org/browse/FDS-159>`_: + os-nosdn-fdio-noha scenario: Security groups not yet supported +* `FDS-160 <https://jira.opnfv.org/browse/FDS-160>`_: + os-nosdn-fdio-noha scenario: Vlan fix on controller +* `FDS-161 <https://jira.opnfv.org/browse/FDS-161>`_: + os-nosdn-fdio-noha scenario: VPP fails with certain UCS B-series blades + .. _HAIssues: General HA scenario known issues |