Merge ~silverdrake11/landscape-bundles:new_postgres_with_no_pgbouncer into ~landscape/landscape-bundles:scalable-stable

Proposed by Kevin Nasto
Status: Needs review
Proposed branch: ~silverdrake11/landscape-bundles:new_postgres_with_no_pgbouncer
Merge into: ~landscape/landscape-bundles:scalable-stable
Diff against target: 34 lines (+11/-6)
1 file modified
bundle.yaml (+11/-6)
Reviewer Review Type Date Requested Status
Mitch Burton Approve
Review via email: mp+469497@code.launchpad.net

Commit message

Removed pgbouncer, added postgres plugins, updated ppa to 24.04

Description of the change

Manual testing instructions:

(Note this is the one with pgbouncer removed)

Make sure landscape server runs and new dashboard

Connect a client to it and make sure things look good

Take a look at the landscape logs and make sure no max connections errors

The postgres logs are here /var/snap/charmed-postgresql/common/var/log/postgresql

Try any tests to try to break things

To post a comment you must log in.
c7b5535... by Kevin Nasto

Added back postgresql relation

08c1b52... by Kevin Nasto

Fix bad rev

Revision history for this message
Mitch Burton (mitchburton) :
review: Approve

Unmerged commits

08c1b52... by Kevin Nasto

Fix bad rev

c7b5535... by Kevin Nasto

Added back postgresql relation

44aff91... by Kevin Nasto

Updated postgres charm but removed pgbouncer

ec35d0c... by Kevin Nasto

Fixed issues with charm bundle

b676f1e... by Kevin Nasto

Added pgbouncer, added postgres plugins, updated ppa to 24.04

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 9be28db..68ff865 100644
3--- a/bundle.yaml
4+++ b/bundle.yaml
5@@ -17,18 +17,23 @@ applications:
6 landscape-server:
7 charm: ch:landscape-server
8 channel: stable
9- revision: 107
10+ revision: 111
11 num_units: 1
12 constraints: mem=4096
13+ options:
14+ landscape_ppa: ppa:landscape/self-hosted-24.04
15 postgresql:
16 charm: ch:postgresql
17- channel: latest/stable
18- revision: 345
19+ channel: 14/stable
20+ revision: 429
21 num_units: 1
22 options:
23- extra_packages: python*-apt postgresql-contrib postgresql-.*-debversion postgresql-plpython.*
24- max_connections: 500
25- max_prepared_transactions: 500
26+ plugin_plpython3u_enable: true
27+ plugin_ltree_enable: true
28+ plugin_intarray_enable: true
29+ plugin_debversion_enable: true
30+ plugin_pg_trgm_enable: true
31+ experimental_max_connections: 500
32 constraints: mem=2048
33 rabbitmq-server:
34 charm: ch:rabbitmq-server

Subscribers

People subscribed via source and target branches

to all changes: