Merge ~silverdrake11/landscape-charm:update_bundle into landscape-charm:main

Proposed by Kevin Nasto
Status: Merged
Merged at revision: f6c4b7d65ce106585a269787a1ad3f99fc03ac07
Proposed branch: ~silverdrake11/landscape-charm:update_bundle
Merge into: landscape-charm:main
Diff against target: 32 lines (+4/-8)
1 file modified
bundle.yaml (+4/-8)
Reviewer Review Type Date Requested Status
Mitch Burton Approve
Review via email: mp+442274@code.launchpad.net

Commit message

Update dev bundle to use bleeding edge postgres and rabbitmq charms

To post a comment you must log in.
Revision history for this message
Mitch Burton (mitchburton) wrote :

+1 LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/bundle.yaml b/bundle.yaml
2index 0e7f386..528acc1 100644
3--- a/bundle.yaml
4+++ b/bundle.yaml
5@@ -1,15 +1,12 @@
6-description: Landscape Scalable
7+description: Landscape Scalable Dev
8+series: jammy
9 applications:
10 postgresql:
11- series: focal
12+ channel: 14/edge
13 charm: ch:postgresql
14 num_units: 1
15- options:
16- extra_packages: python3-apt postgresql-contrib postgresql-.*-debversion postgresql-plpython3-*
17- max_connections: 500
18- max_prepared_transactions: 500
19 rabbitmq-server:
20- series: focal
21+ channel: latest/edge
22 charm: ch:rabbitmq-server
23 num_units: 1
24 haproxy:
25@@ -23,7 +20,6 @@ applications:
26 ssl_cert: SELFSIGNED
27 global_default_bind_options: "no-tlsv10"
28 landscape-server:
29- series: jammy
30 charm: ./landscape-server_ubuntu-22.04-amd64-arm64_ubuntu-20.04-amd64-arm64.charm
31 num_units: 1
32 relations:

Subscribers

People subscribed via source and target branches

to all changes: