Skip to content

Commit

Permalink
fix(tests): Migrate breaking changes from #450 listener integration
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Feb 5, 2024
1 parent c1080fb commit cdc4142
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/modules/hdfs/examples/getting_started/hdfs.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ spec:
productVersion: 3.3.6
clusterConfig:
zookeeperConfigMapName: simple-hdfs-znode
listenerClass: external-unstable
dfsReplication: 1
nameNodes:
config:
listenerClass: external-unstable
roleGroups:
default:
replicas: 2
dataNodes:
config:
listenerClass: external-unstable
roleGroups:
default:
replicas: 1
Expand Down
3 changes: 2 additions & 1 deletion tests/templates/kuttl/smoke/30-install-hdfs.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,20 @@ spec:
clusterConfig:
zookeeperConfigMapName: hdfs-zk
dfsReplication: 1
listenerClass: {{ test_scenario['values']['listener-class'] }}
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
vectorAggregatorConfigMapName: vector-aggregator-discovery
{% endif %}
nameNodes:
config:
listenerClass: {{ test_scenario['values']['listener-class'] }}
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleGroups:
default:
replicas: 2
dataNodes:
config:
listenerClass: {{ test_scenario['values']['listener-class'] }}
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
{% if test_scenario['values']['datanode-pvcs'] == '2hdd-1ssd' %}
Expand Down

0 comments on commit cdc4142

Please sign in to comment.