Merge lp:~alejdg/mojo/mojo-specs into lp:mojo/mojo-specs

Proposed by Alexandre Gomes
Status: Merged
Approved by: Ryan Finnie
Approved revision: no longer in the source branch.
Merged at revision: 126
Proposed branch: lp:~alejdg/mojo/mojo-specs
Merge into: lp:mojo/mojo-specs
Diff against target: 42 lines (+20/-0)
2 files modified
charm-testing/ubuntu-repository-cache/collect (+1/-0)
charm-testing/ubuntu-repository-cache/deploy (+19/-0)
To merge this branch: bzr merge lp:~alejdg/mojo/mojo-specs
Reviewer Review Type Date Requested Status
Mojo Maintainers Pending
Review via email: mp+354976@code.launchpad.net

Commit message

Update ubuntu-repository-cache charm testing spec

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Unable to determine commit message from repository - please click "Set commit message" and enter the commit message manually.

Revision history for this message
Ryan Finnie (fo0bar) wrote :

See comments below

Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 126

lp:~alejdg/mojo/mojo-specs updated
126. By Alexandre Gomes

Update ubuntu-repository-cache charm testing spec

Reviewed-on: https://code.launchpad.net/~alejdg/mojo/mojo-specs/+merge/354976
Reviewed-by: Ryan Finnie <email address hidden>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'charm-testing/ubuntu-repository-cache/collect'
2--- charm-testing/ubuntu-repository-cache/collect 2018-09-06 20:48:55 +0000
3+++ charm-testing/ubuntu-repository-cache/collect 2018-09-14 23:04:42 +0000
4@@ -1,2 +1,3 @@
5 ubuntu-repository-cache lp:ubuntu-repository-cache
6 nrpe cs:nrpe
7+haproxy cs:haproxy
8\ No newline at end of file
9
10=== modified file 'charm-testing/ubuntu-repository-cache/deploy'
11--- charm-testing/ubuntu-repository-cache/deploy 2018-09-06 20:48:55 +0000
12+++ charm-testing/ubuntu-repository-cache/deploy 2018-09-14 23:04:42 +0000
13@@ -1,10 +1,29 @@
14+{%- set stage_dir = spec_dir + "/" + stage %}
15+
16 ubuntu-repository-cache:
17 series: {{series}}
18 services:
19 ubuntu-repository-cache:
20 charm: ubuntu-repository-cache
21 series: {{series}}
22+ options:
23+ mirror-series: {{series}}
24+ squid_snmp: True
25+ sync-on-start: True
26 nrpe:
27 charm: nrpe
28+ haproxy:
29+ charm: haproxy
30+ num_units: 1
31+ expose: True
32+ options:
33+ default_mode: tcp
34+ package_status: install
35+ enable_monitoring: True
36+ ssl_cert: DEFAULT
37+ ssl_key: ""
38+ services: include-file://{{stage_dir}}/haproxy-services.yaml
39 relations:
40 - ['ubuntu-repository-cache:nrpe-external-master', 'nrpe:nrpe-external-master']
41+ - ['haproxy:reverseproxy', 'ubuntu-repository-cache:website']
42+ - ["nrpe:nrpe-external-master", "haproxy:nrpe-external-master"]

Subscribers

People subscribed via source and target branches

to all changes: