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
Michael Marineau
f816819c6d
Merge pull request #380 from endocode/kayrus/mod_cloudinit_locations
...
Filled cloud providers cloud-config URLs
2015-09-07 10:41:49 -07:00
Yann Hodique
ed512c1cac
datasource/vmware: introduce guestinfo.coreos.config.url
...
allow use of a URL instead of an inline document.
Inline document takes precedence.
2015-09-03 20:50:19 -07:00
Rob Szumski
de38ac5c98
Merge pull request #381 from endocode/kayrus/new_docs
...
docs: added cloud-config headers explanation
2015-09-02 08:54:28 -07:00
kayrus
dfc5f2627f
Added cloud-config headers explanation
2015-09-02 15:12:27 +02:00
Alex Crawford
057e8094d5
Merge pull request #345 from crawford/vmware
...
datasource: add vmware backdoor
2015-09-01 15:41:01 -07:00
Alex Crawford
15b50d4712
doc: Add docs for VMware backdoor
2015-09-01 15:36:36 -07:00
kayrus
61e3595520
Added table for cloud-config locations
2015-08-31 12:04:23 +02:00
kayrus
4f76283917
Filled cloud providers cloud-config URLs
2015-08-28 12:58:00 +02:00
kayrus
8c804a1124
Removed {{site.baseurl}}
2015-08-18 11:31:52 +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
Alex Crawford
e1305937e6
Merge pull request #362 from bodgit/mkisofs
...
Add note for creating config-drive ISO on OS X
2015-07-23 18:42:37 -07:00
José Moreira
43c6da06a5
add public_ip opt on cloud-config.md
2015-07-23 17:04:37 +01:00
Matt Dainty
eb8fc045ee
Add note for creating config-drive ISO on OS X
2015-07-20 10:27:02 +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