-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add kuttl jobs configuration for Prometheus integration
This patch is adjusting kuttl jobs for Prometheus integration. This includes telemetry deployment in the deps part and minor fixes in the spec to make sure the watcher deployment deployes the used CA bundle created in the controlplane.
- Loading branch information
Showing
7 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,4 @@ spec: | |
cinder: | ||
enabled: false | ||
telemetry: | ||
enabled: false | ||
enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
apiVersion: core.openstack.org/v1beta1 | ||
kind: OpenStackControlPlane | ||
metadata: | ||
name: openstack | ||
spec: | ||
telemetry: | ||
template: | ||
metricStorage: | ||
enabled: true | ||
dashboardsEnabled: true | ||
monitoringStack: | ||
alertingEnabled: true | ||
scrapeInterval: 30s | ||
storage: | ||
strategy: persistent | ||
retention: 24h | ||
persistent: | ||
pvcStorageRequest: 1G | ||
autoscaling: | ||
enabled: false | ||
aodh: | ||
passwordSelectors: | ||
databaseAccount: aodh | ||
databaseInstance: openstack | ||
secret: osp-secret | ||
heatInstance: heat | ||
ceilometer: | ||
enabled: true | ||
secret: osp-secret | ||
passwordSelector: | ||
aodhService: AodhPassword | ||
ceilometerService: CeilometerPassword | ||
serviceUser: ceilometer | ||
logging: | ||
enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters