trove/releasenotes/notes/ussuri-02-database-instance-healthy.yaml
Lingxian Kong a0a10f0b94 Support HEALTHY status for db instance
- 'HEALTHY' means the db service is responsive, 'ACTIVE' means the db
  service is alive.
- Remove the CI job fakemodetests, but will add similar testing task in
  the future.
- Fix the periodic CI job
- Remove MongoDB and  related jobs

Change-Id: I5abe9091ba203297dc87db5fba139179166321f7
2019-12-14 12:55:56 +13:00

9 lines
306 B
YAML

---
features:
- A new database service status ``HEALTHY`` is introduced to indicate that
the service is responsive. ``HEALTHY`` is the final status after
``ACTIVE``.
upgrade:
- Any existing scripts that rely on the database instance ``ACTIVE`` status
should now rely on ``HEALTHY`` status.