Last active
January 21, 2020 17:45
-
-
Save gschmutz/d7926cd285345cceae3368e452b1e52e to your computer and use it in GitHub Desktop.
Modern Data Platform Stack Generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Default values for the generator | |
# this file can be used as a template for a custom configuration | |
# or to know about the different variables available for the generator | |
platys: | |
platform-name: 'remote-defined-platform' | |
stack-image-name: 'trivadis/modern-data-platform-stack-generator' | |
stack-image-version: '1.2.0-preview2' | |
#zookeeper | |
ZOOKEEPER_enable: false | |
ZOOKEEPER_volume_map_data: false | |
ZOOKEEPER_nodes: 1 # either 1 or 3 | |
#kafka | |
KAFKA_enable: true | |
# one of enterprise, community | |
KAFKA_edition: 'community' | |
KAFKA_volume_map_data: false | |
KAFKA_broker_nodes: 3 | |
KAFKA_delete_topic_enable: false | |
KAFKA_auto_create_topics_enable: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment