On Mon, Oct 03, 2016 at 03:30:51PM -0400, Hui Kang wrote:
> Signed-off-by: Hui Kang <ka...@us.ibm.com>
> ---
>  INSTALL.Docker.md | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/INSTALL.Docker.md b/INSTALL.Docker.md
> index b62922d..5cb49d0 100644
> --- a/INSTALL.Docker.md
> +++ b/INSTALL.Docker.md
> @@ -69,6 +69,8 @@ gets cleared.  It is harmless to run it again in any case.)
>  $LOCAL_IP in the below command is the IP address via which other hosts
>  can reach this host.  This acts as your local tunnel endpoint.
>  
> +$SYSTEM_ID in the below command is the unique identifier for the docker host.
> +
>  $ENCAP_TYPE is the type of tunnel that you would like to use for overlay
>  networking.  The options are "geneve" or "stt".  (Please note that your
>  kernel should have support for your chosen $ENCAP_TYPE.  Both geneve
> @@ -79,8 +81,10 @@ support in upstream Linux.  You can verify whether you 
> have the support in your
>  kernel by doing a "lsmod | grep $ENCAP_TYPE".)
>  
>  ```
> -ovs-vsctl set Open_vSwitch . external_ids:ovn-remote="tcp:$CENTRAL_IP:6642" \
> -  external_ids:ovn-nb="tcp:$CENTRAL_IP:6641" 
> external_ids:ovn-encap-ip=$LOCAL_IP external_ids:ovn-encap-type="$ENCAP_TYPE"
> +ovs-vsctl set Open_vSwitch . external-ids:system-id=$SYSTEM_ID \
> +  external_ids:ovn-remote="tcp:$CENTRAL_IP:6642" \
> +  external_ids:ovn-nb="tcp:$CENTRAL_IP:6641" \
> +  external_ids:ovn-encap-ip=$LOCAL_IP 
> external_ids:ovn-encap-type="$ENCAP_TYPE"

Usually the OVS system startup script should ensure that the system has
a system-id.  You don't see that behavior in your environment?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to