Merge lp:~johnsca/charms/bundles/mediawiki-scalable/use-trusty-charms into lp:~charmers/charms/bundles/mediawiki-scalable/bundle

Proposed by Cory Johns
Status: Merged
Merged at revision: 9
Proposed branch: lp:~johnsca/charms/bundles/mediawiki-scalable/use-trusty-charms
Merge into: lp:~charmers/charms/bundles/mediawiki-scalable/bundle
Diff against target: 108 lines (+27/-26)
1 file modified
bundles.yaml (+27/-26)
To merge this branch: bzr merge lp:~johnsca/charms/bundles/mediawiki-scalable/use-trusty-charms
Reviewer Review Type Date Requested Status
Tim Van Steenburgh (community) Approve
Review via email: mp+272014@code.launchpad.net

Description of the change

Update charms to trusty and apply other fixes from MP#271876 (https://code.launchpad.net/~tvansteenburgh/charms/bundles/mediawiki/use-trusty-charms/+merge/271876) to resolve deploy errors

To post a comment you must log in.
Revision history for this message
Tim Van Steenburgh (tvansteenburgh) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bundles.yaml'
2--- bundles.yaml 2014-03-03 19:22:05 +0000
3+++ bundles.yaml 2015-09-22 17:53:40 +0000
4@@ -1,24 +1,25 @@
5 mediawiki-scalable:
6- series: precise
7- services:
8- mediawiki:
9- charm: "cs:precise/mediawiki-10"
10+ series: trusty
11+ services:
12+ mediawiki:
13+ charm: "cs:trusty/mediawiki-3"
14 num_units: 1
15- options:
16+ options:
17 debug: false
18 name: Please set name of wiki
19 skin: vector
20- annotations:
21+ annotations:
22 "gui-x": 618
23 "gui-y": -128
24- memcached:
25- charm: "cs:precise/memcached-7"
26+ memcached:
27+ charm: "cs:trusty/memcached-11"
28 num_units: 1
29- options:
30+ options:
31+ allow-ufw-ip6-softfail: true
32 "connection-limit": 1024
33- "disable-auto-cleanup": "no"
34- "disable-cas": "no"
35- "disable-large-pages": "no"
36+ "disable-auto-cleanup": false
37+ "disable-cas": false
38+ "disable-large-pages": false
39 "extra-options": ""
40 factor: 1.25
41 "min-item-size": -1
42@@ -29,13 +30,13 @@
43 "tcp-port": 11211
44 threads: -1
45 "udp-port": 0
46- annotations:
47+ annotations:
48 "gui-x": 926
49 "gui-y": -125
50- haproxy:
51- charm: "cs:precise/haproxy-19"
52+ haproxy:
53+ charm: "cs:trusty/haproxy-13"
54 num_units: 1
55- options:
56+ options:
57 default_log: global
58 default_mode: http
59 default_options: "httplog, dontlognull"
60@@ -58,13 +59,13 @@
61 package_status: install
62 services: "- service_name: haproxy_service\n service_host: \"0.0.0.0\"\n service_port: 80\n service_options: [balance leastconn]\n server_options: maxconn 100\n"
63 sysctl: ""
64- annotations:
65+ annotations:
66 "gui-x": 619
67 "gui-y": -406
68- mysql:
69- charm: "cs:precise/mysql-28"
70+ mysql:
71+ charm: "cs:trusty/mysql-28"
72 num_units: 1
73- options:
74+ options:
75 "binlog-format": MIXED
76 "block-size": 5
77 "dataset-size": "80%"
78@@ -79,13 +80,13 @@
79 "tuning-level": safest
80 vip_cidr: 24
81 vip_iface: eth0
82- annotations:
83+ annotations:
84 "gui-x": 926
85 "gui-y": 123
86- "mysql-slave":
87- charm: "cs:precise/mysql-28"
88+ "mysql-slave":
89+ charm: "cs:trusty/mysql-28"
90 num_units: 1
91- options:
92+ options:
93 "binlog-format": MIXED
94 "block-size": 5
95 "dataset-size": "80%"
96@@ -100,10 +101,10 @@
97 "tuning-level": safest
98 vip_cidr: 24
99 vip_iface: eth0
100- annotations:
101+ annotations:
102 "gui-x": 619
103 "gui-y": 124
104- relations:
105+ relations:
106 - - "mediawiki:cache"
107 - "memcached:cache"
108 - - "haproxy:reverseproxy"

Subscribers

People subscribed via source and target branches

to all changes: