ha/service-mgmt/sm-db-1.0.0/database
Teresa Ho 5232bdd8fd SM monitoring for cluster-host-ip service
Added service domain for cluster host interface and service for
cluster host IP in the SM database.
Removed references of infrastructure interface.

Story: 2004273
Task: 29474

Change-Id: I6223047e9453eba83ea8b4ecf4db739d0f7d7665
Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
2019-04-11 07:43:06 -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 SM monitoring for cluster-host-ip service 2019-04-11 07:43:06 -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.