Add the 'docs' key and point it at a Discourse topic previously populated with the charm's README contents. When the new charm revision is released to the Charmhub, this Discourse-based content will be displayed there. In the absense of the this new key, the Charmhub's default behaviour is to display the value of the charm's 'description' key. Change-Id: I803a39bbddf129b0b8e2a882fcab5b7afedbbd68
25 lines
545 B
YAML
25 lines
545 B
YAML
name: mysql-router
|
|
summary: MySQL Router
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
MySQL Router proxying communication between application clients and MySQL InnoDB Clusters.
|
|
docs: https://discourse.charmhub.io/t/mysql-router-docs-index/11010
|
|
tags:
|
|
- databases
|
|
subordinate: true
|
|
series:
|
|
- focal
|
|
- jammy
|
|
- lunar
|
|
- mantic
|
|
provides:
|
|
shared-db:
|
|
interface: mysql-shared
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|
|
db-router:
|
|
interface: mysql-router
|