Skip to content

Commit

Permalink
feat(mongodb): mongos自愈,mongo实例下架 TencentBlueKing#7010
Browse files Browse the repository at this point in the history
  • Loading branch information
yyhenryyy committed Oct 21, 2024
1 parent 3b9c4f3 commit ea125e2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class MongoDBInstanceDeInstallFlowParamBuilder(builders.FlowParamBuilder):
def format_ticket_data(self):
bk_biz_id = self.ticket_data["bk_biz_id"]
self.ticket_data["bk_app_abbr"] = AppCache.objects.get(bk_biz_id=bk_biz_id).db_app_abbr
MongoDBBackupFlowParamBuilder.add_cluster_type_info(self.ticket_data["infos"])


class MongoDBInstanceDeInstallResourceParamBuilder(BaseMongoDBOperateResourceParamBuilder):
Expand Down

0 comments on commit ea125e2

Please sign in to comment.