Merge lp:~hloeung/mojo/mojo-specs-add-content-cache-charm-testing into lp:mojo/mojo-specs

Proposed by Haw Loeung
Status: Merged
Approved by: Thomas Cuthbert
Approved revision: 134
Merged at revision: 133
Proposed branch: lp:~hloeung/mojo/mojo-specs-add-content-cache-charm-testing
Merge into: lp:mojo/mojo-specs
Diff against target: 36 lines (+26/-0)
2 files modified
charm-testing/content-cache/collect (+2/-0)
charm-testing/content-cache/deploy (+24/-0)
To merge this branch: bzr merge lp:~hloeung/mojo/mojo-specs-add-content-cache-charm-testing
Reviewer Review Type Date Requested Status
Mojo Maintainers Pending
Review via email: mp+364654@code.launchpad.net

Commit message

Add content-cache for charm testing

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.

134. By Haw Loeung

charm-testing/content-cache: Configure the content-cache charm

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

Change successfully merged at revision 133

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'charm-testing/content-cache'
2=== added file 'charm-testing/content-cache/collect'
3--- charm-testing/content-cache/collect 1970-01-01 00:00:00 +0000
4+++ charm-testing/content-cache/collect 2019-03-18 00:31:43 +0000
5@@ -0,0 +1,2 @@
6+content-cache cs:~hloeung/content-cache
7+nrpe cs:nrpe
8
9=== added file 'charm-testing/content-cache/deploy'
10--- charm-testing/content-cache/deploy 1970-01-01 00:00:00 +0000
11+++ charm-testing/content-cache/deploy 2019-03-18 00:31:43 +0000
12@@ -0,0 +1,24 @@
13+content-cache:
14+ series: bionic
15+ services:
16+ content-cache:
17+ charm: content-cache
18+ options: |
19+ archive.ubuntu.com:
20+ backends:
21+ - 91.189.88.149:80
22+ - 91.189.88.152:80
23+ www.ubuntu.com:
24+ backends:
25+ - 91.189.90.58:443
26+ backend-tls: True
27+ nrpe:
28+ charm: nrpe
29+ options:
30+ export_nagios_definitions: true
31+ sub_postfix: ""
32+ hostgroups: ci-content-cache-testing
33+ nagios_host_context: ci-content-cache-testing
34+ nagios_hostname_type: unit
35+ relations:
36+ - ['content-cache', 'nrpe']

Subscribers

People subscribed via source and target branches

to all changes: