Uploaded image for project: 'CORD'
  1. CORD
  2. CORD-3018

Automate ovs-appctl command for VTN

    XMLWordPrintable

    Details

    • Type: Story
    • Status: Resolved (View Workflow)
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: 6.0
    • Fix Version/s: None
    • Component/s: helm-charts
    • Labels:
      None

      Description

      The openstack-helm install procedure sets up OvS on each node using this Helm chart:

      https://github.com/openstack/openstack-helm/tree/master/openvswitch

      To enable VTN to control OvS we can run the following shell command to open up the OvS API on each node for remote access:

      PODS=$( kubectl get pod --namespace openstack|grep openvswitch-db|awk '{print $1}' )
      for POD in $PODS
      do
          kubectl --namespace openstack exec $POD -- ovs-appctl -t ovsdb-server ovsdb-server/add-remote ptcp:6641
      done
      

      It would be nice if we could get this result without running any shell commands or changing the openvswitch chart.

        Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

            Assignee:
            gopinath Gopinath Taget (Inactive)
            Reporter:
            acb Andy Bavier
            Watchers:
            2 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Gerrit Reviews

                There are no open Gerrit changes