Skip to content

Commit 77d75a9

Browse files
authored
test(cluster-operations): Use external-unstable ListenerClass (#777)
1 parent c06e9a4 commit 77d75a9

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

tests/templates/kuttl/cluster-operation/03-install-hbase.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
gracefulShutdownTimeout: 1m
3030
logging:
3131
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
32-
listenerClass: external-stable
32+
listenerClass: external-unstable
3333
roleGroups:
3434
default:
3535
replicas: 1
@@ -38,7 +38,7 @@ spec:
3838
gracefulShutdownTimeout: 1m
3939
logging:
4040
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
41-
listenerClass: external-stable
41+
listenerClass: external-unstable
4242
roleGroups:
4343
default:
4444
replicas: 1
@@ -47,7 +47,7 @@ spec:
4747
gracefulShutdownTimeout: 1m
4848
logging:
4949
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
50-
listenerClass: external-stable
50+
listenerClass: external-unstable
5151
roleGroups:
5252
default:
5353
replicas: 1

tests/templates/kuttl/cluster-operation/10-pause-hbase.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
gracefulShutdownTimeout: 1m
3333
logging:
3434
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
35-
listenerClass: external-stable
35+
listenerClass: external-unstable
3636
roleGroups:
3737
default:
3838
replicas: 1
@@ -41,7 +41,7 @@ spec:
4141
gracefulShutdownTimeout: 1m
4242
logging:
4343
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
44-
listenerClass: external-stable
44+
listenerClass: external-unstable
4545
roleGroups:
4646
default:
4747
replicas: 1
@@ -50,7 +50,7 @@ spec:
5050
gracefulShutdownTimeout: 1m
5151
logging:
5252
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
53-
listenerClass: external-stable
53+
listenerClass: external-unstable
5454
roleGroups:
5555
default:
5656
replicas: 2 # ignored because reconciliation is paused

tests/templates/kuttl/cluster-operation/20-stop-hbase.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
gracefulShutdownTimeout: 1m
3333
logging:
3434
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
35-
listenerClass: external-stable
35+
listenerClass: external-unstable
3636
roleGroups:
3737
default:
3838
replicas: 1
@@ -41,7 +41,7 @@ spec:
4141
gracefulShutdownTimeout: 1m
4242
logging:
4343
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
44-
listenerClass: external-stable
44+
listenerClass: external-unstable
4545
roleGroups:
4646
default:
4747
replicas: 1
@@ -50,7 +50,7 @@ spec:
5050
gracefulShutdownTimeout: 1m
5151
logging:
5252
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
53-
listenerClass: external-stable
53+
listenerClass: external-unstable
5454
roleGroups:
5555
default:
5656
replicas: 1 # set to 0 by the operator because cluster is stopped

tests/templates/kuttl/cluster-operation/30-restart-hbase.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
gracefulShutdownTimeout: 1m
3333
logging:
3434
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
35-
listenerClass: external-stable
35+
listenerClass: external-unstable
3636
roleGroups:
3737
default:
3838
replicas: 1
@@ -41,7 +41,7 @@ spec:
4141
gracefulShutdownTimeout: 1m
4242
logging:
4343
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
44-
listenerClass: external-stable
44+
listenerClass: external-unstable
4545
roleGroups:
4646
default:
4747
replicas: 1
@@ -50,7 +50,7 @@ spec:
5050
gracefulShutdownTimeout: 1m
5151
logging:
5252
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
53-
listenerClass: external-stable
53+
listenerClass: external-unstable
5454
roleGroups:
5555
default:
5656
replicas: 1

0 commit comments

Comments
 (0)