ha/service-mgmt/sm-db-1.0.0/database
Andy Ning db74249195 Keystone DB sync - add sync service into sm db
This update added dcorch dbsync service into sm db so that it can be
managed by SM.

Story: 2002842
Task: 22787

Depends-On: https://review.openstack.org/#/c/641498

Change-Id: I3a57e5634560ef75f8972f2f8d49f8297375c7c5
Signed-off-by: Andy Ning <andy.ning@windriver.com>
2019-03-21 15:49:42 -04:00
..
Makefile Standardize Makefile install target name for service-mgmt/sm-db 2019-02-06 09:41:53 -06:00
README Remove retired codes populated “V1” tables 2019-01-29 00:12:11 +08:00
create_sm_db.sql Keystone DB sync - add sync service into sm db 2019-03-21 15:49:42 -04:00
create_sm_hb_db.sql StarlingX open source release updates 2018-05-31 07:36:26 -07:00
sm-patch.sql StarlingX open source release updates 2018-05-31 07:36:26 -07:00

README

The SM database is generated by the corresponding SQL scripts:
create_sm_db.sql -> sm.db
create_sm_hb_db.sql -> sm.db.hb

Instructions:
1. Update the corresponding SQL script i.e, create_sm_db.sql or create_sm_hb_db.sql:
    Add proper SQL statement(s) (insert, update, delete) to the sql file.