8e3b79440c
This change allows the following use cases: 1. Using an already-configured MariaDB / MySQL server / Cluster 2. Using already-created DB users, without requiring root DB access. Update: added external mariadb precheck Change-Id: I78b0d178306d7c5293b0bf53e445f19f18b4b824 Implements: blueprint external-mariadb-support. Closes-Bug: #1603121
9 lines
462 B
YAML
9 lines
462 B
YAML
---
|
|
features:
|
|
- >
|
|
[`blueprint external-mariadb-support <https://blueprints.launchpad.net/kolla-ansible/+spec/external-mariadb-support>`_]
|
|
Added External MariaDB server/cluster support
|
|
- Added enable_external_mariadb_load_balancer flag
|
|
- Added use_preconfigured_databases flag in order to add support for previously created databases / users
|
|
- Added use_common_mariadb_user in order to allow the use of a common database user across all databases
|