Go to file
Brian Waldon 0841173dfc Merge pull request #24 from philips/fixup-minor-readme-nits
fix(README): cleanup the README a bit
2014-03-17 10:56:18 -07:00
cloudinit feat(users): Add support for creating/modifying users 2014-03-14 10:31:45 -07:00
Documentation doc(config): Fill in missing config options 2014-03-14 12:05:26 -07:00
src/github.com/coreos refactor(deps): Manage deps with goven 2014-03-12 19:49:02 -07:00
third_party refactor(deps): Manage deps with goven 2014-03-12 19:49:02 -07:00
.gitignore initial import 2014-03-04 16:36:05 -08:00
build initial import 2014-03-04 16:36:05 -08:00
coreos-cloudinit.go chore(release): Bump version to v0.1.2+git 2014-03-14 10:37:16 -07:00
README.md fix(README): cleanup the README a bit 2014-03-16 17:13:15 -07:00
test feat(test): Add unittest runner 2014-03-04 16:50:54 -08:00

coreos-cloudinit

coreos-cloudinit enables a user to customize CoreOS machines by providing either an executable script or a cloud-config document as instance user-data.

Supported Cloud-Config Features

A subset of cloud-config is implemented in coreos-cloudinit and is documented here. In addition specific CoreOS paramaters were added for unit files, etcd discovery urls, and others.