github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/mediawiki-simple.yaml (about) 1 services: 2 mediawiki: 3 charm: cs:trusty/mediawiki-3 4 num_units: 1 5 options: 6 debug: false 7 name: Please set name of wiki 8 skin: vector 9 annotations: 10 gui-x: "609" 11 gui-y: "-15" 12 mysql: 13 charm: cs:trusty/mysql-29 14 num_units: 1 15 options: 16 binlog-format: MIXED 17 block-size: 5 18 dataset-size: 80% 19 flavor: distro 20 ha-bindiface: eth0 21 ha-mcastport: 5411 22 max-connections: -1 23 preferred-storage-engine: InnoDB 24 query-cache-size: -1 25 query-cache-type: "OFF" 26 rbd-name: mysql1 27 tuning-level: safest 28 vip_cidr: 24 29 vip_iface: eth0 30 annotations: 31 gui-x: "610" 32 gui-y: "255" 33 series: trusty 34 relations: 35 - - mediawiki:db 36 - mysql:db