X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fbundles%2Fosm%2Fbundle.yaml;h=4718b919fd3c2662fe2d26bb8d52dd7ff801f3d0;hb=a86e06186fc2688599647603068cecbee712c800;hp=64e73cd9bd67fb9f355574f28b084f0d78b5480d;hpb=c3b743fef37b15333203d81f464a474199d18e1e;p=osm%2Fdevops.git diff --git a/installers/charm/bundles/osm/bundle.yaml b/installers/charm/bundles/osm/bundle.yaml index 64e73cd9..4718b919 100644 --- a/installers/charm/bundles/osm/bundle.yaml +++ b/installers/charm/bundles/osm/bundle.yaml @@ -60,7 +60,8 @@ applications: db: 50M nbi: charm: osm-nbi - channel: latest/beta + channel: latest/edge/paas + series: focal trust: true scale: 1 options: @@ -86,7 +87,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 +142,13 @@ applications: scale: 1 resources: keystone-image: opensourcemano/keystone:testing-daily + temporal: + charm: osm-temporal + channel: latest/edge/paas + series: focal + scale: 1 + resources: + temporal-server-image: temporalio/auto-setup:1.19.0 relations: - - grafana:prometheus - prometheus:prometheus @@ -179,6 +188,8 @@ relations: - prometheus:prometheus - - nbi:keystone - keystone:keystone + - - nbi:temporal + - temporal:temporal - - mon:prometheus - prometheus:prometheus - - ng-ui:nbi @@ -191,3 +202,5 @@ relations: - pol:mysql - - grafana:db - mariadb:mysql + - - temporal:db + - mariadb:mysql