X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fbundles%2Fosm%2Fbundle.yaml;h=b2db446c678d7f9868ba791ecd207aa166e293a0;hb=HEAD;hp=9f6023c4bc911c599537aa22b4ecb63caf8fa8fd;hpb=d8b4673088b0a120e3e6a2dcdafd40aee8799662;p=osm%2Fdevops.git diff --git a/installers/charm/bundles/osm/bundle.yaml b/installers/charm/bundles/osm/bundle.yaml index 9f6023c4..b2db446c 100644 --- a/installers/charm/bundles/osm/bundle.yaml +++ b/installers/charm/bundles/osm/bundle.yaml @@ -123,15 +123,19 @@ applications: channel: latest/stable scale: 1 prometheus: - charm: prometheus-k8s - channel: latest/edge + charm: osm-prometheus + channel: latest/stable scale: 1 + series: kubernetes storage: - database: 50M + data: 50M + options: + default-target: "mon:8000" grafana: - charm: grafana-k8s - channel: latest/edge + charm: osm-grafana + channel: latest/stable scale: 1 + series: kubernetes keystone: charm: osm-keystone channel: latest/beta @@ -139,6 +143,8 @@ applications: resources: keystone-image: opensourcemano/keystone:testing-daily relations: + - - grafana:prometheus + - prometheus:prometheus - - kafka:zookeeper - zookeeper:zookeeper - - keystone:db @@ -171,10 +177,12 @@ relations: - kafka:kafka - - nbi:ingress - ingress:ingress + - - nbi:prometheus + - prometheus:prometheus - - nbi:keystone - keystone:keystone - - - mon:metrics-endpoint - - prometheus:metrics-endpoint + - - mon:prometheus + - prometheus:prometheus - - ng-ui:nbi - nbi:nbi - - ng-ui:ingress @@ -183,4 +191,5 @@ relations: - keystone:keystone - - mariadb:mysql - pol:mysql - + - - grafana:db + - mariadb:mysql