File tree Expand file tree Collapse file tree 6 files changed +48
-1
lines changed
tests/kuttl/test-suites/default Expand file tree Collapse file tree 6 files changed +48
-1
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,8 @@ metadata:
1010 name : watcher
1111spec :
1212 databaseInstance : " openstack"
13+ apiContainerImageURL : " quay.io/podified-master-centos9/openstack-watcher-api:current-podified"
14+ decisionengineContainerImageURL : " quay.io/podified-master-centos9/openstack-watcher-decision-engine:current-podified"
15+ applierContainerImageURL : " quay.io/podified-master-centos9/openstack-watcher-applier:current-podified"
16+ tls :
17+ caBundleSecretName : " combined-ca-bundle"
Original file line number Diff line number Diff line change 88 apiContainerImageURL : " quay.io/podified-master-centos9/openstack-watcher-api:current-podified"
99 decisionengineContainerImageURL : " quay.io/podified-master-centos9/openstack-watcher-decision-engine:current-podified"
1010 applierContainerImageURL : " quay.io/podified-master-centos9/openstack-watcher-applier:current-podified"
11+ tls :
12+ caBundleSecretName : " combined-ca-bundle"
Original file line number Diff line number Diff line change 3131 cinder :
3232 enabled : false
3333 telemetry :
34- enabled : false
34+ enabled : true
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ namespace: watcher-kuttl-default
55secretGenerator :
66- literals :
77 - AdminPassword=password
8+ - AodhPassword=password
9+ - CeilometerPassword=password
810 - DbRootPassword=password
911 - DatabasePassword=password
1012 - WatcherPassword=password
@@ -40,3 +42,4 @@ patches:
4042 secret: osp-secret
4143 - path : infra.yaml
4244- path : keystone.yaml
45+ - path : telemetry.yaml
Original file line number Diff line number Diff line change 1+ apiVersion : core.openstack.org/v1beta1
2+ kind : OpenStackControlPlane
3+ metadata :
4+ name : openstack
5+ spec :
6+ telemetry :
7+ template :
8+ metricStorage :
9+ enabled : true
10+ dashboardsEnabled : true
11+ monitoringStack :
12+ alertingEnabled : true
13+ scrapeInterval : 30s
14+ storage :
15+ strategy : persistent
16+ retention : 24h
17+ persistent :
18+ pvcStorageRequest : 1G
19+ autoscaling :
20+ enabled : false
21+ aodh :
22+ passwordSelectors :
23+ databaseAccount : aodh
24+ databaseInstance : openstack
25+ secret : osp-secret
26+ heatInstance : heat
27+ ceilometer :
28+ enabled : true
29+ secret : osp-secret
30+ passwordSelector :
31+ aodhService : AodhPassword
32+ ceilometerService : CeilometerPassword
33+ serviceUser : ceilometer
34+ logging :
35+ enabled : false
Original file line number Diff line number Diff line change 99 apiContainerImageURL : " quay.io/podified-master-centos9/openstack-watcher-api:current-podified"
1010 decisionengineContainerImageURL : " quay.io/podified-master-centos9/openstack-watcher-decision-engine:current-podified"
1111 applierContainerImageURL : " quay.io/podified-master-centos9/openstack-watcher-applier:current-podified"
12+ tls :
13+ caBundleSecretName : " combined-ca-bundle"
1214 apiServiceTemplate :
1315 replicas : 2
You can’t perform that action at this time.
0 commit comments