X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fbundles%2Fosm-ha%2Fbundle.yaml;h=08cd281fdda8ad62704943b70a66dcf1f5cf3516;hb=a86e06186fc2688599647603068cecbee712c800;hp=166cb00c773999fc1ef3d82307241d7752a96e0e;hpb=c3b743fef37b15333203d81f464a474199d18e1e;p=osm%2Fdevops.git diff --git a/installers/charm/bundles/osm-ha/bundle.yaml b/installers/charm/bundles/osm-ha/bundle.yaml index 166cb00c..08cd281f 100644 --- a/installers/charm/bundles/osm-ha/bundle.yaml +++ b/installers/charm/bundles/osm-ha/bundle.yaml @@ -62,7 +62,8 @@ applications: db: 50M nbi: charm: osm-nbi - channel: latest/beta + channel: latest/edge/paas + series: focal trust: true scale: 3 options: @@ -88,7 +89,8 @@ applications: ng-ui-image: opensourcemano/ng-ui:testing-daily lcm: charm: osm-lcm - channel: latest/beta + channel: latest/edge/paas + series: focal scale: 3 options: database-commonkey: osm @@ -142,6 +144,13 @@ applications: scale: 1 resources: keystone-image: opensourcemano/keystone:testing-daily + temporal: + charm: osm-temporal + channel: latest/edge/paas + series: focal + scale: 3 + resources: + temporal-server-image: temporalio/auto-setup:1.19.0 relations: - - grafana:prometheus - prometheus:prometheus @@ -181,6 +190,8 @@ relations: - prometheus:prometheus - - nbi:keystone - keystone:keystone + - - nbi:temporal + - temporal:temporal - - mon:prometheus - prometheus:prometheus - - ng-ui:nbi @@ -193,3 +204,5 @@ relations: - pol:mysql - - grafana:db - mariadb:mysql + - - temporal:db + - mariadb:mysql