aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs_vfw.rst
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-02-15 14:37:22 -0500
committerMarco Platania <platania@research.att.com>2019-02-15 14:37:22 -0500
commit4be647d4375f5f49f5f4d3b415abb986fe6dc35b (patch)
tree9e1357553f3732bcc7792355e1eeb3475cff8e81 /docs/docs_vfw.rst
parentf9ffb478e246e10f76f5a3c1abb6440c488de1e3 (diff)
Update release notes for vFW and vLB use cases
Change-Id: I15e07efad73c5301f285685a003a1b979bc41173 Issue-ID: INT-748 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'docs/docs_vfw.rst')
-rw-r--r--docs/docs_vfw.rst16
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/docs_vfw.rst b/docs/docs_vfw.rst
index a722c67d5..9c5abc6e8 100644
--- a/docs/docs_vfw.rst
+++ b/docs/docs_vfw.rst
@@ -79,4 +79,18 @@ Although videos are still valid, users are encouraged to use the Heat templates
Known issues and resolution
~~~~~~~~~~~~~~~~~~~~~~~~~~~
-The packet generator may become unresponsive to external inputs like changing the number of active streams. To solve the problem, reboot the packet generator VM. \ No newline at end of file
+1) SO fails service distribution
+
+Resolution: Update SO database as below
+
+- Connect to the SO database POD
+- Login to mysql: mysql -uroot -ppassword
+- Select database: use catalogdb:
+- Update tables:
+ - ALTER TABLE vnf_resource_customization MODIFY IF EXISTS RESOURCE_INPUT varchar(20000);
+ - ALTER TABLE network_resource_customization MODIFY IF EXISTS RESOURCE_INPUT varchar(20000);
+ - ALTER TABLE allotted_resource_customization MODIFY IF EXISTS RESOURCE_INPUT varchar(20000);
+
+2) The packet generator may become unresponsive to external inputs like changing the number of active streams
+
+Resolution: Reboot the packet generator VM. \ No newline at end of file