ha/service-mgmt/sm-db-1.0.0/database
Bin Qian 01e3a2be4b Add new configuration for hbs cluster info
Add default of 2 new system configurations to sm.db.
Add configuration code to enable configure the options.

Story: 2003577
Task: 27727

Change-Id: I1a3dbaec78de591ef0de75ef9cafab48bcbb4dbf
Signed-off-by: Bin Qian <bin.qian@windriver.com>
2018-11-02 19:27:10 -04:00
..
Makefile StarlingX open source release updates 2018-05-31 07:36:26 -07:00
README StarlingX open source release updates 2018-05-31 07:36:26 -07:00
create_sm_db.sql Add new configuration for hbs cluster info 2018-11-02 19:27:10 -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
sm_database.xlsb 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 SM excel spreadsheet (sm_database.xlsb) with your changes,
2. 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.