Seagate / cortx-prvsnr

CORTX Provisioner offers a framework which accepts configurations (cluster.yaml and config.yaml) in the form of ConfigMap, translates into internal configuration (CORTX Conf Store) and then orchestrates across components mini provisioners to allow them to configure services. In Kubernetes environment, CORTX Provisioner framework runs on all the CORTX PODs (in a separate one time init container).
https://github.com/Seagate/cortx
GNU Affero General Public License v3.0
17 stars 40 forks source link

CORTX-31132: Implementation for gconf upgrade #6375

Closed tanujashinde0405 closed 2 years ago

tanujashinde0405 commented 2 years ago

Signed-off-by: Tanuja Shinde tanuja.shinde@seagate.com

Problem Statement

Implement GCONF Upgrade, In a way that before calling upgrade mini provisioner of components, prepare a delta diff which will be passed to component miniprovisioner as part of cortx upgrade. gconf should be only updated once all component mini provisioning is done.

Design

Coding

Checklist for Author

Testing

Checklist for Author

Impact Analysis

Checklist for Author/Reviewer/GateKeeper

Review Checklist

Checklist for Author

Documentation

Checklist for Author