Go to file
Brandon Philips 68202f3c06 feat(Documentation/cloud-config): add section about oem-release
We need to have cloud-config render a file about itself that can be
easily parsed and used by the rest of the system. Essentially just copy
the os-release format.
2014-03-16 16:47:44 -07:00
cloudinit feat(users): Add support for creating/modifying users 2014-03-14 10:31:45 -07:00
Documentation feat(Documentation/cloud-config): add section about oem-release 2014-03-16 16:47:44 -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(docs): add link to docs folder from readme 2014-03-13 22:28:38 -07:00
test feat(test): Add unittest runner 2014-03-04 16:50:54 -08:00

coreos-cloudinit

coreos-cloudinit allows a user to customize CoreOS machines by providing either an executable script or a cloud-config document as instance user-data. See below to learn how to use these features.

Supported Cloud-Config Features

Only a subset of cloud-config functionality is implemented. A set of custom parameters were added to the cloud-config format that are specific to CoreOS, which are documented here.