Ubuntu Pastebin

Paste from Cory at Fri, 24 Jun 2016 18:57:30 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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
Download as text