diff --git a/bundle.yaml b/bundle.yaml
index 8bafbd8..d591989 100644
--- a/bundle.yaml
+++ b/bundle.yaml
@@ -1,21 +1,21 @@
-services:
- wiki:
+services:
+ wiki:
charm: "cs:trusty/mediawiki-5"
num_units: 1
- options:
+ options:
debug: false
name: Please set name of wiki
skin: vector
- annotations:
+ annotations:
"gui-x": 609
"gui-y": -15
- mysql:
- charm: "cs:trusty/mysql-36"
+ mysql:
+ charm: "local:trusty/mysql"
num_units: 1
- options:
+ options:
"binlog-format": MIXED
"block-size": 5
- "dataset-size": "80%"
+ "dataset-size": "512M"
flavor: distro
"ha-bindiface": eth0
"ha-mcastport": 5411
@@ -27,10 +27,10 @@ services:
"tuning-level": safest
vip_cidr: 24
vip_iface: eth0
- annotations:
+ annotations:
"gui-x": 610
"gui-y": 255
series: trusty
-relations:
+relations:
- - "wiki:db"
- "mysql:db"
diff --git a/tests/tests.yaml b/tests/tests.yaml
new file mode 100644
index 0000000..37f6ddf
--- /dev/null
+++ b/tests/tests.yaml
@@ -0,0 +1 @@
+reset: false