ha/service-mgmt/sm-db-1.0.0/database
Kam Nasim 032fb05039 Configure DC Orch Identity Proxy SM service
This is part of Distributed Keystone for Distributed Cloud feature.

Story: 2002842
Task: 22785

Change-Id: I0d0e60cc7482a451ba231066b4a470166238a3a7
Signed-off-by: Jack Ding <jack.ding@windriver.com>
2018-07-31 09:26:34 -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 Configure DC Orch Identity Proxy SM service 2018-07-31 09:26:34 -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.