Skip to content

Instantly share code, notes, and snippets.

@shaundomingo
Created March 17, 2015 12:42
Show Gist options
  • Save shaundomingo/3bf2354a38fba3dd0879 to your computer and use it in GitHub Desktop.
Save shaundomingo/3bf2354a38fba3dd0879 to your computer and use it in GitHub Desktop.
#cloud-config
coreos:
update:
reboot-strategy: best-effort
etcd:
discovery: https://discovery.etcd.io/5bd13a16d1852c1ef38726305ea7b0be
addr: $private_ipv4:4001
peer-addr: $private_ipv4:7001
fleet:
public-ip: $private_ipv4
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