Set focal series in OSM bundle. 76/13376/2
authorPatricia Reinoso <patricia.reinoso@canonical.com>
Thu, 11 May 2023 14:02:35 +0000 (14:02 +0000)
committerbeierlm <mark.beierl@canonical.com>
Thu, 11 May 2023 19:32:40 +0000 (21:32 +0200)
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 <patricia.reinoso@canonical.com>
installers/charm/bundles/osm/bundle.yaml

index 1317a98..4d0777e 100644 (file)
@@ -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