Fix mongodb 5/stable charm
[osm/devops.git] / installers / charm / bundles / osm-ha / bundle.yaml
index 7d1a446..a4e84d3 100644 (file)
@@ -13,6 +13,7 @@
 #     limitations under the License.
 name: osm-ha
 bundle: kubernetes
+docs: https://discourse.charmhub.io/t/osm-docs-index/8806
 description: |
   **A high-available Charmed OSM cluster**
 
@@ -55,11 +56,11 @@ applications:
       ha-mode: true
   mongodb:
     charm: mongodb-k8s
-    channel: latest/stable
+    channel: 5/edge
     scale: 3
     series: kubernetes
     storage:
-      db: 50M
+      mongodb: 50M
   nbi:
     charm: osm-nbi
     channel: latest/beta
@@ -122,15 +123,6 @@ applications:
     charm: nginx-ingress-integrator
     channel: latest/stable
     scale: 3
-  pla:
-    charm: osm-pla
-    channel: latest/stable
-    scale: 3
-    series: kubernetes
-    options:
-      log_level: DEBUG
-    resources:
-      image: opensourcemano/pla:testing-daily
   prometheus:
     charm: osm-prometheus
     channel: latest/stable
@@ -147,7 +139,7 @@ applications:
     series: kubernetes
   keystone:
     charm: osm-keystone
-    channel: latest/stable
+    channel: latest/beta
     scale: 1
     resources:
       keystone-image: opensourcemano/keystone:testing-daily
@@ -180,10 +172,6 @@ relations:
     - kafka:kafka
   - - mon:vca
     - vca:vca
-  - - pla:kafka
-    - kafka:kafka
-  - - pla:mongodb
-    - mongodb:database
   - - nbi:mongodb
     - mongodb:database
   - - nbi:kafka