Merge ~mthaddon/mojo/+git/mojo-specs:remove-canonical-livepatch into ~mojo-maintainers/mojo/+git/mojo-specs:master

Proposed by Tom Haddon
Status: Merged
Approved by: Nick Moffitt
Approved revision: 0d5f1c55cc95db88f32d9496db80b6c426bd30e8
Merged at revision: 645d8db20a1c482c095906d7162661b2f1e40fb8
Proposed branch: ~mthaddon/mojo/+git/mojo-specs:remove-canonical-livepatch
Merge into: ~mojo-maintainers/mojo/+git/mojo-specs:master
Diff against target: 40 lines (+0/-7)
1 file modified
dev/null (+0/-7)
Reviewer Review Type Date Requested Status
Mojo Maintainers Pending
Review via email: mp+397984@code.launchpad.net

Commit message

Remove canonical-livepatch charm-testing stage - duplicate of livepatch

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 :

Change successfully merged at revision 645d8db20a1c482c095906d7162661b2f1e40fb8

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/charm-testing/canonical-livepatch/deploy b/charm-testing/canonical-livepatch/deploy
0deleted file mode 1006440deleted file mode 100644
index e278477..0000000
--- a/charm-testing/canonical-livepatch/deploy
+++ /dev/null
@@ -1,21 +0,0 @@
1ubuntu:
2 series: {{series}}
3 services:
4 ubuntu:
5 charm: ubuntu
6 canonical-livepatch:
7 charm: canonical-livepatch
8 options:
9 livepatch_key: include-file://{{local_dir}}/canonical-is-livepatch.key
10 nrpe:
11 charm: nrpe
12 options:
13 nagios_master: nagios1.internal
14{%- if series != "trusty" %}
15 procs: '-w 200 -c 250 -k'
16 swap: '-w 90% -c 75% -n ok'
17{%- endif %}
18 relations:
19 - ["ubuntu", "nrpe"]
20 - ["ubuntu", "canonical-livepatch"]
21 - ["canonical-livepatch", "nrpe"]
diff --git a/charm-testing/canonical-livepatch/pre-deploy b/charm-testing/canonical-livepatch/pre-deploy
22deleted file mode 1007550deleted file mode 100755
index 4e84792..0000000
--- a/charm-testing/canonical-livepatch/pre-deploy
+++ /dev/null
@@ -1,7 +0,0 @@
1#!/bin/bash
2
3# If we don't have a secrets file, just copy the deploy file to deploy-secrets
4if [ ! -f ${MOJO_LOCAL_DIR}/deploy-secrets ]; then
5 echo "Copying ${MOJO_SPEC_DIR}/charm-testing/canonical-livepatch/deploy to ${MOJO_LOCAL_DIR}/deploy-secrets"
6 cp ${MOJO_SPEC_DIR}/charm-testing/canonical-livepatch/deploy ${MOJO_LOCAL_DIR}/deploy-secrets
7fi

Subscribers

People subscribed via source and target branches

to all changes: