Skip to content

Commit efeb18e

Browse files
cescginaopenshift-merge-bot[bot]
authored andcommitted
Fix tls field in watcher kuttl test suite
The kuttl test suite had a misplaced caBundleSecretName field. This was not detected before because even though the pods could not communicated properly with keystone or rabbitmq, they kept running. After switching to containers built from watcher master, the decision engine tries to connect to keystone and fails, crashing.
1 parent 3819863 commit efeb18e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

tests/kuttl/test-suites/default/watcher-api-scaling/01-deploy-with-defaults.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ metadata:
66
spec:
77
databaseInstance: "openstack"
88
apiServiceTemplate:
9+
tls:
10+
caBundleSecretName: "combined-ca-bundle"
911
replicas: 2

tests/kuttl/test-suites/default/watcher/04-deploy-with-precreated-account.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ spec:
1818
databaseInstance: "openstack"
1919
databaseAccount: watcher-precreated
2020
prometheusSecret: custom-prometheus-config
21-
tls:
22-
caBundleSecretName: "combined-ca-bundle"
2321
customServiceConfig: |
2422
# Global config
2523
apiServiceTemplate:
24+
tls:
25+
caBundleSecretName: "combined-ca-bundle"
2626
replicas: 2
2727
customServiceConfig: |
2828
# Service config

0 commit comments

Comments
 (0)