Fixes bug 2285: MTU Issue
[osm/devops.git] / installers / charm / bundles / osm / bundle.yaml
index f9fc6b9..9f6023c 100644 (file)
@@ -13,6 +13,8 @@
 #     limitations under the License.
 name: osm
 bundle: kubernetes
+docs: https://discourse.charmhub.io/t/osm-docs-index/8806
+issues: https://osm.etsi.org/bugzilla/
 description: |
   **Single instance Charmed OSM**
 
@@ -21,7 +23,7 @@ description: |
   to the development stack for OSM and allows you to deploy a single instance OSM bundle
   that is fast, reliable, and a complete solution with MicroStack and MicroK8s.
 
-  - Industryaligned and fully compliant with upstream
+  - Industry-aligned and fully compliant with upstream
   - Predictable release cadence and upgrade path
   - Simplified deployments and operations
   - Stable and secure
@@ -53,11 +55,11 @@ applications:
       user: mano
   mongodb:
     charm: mongodb-k8s
-    channel: latest/stable
+    channel: 5/edge
     scale: 1
     series: kubernetes
     storage:
-      db: 50M
+      mongodb: 50M
   nbi:
     charm: osm-nbi
     channel: latest/beta
@@ -120,38 +122,23 @@ applications:
     charm: nginx-ingress-integrator
     channel: latest/stable
     scale: 1
-  pla:
-    charm: osm-pla
-    channel: latest/stable
-    scale: 1
-    series: kubernetes
-    options:
-      log_level: DEBUG
-    resources:
-      image: opensourcemano/pla:testing-daily
   prometheus:
-    charm: osm-prometheus
-    channel: latest/stable
+    charm: prometheus-k8s
+    channel: latest/edge
     scale: 1
-    series: kubernetes
     storage:
-      data: 50M
-    options:
-      default-target: "mon:8000"
+      database: 50M
   grafana:
-    charm: osm-grafana
-    channel: latest/stable
+    charm: grafana-k8s
+    channel: latest/edge
     scale: 1
-    series: kubernetes
   keystone:
     charm: osm-keystone
-    channel: latest/stable
+    channel: latest/beta
     scale: 1
     resources:
       keystone-image: opensourcemano/keystone:testing-daily
 relations:
-  - - grafana:prometheus
-    - prometheus:prometheus
   - - kafka:zookeeper
     - zookeeper:zookeeper
   - - keystone:db
@@ -178,22 +165,16 @@ relations:
     - kafka:kafka
   - - mon:vca
     - vca:vca
-  - - pla:kafka
-    - kafka:kafka
-  - - pla:mongodb
-    - mongodb:database
   - - nbi:mongodb
     - mongodb:database
   - - nbi:kafka
     - kafka:kafka
   - - nbi:ingress
     - ingress:ingress
-  - - nbi:prometheus
-    - prometheus:prometheus
   - - nbi:keystone
     - keystone:keystone
-  - - mon:prometheus
-    - prometheus:prometheus
+  - - mon:metrics-endpoint
+    - prometheus:metrics-endpoint
   - - ng-ui:nbi
     - nbi:nbi
   - - ng-ui:ingress
@@ -202,5 +183,4 @@ relations:
     - keystone:keystone
   - - mariadb:mysql
     - pol:mysql
-  - - grafana:db
-    - mariadb:mysql
+