From 4e8024f71bb6651a447f100c1c0fbd5081ae79f5 Mon Sep 17 00:00:00 2001 From: Patricia Reinoso Date: Thu, 11 May 2023 14:02:35 +0000 Subject: [PATCH] Set focal series in OSM bundle. Even if model-config 'default-series' is 'focal' juju pulls the 'jammy' series for OSM charms that's why we need to explicitly specify the series. Change-Id: I4b2024f92f33817771cb40305d979213d7546af5 Signed-off-by: Patricia Reinoso --- installers/charm/bundles/osm/bundle.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/installers/charm/bundles/osm/bundle.yaml b/installers/charm/bundles/osm/bundle.yaml index 1317a98b..4d0777ec 100644 --- a/installers/charm/bundles/osm/bundle.yaml +++ b/installers/charm/bundles/osm/bundle.yaml @@ -54,7 +54,7 @@ applications: user: mano mongodb: charm: mongodb-k8s - channel: latest/edge + channel: 5/edge scale: 1 series: kubernetes storage: @@ -62,6 +62,7 @@ applications: nbi: charm: osm-nbi channel: latest/beta + series: focal trust: true scale: 1 options: @@ -72,6 +73,7 @@ applications: ro: charm: osm-ro channel: latest/beta + series: focal trust: true scale: 1 options: @@ -81,6 +83,7 @@ applications: ng-ui: charm: osm-ng-ui channel: latest/beta + series: focal trust: true scale: 1 resources: @@ -88,6 +91,7 @@ applications: lcm: charm: osm-lcm channel: latest/beta + series: focal scale: 1 options: database-commonkey: osm @@ -97,6 +101,7 @@ applications: mon: charm: osm-mon channel: latest/beta + series: focal trust: true scale: 1 options: @@ -108,6 +113,7 @@ applications: pol: charm: osm-pol channel: latest/beta + series: focal scale: 1 options: log-level: DEBUG @@ -116,6 +122,7 @@ applications: vca: charm: osm-vca-integrator channel: latest/beta + series: focal scale: 1 ingress: charm: nginx-ingress-integrator -- 2.25.1