Merge ~spencerrunde/landscape-bundles:revert-scalable-stable-update into landscape-bundles:scalable-stable

Proposed by Spencer Runde
Status: Merged
Merged at revision: d73244df6d18d6c723a20c5609ab94e54703f05a
Proposed branch: ~spencerrunde/landscape-bundles:revert-scalable-stable-update
Merge into: landscape-bundles:scalable-stable
Diff against target: 39 lines (+9/-7)
1 file modified
bundle.yaml (+9/-7)
Reviewer Review Type Date Requested Status
Landscape Pending
Review via email: mp+465883@code.launchpad.net

Commit message

Revert "Updated stable bundle to latest revision most notable postgres (options not supported)"

This reverts commit 5f5c72f6d7f5171e6be6ba52d1d775bde054b58a.

Description of the change

Although the bundle deploys fine, we've discovered that some Postgres issues crop up after the containers restart. Landscape eventually goes down and we get 503s at the proxy.

We'll revert for now so that we can look into a fix (likely additional postgres config).

To post a comment you must log in.

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 4ca2a29..6742acc 100644
3--- a/bundle.yaml
4+++ b/bundle.yaml
5@@ -5,7 +5,7 @@ docs: https://discourse.charmhub.io/t/landscape-charm-bundles/10638
6 applications:
7 haproxy:
8 charm: ch:haproxy
9- channel: latest/stable
10+ channel: stable
11 revision: 75
12 num_units: 1
13 expose: true
14@@ -16,17 +16,19 @@ applications:
15 ssl_cert: SELFSIGNED
16 landscape-server:
17 charm: ch:landscape-server
18- channel: latest/stable
19- revision: 111
20+ channel: stable
21+ revision: 107
22 num_units: 1
23 constraints: mem=4096
24- options:
25- landscape_ppa: ppa:landscape/self-hosted-24.04
26 postgresql:
27 charm: ch:postgresql
28- channel: 14/stable
29- revision: 363
30+ channel: latest/stable
31+ revision: 345
32 num_units: 1
33+ options:
34+ extra_packages: python*-apt postgresql-contrib postgresql-.*-debversion postgresql-plpython.*
35+ max_connections: 500
36+ max_prepared_transactions: 500
37 constraints: mem=2048
38 rabbitmq-server:
39 charm: ch:rabbitmq-server

Subscribers

People subscribed via source and target branches

to all changes: