Merge ~mthaddon/mojo/+git/mojo-specs:wordpress-k8s-charmtest into ~mojo-maintainers/mojo/+git/mojo-specs:master

Proposed by Tom Haddon
Status: Merged
Approved by: Tom Haddon
Approved revision: d02f3528cd05922af6c22b96a6e78ef42eb4ac38
Merged at revision: 7fbf28d261907a24593acc91ef64c2a09d5f825e
Proposed branch: ~mthaddon/mojo/+git/mojo-specs:wordpress-k8s-charmtest
Merge into: ~mojo-maintainers/mojo/+git/mojo-specs:master
Diff against target: 24 lines (+12/-0)
2 files modified
charm-testing/wordpress/bundle.yaml (+10/-0)
charm-testing/wordpress/manifest (+2/-0)
Reviewer Review Type Date Requested Status
Thomas Cuthbert (community) Approve
Review via email: mp+399417@code.launchpad.net

Commit message

Add charm testing stage for wordpress k8s as defined in the charm's README

Description of the change

Add charm testing stage for wordpress k8s as defined in the charm's README

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
Thomas Cuthbert (tcuthbert) wrote :

LGTM +1

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

Change successfully merged at revision 7fbf28d261907a24593acc91ef64c2a09d5f825e

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/charm-testing/wordpress/bundle.yaml b/charm-testing/wordpress/bundle.yaml
2new file mode 100644
3index 0000000..a74b123
4--- /dev/null
5+++ b/charm-testing/wordpress/bundle.yaml
6@@ -0,0 +1,10 @@
7+bundle: kubernetes
8+applications:
9+ mariadb:
10+ scale: 1
11+ charm: cs:~charmed-osm/mariadb-k8s
12+ wordpress:
13+ scale: 1
14+ charm: cs:~wordpress-charmers/wordpress
15+relations:
16+ - ["wordpress", "mariadb:mysql"]
17diff --git a/charm-testing/wordpress/manifest b/charm-testing/wordpress/manifest
18new file mode 100644
19index 0000000..d63d570
20--- /dev/null
21+++ b/charm-testing/wordpress/manifest
22@@ -0,0 +1,2 @@
23+bundle config=bundle.yaml
24+juju-check-wait

Subscribers

People subscribed via source and target branches

to all changes: