Update osm bundles to cs:osm-66 and cs:osm-ha-51 82/10982/2
authorDavid Garcia <david.garcia@canonical.com>
Thu, 10 Jun 2021 10:29:52 +0000 (12:29 +0200)
committerDavid Garcia <david.garcia@canonical.com>
Mon, 14 Jun 2021 11:36:01 +0000 (13:36 +0200)
Change-Id: Ie0b411d15c8b727fda2603ab0576ee46d80cb54d
Signed-off-by: David Garcia <david.garcia@canonical.com>
installers/charm/bundles/osm-ha/bundle.yaml
installers/charm/bundles/osm/bundle.yaml
installers/charmed_install.sh

index f142562..f48bae2 100644 (file)
@@ -83,7 +83,7 @@ applications:
       gui-x: 0
       gui-y: 0
   nbi:
-    charm: "cs:~charmed-osm/nbi-11"
+    charm: "cs:~charmed-osm/nbi-12"
     scale: 3
     series: kubernetes
     options:
@@ -103,14 +103,14 @@ applications:
       gui-x: -300
       gui-y: 250
   ng-ui:
-    charm: "cs:~charmed-osm/ng-ui-20"
+    charm: "cs:~charmed-osm/ng-ui-21"
     scale: 3
     series: kubernetes
     annotations:
       gui-x: 600
       gui-y: 0
   lcm:
-    charm: "cs:~charmed-osm/lcm-7"
+    charm: "cs:~charmed-osm/lcm-8"
     scale: 3
     series: kubernetes
     options:
@@ -149,7 +149,7 @@ applications:
       gui-x: 600
       gui-y: -250
   prometheus:
-    charm: "cs:~charmed-osm/prometheus-3"
+    charm: "cs:~charmed-osm/prometheus-4"
     scale: 1
     series: kubernetes
     storage:
@@ -160,14 +160,14 @@ applications:
       gui-x: 300
       gui-y: 250
   grafana:
-    charm: "cs:~charmed-osm/grafana-3"
+    charm: "cs:~charmed-osm/grafana-4"
     scale: 3
     series: kubernetes
     annotations:
       gui-x: 300
       gui-y: 500
   keystone:
-    charm: "cs:~charmed-osm/keystone-8"
+    charm: "cs:~charmed-osm/keystone-9"
     scale: 1
     series: kubernetes
     annotations:
index 2e7896e..c6ba49e 100644 (file)
@@ -76,7 +76,7 @@ applications:
       gui-x: 0
       gui-y: 0
   nbi:
-    charm: "cs:~charmed-osm/nbi-11"
+    charm: "cs:~charmed-osm/nbi-12"
     scale: 1
     series: kubernetes
     options:
@@ -96,14 +96,14 @@ applications:
       gui-x: -300
       gui-y: 250
   ng-ui:
-    charm: "cs:~charmed-osm/ng-ui-20"
+    charm: "cs:~charmed-osm/ng-ui-21"
     scale: 1
     series: kubernetes
     annotations:
       gui-x: 600
       gui-y: 0
   lcm:
-    charm: "cs:~charmed-osm/lcm-7"
+    charm: "cs:~charmed-osm/lcm-8"
     scale: 1
     series: kubernetes
     options:
@@ -142,7 +142,7 @@ applications:
       gui-x: 600
       gui-y: -250
   prometheus:
-    charm: "cs:~charmed-osm/prometheus-3"
+    charm: "cs:~charmed-osm/prometheus-4"
     scale: 1
     series: kubernetes
     storage:
@@ -153,14 +153,14 @@ applications:
       gui-x: 300
       gui-y: 250
   grafana:
-    charm: "cs:~charmed-osm/grafana-3"
+    charm: "cs:~charmed-osm/grafana-4"
     scale: 1
     series: kubernetes
     annotations:
       gui-x: 300
       gui-y: 500
   keystone:
-    charm: "cs:~charmed-osm/keystone-8"
+    charm: "cs:~charmed-osm/keystone-9"
     scale: 1
     series: kubernetes
     annotations:
index 8a51708..a011ef1 100755 (executable)
@@ -25,8 +25,8 @@ PATH=/snap/bin:${PATH}
 
 MODEL_NAME=osm
 
-OSM_BUNDLE=cs:osm-64
-OSM_HA_BUNDLE=cs:osm-ha-49
+OSM_BUNDLE=cs:osm-66
+OSM_HA_BUNDLE=cs:osm-ha-51
 TAG=testing-daily
 
 function check_arguments(){