X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fbundles%2Fosm-ha%2Fbundle.yaml;h=a4e84d31472d68fda384c52d842ae538d0015912;hb=81db82cd6d2cb2a1c4ea5d156f2ef9134c776bf7;hp=202ee2b74f7c218b457ea32f411b18daf11b6eba;hpb=53a09d8a21b6b4c2a3e17ce302c3aec4b220b040;p=osm%2Fdevops.git diff --git a/installers/charm/bundles/osm-ha/bundle.yaml b/installers/charm/bundles/osm-ha/bundle.yaml index 202ee2b7..a4e84d31 100644 --- a/installers/charm/bundles/osm-ha/bundle.yaml +++ b/installers/charm/bundles/osm-ha/bundle.yaml @@ -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** @@ -30,17 +31,18 @@ description: | - Availability of managed services applications: zookeeper: - charm: osm-zookeeper - channel: latest/edge + charm: zookeeper-k8s + channel: latest/stable scale: 3 - series: kubernetes storage: - database: 100M - options: - zookeeper-units: 3 - annotations: - gui-x: 0 - gui-y: 500 + data: 100M + kafka: + charm: kafka-k8s + channel: latest/stable + scale: 3 + trust: true + storage: + data: 100M mariadb: charm: charmed-osm-mariadb-k8s scale: 3 @@ -52,132 +54,95 @@ applications: root_password: osm4u user: mano ha-mode: true - annotations: - gui-x: -300 - gui-y: -250 - kafka: - charm: osm-kafka - channel: latest/edge - scale: 3 - series: kubernetes - storage: - database: 100M - options: - zookeeper-units: 3 - kafka-units: 3 - annotations: - gui-x: 0 - gui-y: 250 mongodb: charm: mongodb-k8s - channel: latest/stable + channel: 5/edge scale: 3 series: kubernetes storage: - db: 50M - annotations: - gui-x: 0 - gui-y: 0 + mongodb: 50M nbi: charm: osm-nbi - channel: latest/edge + channel: latest/beta + trust: true scale: 3 - series: kubernetes options: - database_commonkey: osm - auth_backend: keystone - log_level: DEBUG - annotations: - gui-x: 0 - gui-y: -250 + database-commonkey: osm + log-level: DEBUG + resources: + nbi-image: opensourcemano/nbi:testing-daily ro: charm: osm-ro - channel: latest/edge + channel: latest/beta + trust: true scale: 3 - series: kubernetes options: - log_level: DEBUG - annotations: - gui-x: -300 - gui-y: 250 + log-level: DEBUG + resources: + ro-image: opensourcemano/ro:testing-daily ng-ui: charm: osm-ng-ui - channel: latest/edge + channel: latest/beta + trust: true scale: 3 - series: kubernetes - annotations: - gui-x: 600 - gui-y: 0 + resources: + ng-ui-image: opensourcemano/ng-ui:testing-daily lcm: charm: osm-lcm - channel: latest/edge + channel: latest/beta scale: 3 - series: kubernetes options: - database_commonkey: osm - log_level: DEBUG - annotations: - gui-x: -300 - gui-y: 0 + database-commonkey: osm + log-level: DEBUG + resources: + lcm-image: opensourcemano/lcm:testing-daily mon: charm: osm-mon - channel: latest/edge + channel: latest/beta + trust: true scale: 1 - series: kubernetes options: - database_commonkey: osm - log_level: DEBUG - keystone_enabled: true - annotations: - gui-x: 300 - gui-y: 0 + database-commonkey: osm + log-level: DEBUG + keystone-enabled: true + resources: + mon-image: opensourcemano/mon:testing-daily pol: charm: osm-pol - channel: latest/edge + channel: latest/beta scale: 3 - series: kubernetes options: - log_level: DEBUG - annotations: - gui-x: -300 - gui-y: 500 - pla: - charm: osm-pla - channel: latest/edge + log-level: DEBUG + resources: + pol-image: opensourcemano/pol:testing-daily + vca: + charm: osm-vca-integrator + channel: latest/beta + scale: 1 + ingress: + charm: nginx-ingress-integrator + channel: latest/stable scale: 3 - series: kubernetes - options: - log_level: DEBUG - annotations: - gui-x: 600 - gui-y: -250 prometheus: charm: osm-prometheus - channel: latest/edge + channel: latest/stable scale: 1 series: kubernetes storage: data: 50M options: default-target: "mon:8000" - annotations: - gui-x: 300 - gui-y: 250 grafana: charm: osm-grafana - channel: latest/edge + channel: latest/stable scale: 3 series: kubernetes - annotations: - gui-x: 300 - gui-y: 500 keystone: charm: osm-keystone - channel: latest/edge + channel: latest/beta scale: 1 - annotations: - gui-x: 300 - gui-y: -250 + resources: + keystone-image: opensourcemano/keystone:testing-daily relations: - - grafana:prometheus - prometheus:prometheus @@ -189,6 +154,8 @@ relations: - kafka:kafka - - lcm:mongodb - mongodb:database + - - lcm:vca + - vca:vca - - ro:ro - lcm:ro - - ro:kafka @@ -203,14 +170,14 @@ relations: - mongodb:database - - mon:kafka - kafka:kafka - - - pla:kafka - - kafka:kafka - - - pla:mongodb - - mongodb:database + - - mon:vca + - vca:vca - - nbi:mongodb - mongodb:database - - nbi:kafka - kafka:kafka + - - nbi:ingress + - ingress:ingress - - nbi:prometheus - prometheus:prometheus - - nbi:keystone @@ -219,6 +186,8 @@ relations: - prometheus:prometheus - - ng-ui:nbi - nbi:nbi + - - ng-ui:ingress + - ingress:ingress - - mon:keystone - keystone:keystone - - mariadb:mysql