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
This commit is contained in:
dbadea 2019-04-25 18:41:12 +00:00
parent 941c60519d
commit d4fca7b9c1
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ INSERT INTO "SERVICE_GROUP_MEMBERS" VALUES(61,'yes','vim-services','vim-webserve
INSERT INTO "SERVICE_GROUP_MEMBERS" VALUES(62,'yes','controller-services','guest-agent','critical');
INSERT INTO "SERVICE_GROUP_MEMBERS" VALUES(64,'yes','oam-services','haproxy','critical');
INSERT INTO "SERVICE_GROUP_MEMBERS" VALUES(65,'no','controller-services','pxeboot-ip','critical');
INSERT INTO "SERVICE_GROUP_MEMBERS" VALUES(67,'no','storage-monitoring-services','ceph-radosgw','critical');
INSERT INTO "SERVICE_GROUP_MEMBERS" VALUES(67,'no','storage-monitoring-services','ceph-radosgw','minor');
INSERT INTO "SERVICE_GROUP_MEMBERS" VALUES(75,'yes','controller-services','drbd-extension','critical');
INSERT INTO "SERVICE_GROUP_MEMBERS" VALUES(76,'yes','controller-services','extension-fs','critical');
INSERT INTO "SERVICE_GROUP_MEMBERS" VALUES(77,'yes','controller-services','extension-export-fs','critical');