Skip to content

Instantly share code, notes, and snippets.

@skrat
Created April 30, 2014 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skrat/e594418dd86b6a89eeb0 to your computer and use it in GitHub Desktop.
Save skrat/e594418dd86b6a89eeb0 to your computer and use it in GitHub Desktop.
#cloud-config
coreos:
etcd:
discovery: https://discovery.etcd.io/eeb0198338641f5c9b3c4f996bca8fc9
addr: $private_ipv4:4001
peer-addr: $private_ipv4:7001
units:
- name: etcd.service
command: start
- name: fleet.service
command: start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment