From: Patricia Reinoso Date: Thu, 11 May 2023 14:02:35 +0000 (+0000) Subject: Set focal series in OSM bundle. X-Git-Tag: release-v14.0-start~58 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F76%2F13376%2F2;p=osm%2Fdevops.git 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 --- 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