Alex Crawford
685d8317bc
Merge pull request #275 from mwhooker/master
...
Enable configuration of locksmithd
2014-12-05 14:09:40 -08:00
Matthew Hooker
f42d102b26
Also fix wording of Flannel section
2014-12-04 23:55:26 -08:00
Matthew Hooker
c944e9ef94
Enable configuration of locksmithd
2014-12-04 23:53:31 -08:00
Alex Crawford
b254e17e89
Merge pull request #263 from robszumski/docs-validator
...
docs: link to validator
2014-12-04 16:28:21 -08:00
Alex Crawford
ffc54b028c
drop-in: add support for drop-ins
...
This allows a list of drop-ins for a unit to be declared inline within a
cloud-config. For example:
#cloud-config
coreos:
units:
- name: docker.service
drop-ins:
- name: 50-insecure-registry.conf
content: |
[Service]
Environment=DOCKER_OPTS='--insecure-registry="10.0.1.0/24"'
2014-11-26 14:09:35 -08:00
Alex Crawford
6f91b76d79
docs: correct type of permissions
2014-11-20 11:14:44 -08:00
Rob Szumski
44fdf95d99
docs: mention validate flag
2014-11-20 11:12:31 -08:00
Rob Szumski
0a62614eec
docs: link to validator
2014-11-20 10:58:57 -08:00
Eugene Yakubovich
a20addd05e
flannel: added flannel support and helper to make dropins
...
fleet, flannel, and etcd all generate dropins from config.
To reduce code duplication, factor out a helper to do that.
2014-11-14 10:45:23 -08:00
Alex Crawford
b52cb3fea3
docs: fix documentation of coreos.units.command
2014-09-23 11:32:15 -07:00
Jonathan Boulle
9024659296
Merge pull request #217 from ecnahc515/patch-1
...
Fix broken link to fleet config
2014-09-09 15:19:18 -07:00
Chance Zibolski
fc6940f7ba
Documentation: More specific link to fleet config.
...
Add an anchor tag to the url to take person directly to config section.
2014-09-09 15:15:55 -07:00
Brian Waldon
f2fd95699b
Merge pull request #224 from bcwaldon/typo
...
docs: fix a typo
2014-09-09 12:36:42 -07:00
bdevloed
65db96cc7c
docs: fix a typo
2014-09-09 12:31:54 -07:00
Alex Crawford
316cadcf44
docs: Update list of platforms supporting variable substitutions
2014-09-04 12:57:19 -07:00
Rob Szumski
61c3a0eb2d
docs: fix broken link to fleet docs
2014-08-29 11:17:05 -07:00
Brian Waldon
01b18eb551
squash: fix spacing
2014-08-28 13:48:58 -07:00
Brian Waldon
970ef435b6
doc: clarify docs around write_files
2014-08-28 13:33:59 -07:00
Brian Waldon
f2b342c8be
doc: escape user.home example
2014-08-01 13:20:44 -07:00
Benjamin Campbell
7913f74351
docs(quick-start) Enumerated supported platforms
...
Following suggestion a list of platforms that *do* support cloud config variables. In addition minor mark up formatting is added.
2014-07-24 11:54:31 -06:00
Benjamin Campbell
5593408be8
docs(quick-start): Clarified use of fields in cloud config
...
Updated the language to illustrate that fields in a cloud config is not
supported in all environments. This is expressed explicitly in PXE and
install to disk pages. The quick start lacked this information and is
inconsistent.
2014-07-24 11:27:35 -06:00
Michael Marineau
9a80fd714a
Merge pull request #181 from robszumski/docs-startup
...
fix(docs): clarity around boot behavior and unit usage
2014-07-21 22:12:19 -07:00
Rob Szumski
fef5473881
fix(docs): clarity around boot behavior and unit usage
2014-07-21 21:41:00 -07:00
Rob Szumski
96370ac5b9
feat(docs): add syntax highlighting
2014-07-14 16:16:14 -07:00
Jay Faulkner
3b5fcc393b
Document need for #cloud-config in cloud-config.yml
...
- cloud-config.yml does not work if it's missing the #cloud-config
directive at the top. This is undocumented, except in the examples.
2014-07-09 16:36:11 -07:00
Alex Crawford
8eb0636034
Merge pull request #149 from crawford/network
...
feat(network): Add support for blind interfaces, support for hwaddress, and bug fixes
2014-06-20 17:53:37 -07:00
Alex Crawford
f7c25a1b83
doc(debian-interfaces): Add basic docs for convert-netconf
2014-06-20 17:51:57 -07:00
Jonathan Boulle
376d82ba63
doc(*): add note about runtime locksmithd unit file
2014-06-06 10:55:42 -07:00
Sean P. Kane
fc8f30bf08
Add a valid URL example for Github Enterprise token based API auth
2014-06-04 16:03:02 -07:00
Rob Szumski
d25e13a2c6
fix(docs): remove unneeded install section
2014-06-04 13:57:18 -07:00
Brian Waldon
c4f1996843
fix(doc): Correct spacing in cloud-config.md
2014-06-02 16:49:44 -07:00
Brian Waldon
5c8fb7f465
fix(doc): Add newlines for proper formatting
2014-06-02 11:42:43 -07:00
Alex Crawford
7a02bf54ed
Merge pull request #130 from crawford/docs
...
fix(docs): Fix minor typo describing runtime field for units
2014-05-30 11:52:30 -07:00
Alex Crawford
388dd67388
fix(docs): Fix minor typo describing runtime field for units
2014-05-30 11:45:44 -07:00
Jonathan Boulle
786e4bef65
fix(systemd): remove any existing unit when calling mask
2014-05-29 13:59:55 -07:00
Jonathan Boulle
af69149260
Merge pull request #120 from brianredbeard/pr20-fix
...
fix(docs) Clear description of update server changes
2014-05-21 10:01:25 -07:00
Gavin Dunne
5189e1594e
removed tricky space from cloud-config header
2014-05-21 01:22:09 -07:00
Brian 'Redbeard' Harrington
8b5bc47429
fix(doc) more sensible ordering
...
It makes a bit more sense to specify the scope of the section
before getting into details about how it's done.
2014-05-20 23:29:56 -07:00
Brian 'Redbeard' Harrington
a64fcd2893
fix(docs) Clear description of update server changes TBD
...
Pulling in @philips' changes from coreos/coreos-cloudinit#6 after
trashing PR coreos/coreos-cloudinit#20 . Cleanup of that PR was
beyond my git-fu.
cc @jonboulle
2014-05-20 22:53:29 -07:00
Jonathan Boulle
05daad692e
fix(docs): add documentation for fleet section
2014-05-16 12:10:21 -07:00
Brandon Philips
e1033c979e
chore(Documentation): move OEM into its own doc
...
People are customizing the OEM needlessly. Just move it into its own
doc.
2014-05-08 09:32:21 -07:00
Alex Polvi
7e4fa423e4
feat(initialize): add locksmith configuration
...
configure locksmith strategy based on the cloud config.
2014-05-06 20:57:28 -07:00
Rob Szumski
cf556d2a81
feat(docs): include write_files example
2014-04-29 11:17:22 -07:00
Rob Szumski
0d1d1f77be
fix(docs): start the example unit
2014-04-28 10:57:11 -07:00
Rob Szumski
d6bacb24bc
docs(cloud-config): correct headers
2014-04-21 17:56:35 -07:00
Alex Berg
ae350a3b34
Update cloud-config.md - use "you"
2014-04-18 11:45:02 -05:00
Alex Berg
c3b53f24cf
Update cloud-config.md to use "parameter", not "option"
2014-04-18 11:45:01 -05:00
Alex Berg
8bee85e63d
Update cloud-config.md based on feedback
2014-04-18 11:43:54 -05:00
Alex Berg
4c02e99bc8
Update cloud-config.md option descriptions
...
Re-word a few more things to look more like docs.
2014-04-18 11:43:53 -05:00
Alex Berg
0fb5291dd0
Update cloud-config.md to include expected file format
...
Clarify root-level keys. Use page structure to indicate expected values.
2014-04-18 11:43:53 -05:00