12131677e9
This change introduces the new class to manage [mysql] options and [mariadb] options so that users can configure behavior of the guest agent to launch and manage mysql instances and mariadb instances. This also introduces support for options to manage container registry used to pull container images. Change-Id: Ic7b1d555cf2090f7278980edf226ddf318be489f
16 lines
348 B
YAML
16 lines
348 B
YAML
---
|
|
features:
|
|
- |
|
|
The following two new classes have been added.
|
|
|
|
- ``trove::guestagent::mariadb``
|
|
- ``trove::guestagent::mysql``
|
|
|
|
- |
|
|
The following three parameters have been added to the ``trove::guestagent``
|
|
class.
|
|
|
|
- ``container_registry``
|
|
- ``container_registry_username``
|
|
- ``container_registry_password``
|