Joe Thompson
b9f34d93ad
docs: fix links to specific blobs
...
Rather than link to specific blob hashes, now that things have been synced to 0.4.9 we can link to the 0.4 release for original etcd; also fixes a link that was to a blob hash of configuration.md instead of the head of master for etcd.
2015-11-09 02:05:37 -05:00
Alex Crawford
dee67b964a
Merge pull request #385 from endocode/kayrus/fleet
...
doc: added coreos-cloudinit options description
2015-09-21 10:32:20 -07:00
Alex Crawford
4a25948b53
docs: quote everything
...
I realize this is one of the selling points of YAML, but it causes far
too much confusion. Turns out typing is a good thing.
2015-09-08 18:40:21 -07:00
kayrus
f5cc75299a
doc: added coreos-cloudinit options description
2015-09-08 12:23:10 +02:00
kayrus
dfc5f2627f
Added cloud-config headers explanation
2015-09-02 15:12:27 +02:00
kayrus
0a46b32c88
Updated cloudconfig docs
...
* Fixed openstack config-drive link
* Added cloud-config-locations.md
2015-08-17 16:53:33 +02:00
kayrus
fc4efb086b
Merge https://github.com/coreos/coreos-cloudinit
2015-07-28 14:40:18 +02:00
kayrus
5383bd1f07
Fixed Cloud-Config examples
2015-07-27 18:29:21 +02:00
José Moreira
43c6da06a5
add public_ip opt on cloud-config.md
2015-07-23 17:04:37 +01:00
Alex Crawford
6467f06656
doc: deprecate coreos-ssh-import-*
2015-05-28 13:35:51 -07:00
Alex Crawford
d25f18776f
docs: fix typo with etcd2 env vars
2015-04-27 18:03:13 -07:00
Rob Szumski
d72d54be59
docs: add info about discovery size parameter
2015-04-16 12:02:37 -07:00
Alex Crawford
66ec7d805c
Merge pull request #330 from crawford/etcd
...
config: add support for etcd2
2015-04-07 14:40:47 -07:00
Alex Crawford
2563896f89
docs: use etcd2 instead of etcd
2015-04-07 14:24:50 -07:00
Richard Marshall
e8c8b811fe
docs: add user shell field
2015-03-06 21:12:43 -08:00
Rob Szumski
b429eaab84
docs: fix formatting
2015-02-18 15:05:28 -08:00
Rob Szumski
a3357c273c
docs: update links
2015-02-06 13:43:06 -08:00
Rob Szumski
080c698ec2
docs: link to CoreUpdate and Omaha
2015-02-06 13:31:50 -08:00
Alex Malinovich
cf3baa8805
Fix GitHub capitalization
2015-01-28 14:19:08 -08:00
Jonathan Boulle
7d8b29e597
docs: fix typo
2015-01-28 10:19:16 -08:00
Alex Crawford
a548b557ed
doc: add coreos-ssh-import-github-users
2015-01-21 14:28:43 -08:00
Eugene Yakubovich
58f0dadaf9
config: document and update flannel config values
...
Fixes #297
2015-01-13 15:51:47 -08:00
cnelson
112ba1e31f
Added support for the encoding key in write_files
...
Supported encodings are base64, gzip, and base64 encoded gzip
2014-12-09 17:35:33 -08:00
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
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