Release 13 Preparation 68/12768/3
authorMark Beierl <mark.beierl@canonical.com>
Wed, 7 Dec 2022 15:03:59 +0000 (10:03 -0500)
committerbeierlm <mark.beierl@canonical.com>
Wed, 7 Dec 2022 16:53:35 +0000 (17:53 +0100)
Update charmed installed to follow v13.0 track

Change-Id: If696021b4d2f936a423f30531a869f3ddac2d815
Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
installers/charm/bundles/osm-ha/bundle.yaml
installers/charm/bundles/osm/bundle.yaml
installers/charmed_install.sh

index 166cb00..0469c19 100644 (file)
@@ -62,7 +62,7 @@ applications:
       db: 50M
   nbi:
     charm: osm-nbi
-    channel: latest/beta
+    channel: v13.0/stable
     trust: true
     scale: 3
     options:
@@ -72,7 +72,7 @@ applications:
       nbi-image: opensourcemano/nbi:testing-daily
   ro:
     charm: osm-ro
-    channel: latest/beta
+    channel: v13.0/stable
     trust: true
     scale: 3
     options:
@@ -81,14 +81,14 @@ applications:
       ro-image: opensourcemano/ro:testing-daily
   ng-ui:
     charm: osm-ng-ui
-    channel: latest/beta
+    channel: v13.0/stable
     trust: true
     scale: 3
     resources:
       ng-ui-image: opensourcemano/ng-ui:testing-daily
   lcm:
     charm: osm-lcm
-    channel: latest/beta
+    channel: v13.0/stable
     scale: 3
     options:
       database-commonkey: osm
@@ -97,7 +97,7 @@ applications:
       lcm-image: opensourcemano/lcm:testing-daily
   mon:
     charm: osm-mon
-    channel: latest/beta
+    channel: v13.0/stable
     trust: true
     scale: 1
     options:
@@ -108,7 +108,7 @@ applications:
       mon-image: opensourcemano/mon:testing-daily
   pol:
     charm: osm-pol
-    channel: latest/beta
+    channel: v13.0/stable
     scale: 3
     options:
       log-level: DEBUG
@@ -116,7 +116,7 @@ applications:
       pol-image: opensourcemano/pol:testing-daily
   vca:
     charm: osm-vca-integrator
-    channel: latest/beta
+    channel: v13.0/stable
     scale: 1
   ingress:
     charm: nginx-ingress-integrator
index 64e73cd..c0e5b58 100644 (file)
@@ -60,7 +60,7 @@ applications:
       db: 50M
   nbi:
     charm: osm-nbi
-    channel: latest/beta
+    channel: v13.0/stable
     trust: true
     scale: 1
     options:
@@ -70,7 +70,7 @@ applications:
       nbi-image: opensourcemano/nbi:testing-daily
   ro:
     charm: osm-ro
-    channel: latest/beta
+    channel: v13.0/stable
     trust: true
     scale: 1
     options:
@@ -79,14 +79,14 @@ applications:
       ro-image: opensourcemano/ro:testing-daily
   ng-ui:
     charm: osm-ng-ui
-    channel: latest/beta
+    channel: v13.0/stable
     trust: true
     scale: 1
     resources:
       ng-ui-image: opensourcemano/ng-ui:testing-daily
   lcm:
     charm: osm-lcm
-    channel: latest/beta
+    channel: v13.0/stable
     scale: 1
     options:
       database-commonkey: osm
@@ -95,7 +95,7 @@ applications:
       lcm-image: opensourcemano/lcm:testing-daily
   mon:
     charm: osm-mon
-    channel: latest/beta
+    channel: v13.0/stable
     trust: true
     scale: 1
     options:
@@ -106,7 +106,7 @@ applications:
       mon-image: opensourcemano/mon:testing-daily
   pol:
     charm: osm-pol
-    channel: latest/beta
+    channel: v13.0/stable
     scale: 1
     options:
       log-level: DEBUG
@@ -114,7 +114,7 @@ applications:
       pol-image: opensourcemano/pol:testing-daily
   vca:
     charm: osm-vca-integrator
-    channel: latest/beta
+    channel: v13.0/stable
     scale: 1
   ingress:
     charm: nginx-ingress-integrator
index 59c4397..20c3c9d 100755 (executable)
@@ -21,7 +21,7 @@ JUJU_AGENT_VERSION=2.9.34
 K8S_CLOUD_NAME="k8s-cloud"
 KUBECTL="microk8s.kubectl"
 MICROK8S_VERSION=1.23
-OSMCLIENT_VERSION=latest
+OSMCLIENT_VERSION=v13.0
 IMAGES_OVERLAY_FILE=~/.osm/images-overlay.yaml
 PASSWORD_OVERLAY_FILE=~/.osm/password-overlay.yaml
 PATH=/snap/bin:${PATH}
@@ -44,7 +44,7 @@ MODEL_NAME=osm
 
 OSM_BUNDLE=ch:osm
 OSM_HA_BUNDLE=ch:osm-ha
-CHARMHUB_CHANNEL=latest/beta
+CHARMHUB_CHANNEL=v13.0/stable
 unset TAG
 
 function check_arguments(){