From patchwork Tue Feb 7 12:54:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gurucharan Shetty X-Patchwork-Id: 725451 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vJ0Q13f4Mz9s4q for ; Wed, 8 Feb 2017 10:08:41 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 6249DB8E; Tue, 7 Feb 2017 23:08:38 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id A9989516 for ; Tue, 7 Feb 2017 23:08:36 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-pg0-f67.google.com (mail-pg0-f67.google.com [74.125.83.67]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 57264214 for ; Tue, 7 Feb 2017 23:08:36 +0000 (UTC) Received: by mail-pg0-f67.google.com with SMTP id 194so13279875pgd.0 for ; Tue, 07 Feb 2017 15:08:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=ttmDxBKGYVhiCDdJLowdTmLwXVfDaQm+tF3P1PQJSbA=; b=XBTv6Hsx7tkEGpLGt+gwyj3Ac8wI1gN/AfTgZNNIyhZVVnJhfm8ekIxV+djwC1LuNK r2DVpPYwxV2YcdH/Vp8gCzUPW1+BL6Y79hCWomakEyMKMDdBhUEjwIqQgTi1sh6QGZ/k CdjWUShw21t2dDuNGFcopniYojFR/vW10Y/m7Oifk2Ln3kfPn79xLRt1yHfYEHawlh7D AKho1rRhx2n4XXWsqIXT43CITsCZH2WWqMB++4MNYI4P3+NbGRk5uVwi41xLHBWZFq/V FdjfCBG4/kJOVj5iqkrkd0OryVojsZKfV+0rI33EznTbuvNdaPdFecRWY1Jk4zgrqZ6n sSeQ== X-Gm-Message-State: AIkVDXIpVgo+Dwy+WxaO9WRKiShW5xLsPnnPHNW0RfVvsEv8+3w6Mc9qBI5OQ1VSe5x27w== X-Received: by 10.99.158.2 with SMTP id s2mr23299194pgd.116.1486508915838; Tue, 07 Feb 2017 15:08:35 -0800 (PST) Received: from ubuntu.eng.vmware.com ([208.91.1.34]) by smtp.gmail.com with ESMTPSA id f9sm14095900pfj.56.2017.02.07.15.08.35 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 07 Feb 2017 15:08:35 -0800 (PST) From: Gurucharan Shetty To: dev@openvswitch.org Date: Tue, 7 Feb 2017 04:54:44 -0800 Message-Id: <1486472084-28614-1-git-send-email-guru@ovn.org> X-Mailer: git-send-email 1.9.1 X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00, DATE_IN_PAST_06_12, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH] docker.rst: Add documentation to open up TCP ports. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- 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 + 2. One time setup On each host, where you plan to spawn your containers, you will need to run