Update osm bundles to cs:osm-67 and cs:osm-ha-52 23/11023/3
authorDavid Garcia <david.garcia@canonical.com>
Thu, 17 Jun 2021 13:55:30 +0000 (15:55 +0200)
committerbeierlm <mark.beierl@canonical.com>
Tue, 22 Jun 2021 02:28:27 +0000 (04:28 +0200)
The updated bundles contain these patches:
 - https://osm.etsi.org/gerrit/#/c/osm/devops/+/11022
 - https://osm.etsi.org/gerrit/#/c/osm/devops/+/11019
 - https://osm.etsi.org/gerrit/#/c/osm/devops/+/11015

Change-Id: Ib361f6b7f43bd24be6c6476b6f012b519c32e5cb
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 f48bae2..2d49421 100644 (file)
@@ -167,7 +167,7 @@ applications:
       gui-x: 300
       gui-y: 500
   keystone:
-    charm: "cs:~charmed-osm/keystone-9"
+    charm: "cs:~charmed-osm/keystone-10"
     scale: 1
     series: kubernetes
     annotations:
index c6ba49e..92e2aca 100644 (file)
@@ -160,7 +160,7 @@ applications:
       gui-x: 300
       gui-y: 500
   keystone:
-    charm: "cs:~charmed-osm/keystone-9"
+    charm: "cs:~charmed-osm/keystone-10"
     scale: 1
     series: kubernetes
     annotations:
index a011ef1..770dd6e 100755 (executable)
@@ -25,8 +25,8 @@ PATH=/snap/bin:${PATH}
 
 MODEL_NAME=osm
 
-OSM_BUNDLE=cs:osm-66
-OSM_HA_BUNDLE=cs:osm-ha-51
+OSM_BUNDLE=cs:osm-67
+OSM_HA_BUNDLE=cs:osm-ha-52
 TAG=testing-daily
 
 function check_arguments(){