Skip to content

Commit 40a6861

Browse files
committed
Remove uneeded zookeepers
1 parent 25c18e0 commit 40a6861

10 files changed

Lines changed: 1 addition & 49 deletions

File tree

docs/modules/nifi/pages/usage_guide/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Usage guide
2-
:description: Guide to configuring the Stackable Operator for Apache NiFi with YAML manifests, covering ZooKeeper, authentication, extra volumes, and resource settings.
2+
:description: Guide to configuring the Stackable Operator for Apache NiFi with YAML manifests, covering authentication, extra volumes, and resource settings.
33

44
This section helps you to use various aspects of the Stackable operator for Apache NiFi.
55
For a general introduction into the operator follow the xref:getting_started/index.adoc[] guide.

rust/operator-binary/src/config/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,6 @@ mod tests {
825825
sensitiveProperties:
826826
keySecret: simple-nifi-sensitive-property-key
827827
autoGenerate: true
828-
zookeeperConfigMapName: simple-nifi-znode
829828
nodes:
830829
roleGroups:
831830
default:
@@ -874,7 +873,6 @@ mod tests {
874873
sensitiveProperties:
875874
keySecret: simple-nifi-sensitive-property-key
876875
autoGenerate: true
877-
zookeeperConfigMapName: simple-nifi-znode
878876
nodes:
879877
config:
880878
resources:

rust/operator-binary/src/crd/affinity.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ mod tests {
5050
sensitiveProperties:
5151
keySecret: simple-nifi-sensitive-property-key
5252
autoGenerate: true
53-
zookeeperConfigMapName: simple-nifi-znode
5453
nodes:
5554
roleGroups:
5655
default:

tests/templates/kuttl/cluster_operation/10-assert.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/templates/kuttl/cluster_operation/10-install-zk.yaml.j2

Lines changed: 0 additions & 28 deletions
This file was deleted.

tests/templates/kuttl/cluster_operation/20-install-nifi.yaml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ spec:
4545
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
4646
vectorAggregatorConfigMapName: vector-aggregator-discovery
4747
{% endif %}
48-
zookeeperConfigMapName: test-nifi-znode
4948
nodes:
5049
config:
5150
gracefulShutdownTimeout: 1m

tests/templates/kuttl/cluster_operation/30-stop-nifi.yaml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ spec:
2121
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
2222
vectorAggregatorConfigMapName: vector-aggregator-discovery
2323
{% endif %}
24-
zookeeperConfigMapName: test-nifi-znode
2524
clusterOperation:
2625
stopped: true
2726
reconciliationPaused: false

tests/templates/kuttl/cluster_operation/40-pause-nifi.yaml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ spec:
2121
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
2222
vectorAggregatorConfigMapName: vector-aggregator-discovery
2323
{% endif %}
24-
zookeeperConfigMapName: test-nifi-znode
2524
clusterOperation:
2625
stopped: false
2726
reconciliationPaused: true

tests/templates/kuttl/cluster_operation/50-restart-nifi.yaml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ spec:
2121
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
2222
vectorAggregatorConfigMapName: vector-aggregator-discovery
2323
{% endif %}
24-
zookeeperConfigMapName: test-nifi-znode
2524
clusterOperation:
2625
stopped: false
2726
reconciliationPaused: false

tests/test-definition.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ tests:
129129
- name: cluster_operation
130130
dimensions:
131131
- nifi-latest
132-
- zookeeper-latest
133132
- openshift
134133
- name: oidc-opa
135134
dimensions:

0 commit comments

Comments
 (0)