Skip to content

Instantly share code, notes, and snippets.

@vkhatri
Created November 15, 2016 05:02
Show Gist options
  • Save vkhatri/f9689033cded1fe063a7c124758788c2 to your computer and use it in GitHub Desktop.
Save vkhatri/f9689033cded1fe063a7c124758788c2 to your computer and use it in GitHub Desktop.
---
exhibitor_storage_backend: static
oauth_enabled: false
telemetry_enabled: false
bootstrap_url: http://192.168.1.100:80
cluster_name: dev
master_discovery: static
master_list:
- 192.168.1.1
- 192.168.1.2
- 192.168.1.3
resolvers:
- 8.8.4.4
- 8.8.8.8
ssh_port: 22
ssh_user: centos
process_timeout: 10000
# ssh_key_path: /root/genconf/key.pem
dcos_overlay_enable: true
dcos_overlay_mtu: 9001
dcos_overlay_config_attempts: 6
dcos_overlay_network:
vtep_subnet: 44.128.0.0/20
vtep_mac_oui: 70:B3:D5:00:00:00
overlays:
- name: dcos-prod
subnet: 10.0.0.0/16
prefix: 24
- name: dcos-stage
subnet: 10.1.0.0/16
prefix: 24
- name: dcos-dev
subnet: 10.2.0.0/16
prefix: 24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment