~charmers/charms/trusty/galera-cluster/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Philip Stoev
  • Date: 2015-03-06 13:21:25 UTC
  • Revision ID: philip@host-91-221-67-96.creanova.org-20150306132125-3kgid9lb7k8dv15i
Initial conversion of the Percona Cluster charm into Galera Cluster charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  source:
3
3
    type: string
4
4
    default:
5
 
    description: Package install location for Percona XtraDB Cluster (defaults to distro for >= 14.04)
 
5
    description: Package install location for Galera Cluster (defaults to distro for >= 14.04)
6
6
  dataset-size:
7
7
    default: '80%'
8
8
    type: string
22
22
  vip:
23
23
    type: string
24
24
    default:
25
 
    description: Virtual IP to use to front Percona XtraDB Cluster in active/active HA configuration
 
25
    description: Virtual IP to use to front Galera Cluster in active/active HA configuration
26
26
  vip_iface:
27
27
    type: string
28
28
    default: eth0
68
68
       InnoDB table into separate .idb file. Existing InnoDB tables will remain
69
69
       in ibdata1 file - full dump/import is needed to get rid of large
70
70
       ibdata1 file
71
 
     
 
 
b'\\ No newline at end of file'
 
71