Openvswitch-db-server can't work in kubernetes deployment

Bug #1616779 reported by James Du
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Fix Released
High
James Du

Bug Description

When deploying openstack with kolla-kubernetes, I found that the neutron-openvswitch-agent can't connect to openvswitch-db, the reason is file start_ovsdb_server.sh in Openvswitch-db-server has lost the --remote parameter, as follows:

/usr/sbin/ovsdb-server /etc/openvswitch/conf.db -vconsole:emer -vsyslog:err -vfile:info --remote=punix:/var/run/openvswitch/db.sock --log-file=/var/log/kolla/openvswitch/ovsdb-server.log

which should be:

/usr/sbin/ovsdb-server /etc/openvswitch/conf.db -vconsole:emer -vsyslog:err -vfile:info --remote=punix:/var/run/openvswitch/db.sock --remote=ptcp:6640:$ovsdb_ip --log-file=/var/log/kolla/openvswitch/ovsdb-server.log

James Du (james.du)
Changed in kolla:
assignee: nobody → dupengfei (58750307-3)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (master)

Fix proposed to branch: master
Review: https://review.openstack.org/362027

Changed in kolla:
status: New → In Progress
Changed in kolla:
importance: Undecided → High
milestone: none → newton-rc1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/362027
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=8bc778e8cd3b465c36eb3a13e5cb38fa3db16431
Submitter: Jenkins
Branch: master

commit 8bc778e8cd3b465c36eb3a13e5cb38fa3db16431
Author: Pengfei Du <email address hidden>
Date: Mon Aug 29 16:17:33 2016 +0800

    Fix lost parameter --remote in generated start_ovsdb_server.sh

    Change-Id: I2e2546fbc292975742f48ab35b92455b1bfc685c
    Closes-Bug: #1616779

Changed in kolla:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.