Skip to content

Instantly share code, notes, and snippets.

View GenPage's full-sized avatar
🏠
Working from home

Dylan Page GenPage

🏠
Working from home
View GitHub Profile
@GenPage
GenPage / cloud-config.yml
Last active August 29, 2015 14:23 — forked from jimmycuadra/cloud-config.yml
Cloud Config for CoreOS
#cloud-config
coreos:
etcd2:
name: farm-1
# generate a new token for each unique cluster from https://discovery.etcd.io/new?size=3
discovery: https://discovery.etcd.io/<token>
# multi-region and multi-cloud deployments need to use $public_ipv4
advertise-client-urls: http://$public_ipv4:2379,http://$private_ipv4:4001
initial-advertise-peer-urls: http://$private_ipv4:2380