diff mbox

[ovs-dev] docker.rst: Add documentation to open up TCP ports.

Message ID 1486472084-28614-1-git-send-email-guru@ovn.org
State Accepted
Headers show

Commit Message

Gurucharan Shetty Feb. 7, 2017, 12:54 p.m. UTC
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
---
 Documentation/howto/docker.rst | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Ben Pfaff Feb. 16, 2017, 6:25 p.m. UTC | #1
On Tue, Feb 07, 2017 at 04:54:44AM -0800, Gurucharan Shetty wrote:
> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
> ---
>  Documentation/howto/docker.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/howto/docker.rst b/Documentation/howto/docker.rst
> index e23ca75..7845699 100644
> --- a/Documentation/howto/docker.rst
> +++ b/Documentation/howto/docker.rst
> @@ -90,6 +90,12 @@ The "overlay" mode
>  
>        $ /usr/share/openvswitch/scripts/ovn-ctl start_northd
>  
> +  With Open vSwitch version of 2.7 or greater, you need to run the following
> +  additional commands::
> +
> +      $ ovn-nbctl set-connection ptcp:6641
> +      $ ovn-sbctl set-connection ptcp:6642

Acked-by: Ben Pfaff <blp@ovn.org>

We really should provide documentation on how to set up SSL.
Gurucharan Shetty Feb. 16, 2017, 6:56 p.m. UTC | #2
On 16 February 2017 at 10:25, Ben Pfaff <blp@ovn.org> wrote:

> On Tue, Feb 07, 2017 at 04:54:44AM -0800, Gurucharan Shetty wrote:
> > Signed-off-by: Gurucharan Shetty <guru@ovn.org>
> > ---
> >  Documentation/howto/docker.rst | 6 ++++++
> >  1 file changed, 6 insertions(+)
> >
> > diff --git a/Documentation/howto/docker.rst
> b/Documentation/howto/docker.rst
> > index e23ca75..7845699 100644
> > --- a/Documentation/howto/docker.rst
> > +++ b/Documentation/howto/docker.rst
> > @@ -90,6 +90,12 @@ The "overlay" mode
> >
> >        $ /usr/share/openvswitch/scripts/ovn-ctl start_northd
> >
> > +  With Open vSwitch version of 2.7 or greater, you need to run the
> following
> > +  additional commands::
> > +
> > +      $ ovn-nbctl set-connection ptcp:6641
> > +      $ ovn-sbctl set-connection ptcp:6642
>
> Acked-by: Ben Pfaff <blp@ovn.org>
>
> We really should provide documentation on how to set up SSL.
>

Yeah. I do have documentation for SSL support in kubernetes here:
https://github.com/openvswitch/ovn-kubernetes/blob/master/docs/INSTALL.SSL.md

But it only says - do it this way and not try to explain all the other
potential ways to do it.
diff mbox

Patch

diff --git a/Documentation/howto/docker.rst b/Documentation/howto/docker.rst
index e23ca75..7845699 100644
--- a/Documentation/howto/docker.rst
+++ b/Documentation/howto/docker.rst
@@ -90,6 +90,12 @@  The "overlay" mode
 
       $ /usr/share/openvswitch/scripts/ovn-ctl start_northd
 
+  With Open vSwitch version of 2.7 or greater, you need to run the following
+  additional commands::
+
+      $ ovn-nbctl set-connection ptcp:6641
+      $ ovn-sbctl set-connection ptcp:6642
+
 2. One time setup
 
    On each host, where you plan to spawn your containers, you will need to run