1707 Commits

Author SHA1 Message Date
Dalton Hubble
4a75013ef9 Merge pull request #75 from coreos/fix
travis: Add Go 1.6 to test matrix, change invalid MAC test
2016-03-01 12:45:38 -08:00
Dalton Hubble
95862cf26b travis,test: Add Go 1.6 to matrix, update invalid MAC test 2016-03-01 11:16:12 -08:00
Dalton Hubble
a0cb75041e scripts: Improve message for incorrect CoreOS channel/version 2016-02-25 11:44:44 -08:00
Dalton Hubble
6b330824c5 examples: Partition disk, root fs, and PXE with root fs 2016-02-24 17:04:21 -08:00
Dalton Hubble
41fe456d68 examples: Add CoreOS alpha single node PXE example 2016-02-24 14:01:05 -08:00
Dalton Hubble
48f507ba0d docs: Add Debian/Ubuntu docs in rkt and Docker starter tutorials 2016-02-24 10:05:26 -08:00
Dalton Hubble
fce6cacfef examples: Show CoreOS install using Ignition support
* Use the coreos-install -i option added in CoreOS alpha 949.0.0
* Download second stage Ignition config while in PXE first stage
* Resolves #46
2016-02-23 17:38:23 -08:00
Dalton Hubble
39ee9a067b Merge pull request #65 from coreos/fix-cni-bridge
examples: Fix CNI metal0's destination routes
2016-02-23 17:18:25 -08:00
Dalton Hubble
d614e7d80b examples: Fix CNI metal0's destination routes
* Supplied metal0 CNI definition restricted traffic destinations
to the metal0 bridge. Update to allow outbount traffic.
* Fixes the coreos-install example for use with rkt
2016-02-23 16:56:54 -08:00
Dalton Hubble
4ac6d07509 docs: Tweak a command in getting started with rkt 2016-02-22 15:44:14 -08:00
Dalton Hubble
f696eb6e73 docs: Fix shell variable in release process 2016-02-19 16:45:49 -08:00
Dalton Hubble
2a094261ce vendor: Update vendored dependencies 2016-02-16 16:15:40 -08:00
Dalton Hubble
3f369b59f9 docs: Add development and release docs
* Remove docs for Ignition fuze script which is
no longer used
2016-02-16 14:49:55 -08:00
Dalton Hubble
3174d2512c tests: Use Go 1.5 vendor experiment directory 2016-02-16 13:08:21 -08:00
Dalton Hubble
4d5128c89a dnsmasq: Pull tftp NBPs separately from image builds 2016-02-12 18:16:09 -08:00
Dalton Hubble
1ae5d113eb api: Add OpenPGP signature endpoints (.sig)
* Compliment the ASCII armored signature endpoints (.asc)
2016-02-11 10:23:30 -08:00
Dalton Hubble
35f24eb720 changelog: Update the changelog v0.2.0 2016-02-09 20:45:32 -08:00
Dalton Hubble
ed584de9cc docs: Update bootcfg docs for new features and changes
* Add docs for new features, simplify organization
* Use the name bootcfg when referring to the service
2016-02-09 20:30:22 -08:00
Dalton Hubble
d142ba5528 docs: Expand Ignition and Cloud config docs 2016-02-09 13:33:57 -08:00
Dalton Hubble
37e55fb93a docs: Add OpenPGP signing usage docs 2016-02-09 12:34:30 -08:00
Dalton Hubble
1ccee77050 api: Allow nested map[string]interface{} template data
* Support templating lists into Ignition (e.g. SSH authorized keys)
2016-02-05 15:12:23 -08:00
Dalton Hubble
068cd613b6 scripts: Bump from CoreOS stable 877.1.0 to beta 899.6.0 2016-02-04 14:35:48 -08:00
Dalton Hubble
74fbdfc741 scripts: Define boot order and refresh disk pools in libvirt script 2016-02-04 14:10:19 -08:00
Dalton Hubble
68437b9e2d api: Allow Ignition config templates in YAML
* Match machines to their Ignition template file, render the
template, parse as JSON or YAML, and serve as Ignition JSON
* Existing JSON ignition configs should still work
* Remove the Ignition YAML -> JSON transform script which used fuze
2016-02-04 13:45:11 -08:00
Dalton Hubble
e7d877c76d docs: Fix broken/missing link 2016-02-03 21:40:07 -08:00
Dalton Hubble
fc4d669a38 examples: Install CoreOS to disk and provision an etcd cluster 2016-02-03 17:12:40 -08:00
Dalton Hubble
9df3777ddd CHANGES: Update the changelog 2016-02-03 15:37:18 -08:00
Dalton Hubble
ad5346f325 examples: Add example booting Kubernetes on CNI bridge with rkt 2016-02-02 17:06:21 -08:00
Dalton Hubble
3949e84fae Documentation: Add getting started with rkt and docker 2016-02-02 12:29:42 -08:00
Dalton Hubble
54e28591dc Godeps: Add coreos-cloudinit and coreos yaml to Godeps
* Add github.com/coreos/coreos-cloudinit to Godeps
* Add github.com/coreos/yaml to Godeps
2016-02-02 10:41:19 -08:00
Dalton Hubble
4e74ae657c examples: Combine etcd, k8s, docker, and rkt examples
* Different sets of examples subfolders are not needed
2016-02-01 23:24:17 -08:00
Dalton Hubble
a945c1c660 api: Add Cloud-init config templating 2016-02-01 22:09:39 -08:00
Dalton Hubble
3e3255744a examples: Simplify Kubernetes example with ignition templating 2016-02-01 16:13:55 -08:00
Dalton Hubble
0832b77032 examples: Combine rkt and docker etcd cluster examples
* etcd and etcd_proxy ignition configs are templated and the systemd
units customized by metadata. Duplicates with hardcoded IP values
are no longer needed.
2016-02-01 14:25:20 -08:00
Dalton Hubble
27eb545ca4 api: Implement Ignition config templating 2016-02-01 11:34:05 -08:00
Dalton Hubble
3c76dc4a93 examples: Update etcd-large example to use Ignition
* Use the config service metadata, Ignition, and systemd dropins
to setup the 3 node etcd cluster with etcd proxies
* Remove etcd-large cloud configs
2016-01-31 03:18:59 -08:00
Dalton Hubble
76cec40b5a api: Add metadata endpoint with plain/text KEY=val's
* Show example with a custom metadata agent in Ignition
2016-01-31 01:13:53 -08:00
Dalton Hubble
db2a02a04e fix: Gitignore ACIs 2016-01-30 15:25:44 -08:00
Dalton Hubble
6627a3d74c scripts: Add build-aci to create the bootcfg ACI 2016-01-30 15:13:37 -08:00
Dalton Hubble
c1f6d25ecd contrib: Organize dnsmasq ACI and Docker under contrib 2016-01-30 15:08:53 -08:00
Dalton Hubble
62d5c6e85b docs: Move CNI definition into rkt docs 2016-01-28 14:24:38 -08:00
Dalton Hubble
c33497cb27 rkt: Add intial example with rkt, CNI, and ACIs 2016-01-27 14:13:33 -08:00
Dalton Hubble
9c16188346 api: Fix name of ascii signature endpoints
* ascii armored detached signatures should be served from .asc
endpoints. Use .sig if binary signatures are later offered.
2016-01-26 15:04:43 -08:00
Dalton Hubble
86f2fa337e Merge pull request #39 from coreos/fix-entrypoint
dockerfiles: Fix entrypoints to be absolute paths
2016-01-25 00:11:34 -05:00
Dalton Hubble
4e90cea5e3 dockerfiles: Fix entrypoints to be absolute paths
* Absolute entrypoints are expected for docker2aci
2016-01-24 18:06:57 -08:00
Dalton Hubble
6c1e8ec837 Merge pull request #38 from coreos/ignition-examples
examples: Configure networkd with Ignition in etcd examples
2016-01-23 14:00:30 -05:00
Dalton Hubble
70daed7ded examples: Configure networkd with Ignition in etcd examples
* Favor configuring networkd before init rather than adding
networkd units in cloud config, marking the interface down,
and restarting networkd
2016-01-22 14:52:52 -08:00
Dalton Hubble
c2262bf00b docs: Add notes about config signing, TLS assets, changes 2016-01-22 14:17:39 -08:00
Dalton Hubble
6e03326e01 fix: Separate Go build and Docker build
* Go builds should not require sudo. Docker builds should
unless it has been given root group permissions, which is
not recommended. Keep Go binary and Docker builds separate.
2016-01-22 13:42:23 -08:00
Dalton Hubble
56a4f6e8fe Merge pull request #35 from coreos/signature-endpoints
Add OpenPGP Signature Endpoints
2016-01-21 12:04:12 -08:00