Bug 8874 - Tunnel_ips of hardware_vtep is cleared when Open vSwitch process restarted... 33/61533/2
authorRyousuke Masuhara <r-masuhara@zn.nes.jp.nec.com>
Tue, 25 Jul 2017 05:06:39 +0000 (14:06 +0900)
committerAnil Vishnoi <vishnoianil@gmail.com>
Tue, 5 Sep 2017 19:40:19 +0000 (19:40 +0000)
commit7c395d93426d408774673d0072c2a8053622cb00
treef1bb01c814d50fb9d8dde62fe09dd4f059be6d02
parent52fb94e74d4aab77c94b24ee8b5dba216ccf366b
Bug 8874 - Tunnel_ips of hardware_vtep is cleared when Open vSwitch process restarted in Open vSwitch HWVTEP Emulator

Issue:
  Tunnel_ips of hardware_vtep is cleared when Open vSwitch process
  restarted in Open vSwitch HWVTEP Emulator

Cause of this issue:
  After Open vSwitch process restarted, ODL attempts to acquire tunnel_ips
  from CONFIGURATION MD-SAL and set it to Physical Switch.
  As tunnel_ips is not set from ODL but is set by vtep-ctl command, it
  does not exist in CONFIGURATION MD-SAL.
  This caused an empty value is set to tunnel_ips for Physical Switch.

Fix:
  Let ODL to acquire tunnel_ips from OPERATIONAL MD-SAL after
  VTEP Emulator restarted.

Change-Id: I439ba08c813ede02f82592ca0051b19140f40db2
Signed-off-by: Ryousuke Masuhara <r-masuhara@zn.nes.jp.nec.com>
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/transact/PhysicalSwitchUpdateCommand.java