Skip to content

Instantly share code, notes, and snippets.

@gschmutz
Last active January 21, 2020 17:45
Show Gist options
  • Save gschmutz/d7926cd285345cceae3368e452b1e52e to your computer and use it in GitHub Desktop.
Save gschmutz/d7926cd285345cceae3368e452b1e52e to your computer and use it in GitHub Desktop.
Modern Data Platform Stack Generator
# 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