Charmed MySQL
- Canonical
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
8.0/stable | 240 | 20 Jun 2024 | |
8.0/candidate | 306 | 14 Nov 2024 | |
8.0/candidate | 305 | 14 Nov 2024 | |
8.0/beta | 306 | 14 Nov 2024 | |
8.0/beta | 305 | 14 Nov 2024 | |
8.0/edge | 306 | 14 Nov 2024 | |
8.0/edge | 305 | 14 Nov 2024 |
juju deploy mysql --channel 8.0/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
charms.mysql.v0.tls
-
- Last updated 22 Sep 2024
- Revision Library version 0.8
Library containing the implementation of the tls certificates relation for mysql charm.
This library is used by the mysql charm to provide the TLS certificates relation. It requires the TLS certificates library and the MySQL library.
Index
class MySQLTLS
Description
MySQL TLS Provider class. None
Methods
MySQLTLS. __init__( self , charm )
MySQLTLS. get_tls_content( self )
Retrieve TLS content.
Returns
A tuple of strings with the content of server-key, ca and server-cert
Description
Return TLS files as required by mysql.
MySQLTLS. push_tls_files_to_workload( self )
Description
Push TLS files to unit. None