Skip to content

Instantly share code, notes, and snippets.

@mbejda
Created May 2, 2015 18:30
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 mbejda/dfd0f3ffde9747e26b3b to your computer and use it in GitHub Desktop.
Save mbejda/dfd0f3ffde9747e26b3b to your computer and use it in GitHub Desktop.
Cloud-Config for educational purposes. Barebones CoreOS cluster.
#cloud-config
coreos:
etcd:
discovery: [your own discovery url]
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