[DRAFT] Definition of Done
Summary | Description |
|
---|---|---|
Infrastructure as Code (IaC) | All infrastructure changes are made using IaC, are committed to version control system, and reviewed by team members. |
|
| Peer review: 2 approves are submitted for PR |
|
| Prepared code is merged to master branch |
|
Deployment Automation | All environment configurations are managed through a central configuration system, and able to be version controlled |
|
Rollback Strategy | A deployment rollback plan is well-documented and tested | TBD |
| Create backup before making infrastructural changes, migrations, major versions upgrades |
|
Monitoring Setup | Any new features or changes include necessary logging and monitoring at a technical and business level. Alerts have been set up for any critical or error-level events | TBD |
| Include monitoring to Open Telemetry | TBD |
| Configure Promethe |