Skip to content

Commit

Permalink
[TLS] update kuttl tests for tls public endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
stuggi committed Oct 25, 2023
1 parent f02cce8 commit 094241c
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/kuttl/common/assert-sample-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,22 @@ spec:
replicas: 1
swiftProxy:
replicas: 1
tls:
endpoint:
internal:
enabled: false
public:
enabled: true
status:
conditions:
- message: Setup complete
reason: Ready
status: "True"
type: Ready
- message: OpenStackControlPlane CAs completed
reason: Ready
status: "True"
type: OpenStackControlPlaneCAReadyCondition
- message: OpenStackControlPlane Ceilometer completed
reason: Ready
status: "True"
Expand Down
10 changes: 10 additions & 0 deletions tests/kuttl/tests/collapsed/01-assert-collapsed-cell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,22 @@ spec:
service: CeilometerPassword
secret: osp-secret
serviceUser: ceilometer
tls:
endpoint:
internal:
enabled: false
public:
enabled: true
status:
conditions:
- message: Setup complete
reason: Ready
status: "True"
type: Ready
- message: OpenStackControlPlane CAs completed
reason: Ready
status: "True"
type: OpenStackControlPlaneCAReadyCondition
- message: OpenStackControlPlane Ceilometer completed
reason: Ready
status: "True"
Expand Down
10 changes: 10 additions & 0 deletions tests/kuttl/tests/galera-3replicas/01-assert-galera-3replicas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,22 @@ spec:
service: CeilometerPassword
secret: osp-secret
serviceUser: ceilometer
tls:
endpoint:
internal:
enabled: false
public:
enabled: true
status:
conditions:
- message: Setup complete
reason: Ready
status: "True"
type: Ready
- message: OpenStackControlPlane CAs completed
reason: Ready
status: "True"
type: OpenStackControlPlaneCAReadyCondition
- message: OpenStackControlPlane Ceilometer completed
reason: Ready
status: "True"
Expand Down
10 changes: 10 additions & 0 deletions tests/kuttl/tests/galera-basic/01-assert-galera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,22 @@ spec:
replicas: 1
swiftProxy:
replicas: 1
tls:
endpoint:
internal:
enabled: false
public:
enabled: true
status:
conditions:
- message: Setup complete
reason: Ready
status: "True"
type: Ready
- message: OpenStackControlPlane CAs completed
reason: Ready
status: "True"
type: OpenStackControlPlaneCAReadyCondition
- message: OpenStackControlPlane Ceilometer completed
reason: Ready
status: "True"
Expand Down

0 comments on commit 094241c

Please sign in to comment.