aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/galera/server/database/cinder.yml
blob: 08b6ddb3d72acb88ec277229959fc937b61d27cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
parameters:
  mysql:
    server:
      database:
        cinder:
          encoding: utf8
          users:
          - name: cinder
            password: ${_param:mysql_cinder_password}
            host: '%'
            rights: all
          - name: cinder
            password: ${_param:mysql_cinder_password}
            host: ${_param:cluster_local_address}
            rights: all