-
Story
-
Resolution: Done
-
Critical
-
None
-
None
-
False
-
-
False
-
BIZ-629 - ELS add on for concurrent (non-pay-as-you-go) RHEL offerings
-
-
In order to support swatch-metrics-rhel components to connect to its dedicated kafka topic, we are going to create new spring profiles.
- application-metering-rhel.yaml created based on application-openshift-metering-worker.yaml
- Find & Replace @Profile("openshift-metering-worker") => @Profile( {"openshift-metering-worker","metering-rhel"})
- application-metering-rhel-job.yaml created based on application-metering-job.yaml
- Find & Replace @Profile("metering-job") => @Profile( {"metering-job","metering-rhel-job"})
- kafka topic name is platform.rhsm-subscriptions.metering-rhel-tasks
- Kafka consumer group name should be swatch-metrics-rhel. This name will be the ClowdApp name. Using ClowdApp names for consumer group names is a naming convention we established with swatch-producer-aws.
Only verification at this point would be that application is able to start using any of those profiles.
- blocks
-
SWATCH-1717 Define ClowdApp/swatch-metrics-rhel
- Closed
- is blocked by
-
SWATCH-1719 Define platform.rhsm-subscriptions.metering-rhel-tasks topic
- Closed