kolla/docker/ovn
Numan Siddique 03668df367 Use ovn-ctl script to start OVN ovsdb-servers
Using the ovn-ctl script to start the OVN ovsdb-server is the better
way. This script is used to start and stop all OVN systemd services.
This script takes care of creating the database from the schema,
updating the database from the schema when the schema version gets
updated.

The present scripts - start_nb_db_server.sh and start_sb_db_server.sh
doesn't take care of schema updates.

With this, we don't need extend_start.sh in ovn-nb-db-server/ovn-sb-db-server
to create the database from the schema.

This patch also deletes kolla_ovn_extend_start from the ovn-base image as it
is not required.

Closes-bug: 1850025
Change-Id: I31a372d801dace92950cd85b29b308431f78bbdb
(cherry picked from commit b8c8fa15ed)
2019-11-15 11:01:15 +05:30
..
ovn-base Use ovn-ctl script to start OVN ovsdb-servers 2019-11-15 11:01:15 +05:30
ovn-controller Use base_package_type 2019-01-17 08:23:41 -07:00
ovn-nb-db-server Use ovn-ctl script to start OVN ovsdb-servers 2019-11-15 11:01:15 +05:30
ovn-northd Use base_package_type 2019-01-17 08:23:41 -07:00
ovn-sb-db-server Use ovn-ctl script to start OVN ovsdb-servers 2019-11-15 11:01:15 +05:30