diff --git a/releasenotes/notes/haht-replicated-pe-affb7dcf83effd68.yaml b/releasenotes/notes/haht-replicated-pe-affb7dcf83effd68.yaml index 6e5fb5705..3ee691438 100644 --- a/releasenotes/notes/haht-replicated-pe-affb7dcf83effd68.yaml +++ b/releasenotes/notes/haht-replicated-pe-affb7dcf83effd68.yaml @@ -1,5 +1,15 @@ --- +prelude: > + Congress now supports high-availability and high-query-throughput + deployments with load-balanced policy engines and warm-standby data-source + drivers. features: - Added support for replicated (load-balanced) policy engines for - high-availability and high-query-throughput deployments. + high-availability and high-query-throughput deployments. See HA-Overview + and HA-Deployment documentation for more information. - Added support for warm-standby data-source drivers managed by Pacemaker. + See HA-Overview and HA-Deployment documentation for more information. +upgrade: + - Added a new database table dstabledata to persist pushed data from + a datasource. Necessary migration scripts are included in + congress/db/migration/ \ No newline at end of file diff --git a/releasenotes/notes/newton-other-notes-c885979502f3f540.yaml b/releasenotes/notes/newton-other-notes-c885979502f3f540.yaml new file mode 100644 index 000000000..e1ddf2b71 --- /dev/null +++ b/releasenotes/notes/newton-other-notes-c885979502f3f540.yaml @@ -0,0 +1,14 @@ +--- +features: + - Congress now supports multi-node deployment where different components + (policy engine, API server, and datasource drivers) may be deployed in + separate processes on separate hosts. See deployment documentation for + more information. +issues: + - Ceilometer driver experiences error when retrieving the list of alarms. + The impact is that the some ceilometer data may not be updated in Congress. + We are currently working with the ceilometer team to find a resolution. + Expect a resolution in the next minor release. + - The specialized policy engine for VM placement (previously released as + experimental) is not available in this release. Expect it to be available + again in a future release.