X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fbundles%2Fosm%2Fbundle.yaml;h=e2c336d2cb332500989a33777cc143be9404bb2b;hb=refs%2Fchanges%2F86%2F13286%2F3;hp=64e73cd9bd67fb9f355574f28b084f0d78b5480d;hpb=58ac3a531199520059e182b67571708048220ab6;p=osm%2Fdevops.git diff --git a/installers/charm/bundles/osm/bundle.yaml b/installers/charm/bundles/osm/bundle.yaml index 64e73cd9..e2c336d2 100644 --- a/installers/charm/bundles/osm/bundle.yaml +++ b/installers/charm/bundles/osm/bundle.yaml @@ -13,6 +13,7 @@ # limitations under the License. name: osm bundle: kubernetes +docs: https://discourse.charmhub.io/t/osm-docs-index/8806 description: | **Single instance Charmed OSM** @@ -53,14 +54,15 @@ applications: user: mano mongodb: charm: mongodb-k8s - channel: latest/stable + channel: latest/edge scale: 1 series: kubernetes storage: db: 50M nbi: charm: osm-nbi - channel: latest/beta + channel: latest/edge/paas + series: focal trust: true scale: 1 options: @@ -86,7 +88,8 @@ applications: ng-ui-image: opensourcemano/ng-ui:testing-daily lcm: charm: osm-lcm - channel: latest/beta + channel: latest/edge/paas + series: focal scale: 1 options: database-commonkey: osm @@ -140,6 +143,13 @@ applications: scale: 1 resources: keystone-image: opensourcemano/keystone:testing-daily + temporal: + charm: osm-temporal + channel: latest/edge + series: focal + scale: 1 + resources: + temporal-server-image: temporalio/auto-setup:1.20.0 relations: - - grafana:prometheus - prometheus:prometheus @@ -179,6 +189,8 @@ relations: - prometheus:prometheus - - nbi:keystone - keystone:keystone + - - nbi:temporal + - temporal:temporal - - mon:prometheus - prometheus:prometheus - - ng-ui:nbi @@ -191,3 +203,5 @@ relations: - pol:mysql - - grafana:db - mariadb:mysql + - - temporal:db + - mariadb:mysql