ha/service-mgmt/sm-db-1.0.0/database
dbadea d4fca7b9c1 sm-db: make ceph-radosgw failures minor instead of critical
Make ceph-radosgw failures less critical so the system has
a chance to bring up Ceph cluster.

Story: 2003605
Task: 28860

Signed-off-by: Daniel Badea <daniel.badea@windriver.com>
Depends-On: I1a04f2d33313e77395f269db56484c1e55d9c3bb
Change-Id: Iecc56c4e11a2e1e164b18eed1ffb0d43099d6081
2019-04-25 18:45:58 +00: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-db: make ceph-radosgw failures minor instead of critical 2019-04-25 18:45:58 +00: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.