610 Commits

Author SHA1 Message Date
Dalton Hubble
40f13e0587 *: Prepare for v0.5.0 release v0.5.0 2017-01-23 04:05:55 -08:00
Máximo Cuadros
cedeb868f9 ipxe: use mac instead of net0/mac 2017-01-19 21:06:45 -08:00
Dalton Hubble
354b434ffc Merge pull request #427 from urzds/patch-2
Lock architecture to ARMv6 for linux-arm images
2017-01-19 14:01:42 -08:00
Dalton Hubble
88f9d637b1 Merge branch 'master' into patch-2 2017-01-19 11:48:51 -08:00
Dalton Hubble
a0d578d547 Merge pull request #426 from urzds/patch-1
Fix typo: AMR64->ARM64
2017-01-19 11:48:25 -08:00
Dennis Schridde
e739b98305 Lock architecture to ARMv6 for linux-arm images
Unless `GOARM` is specified, the Go compiler will choose the compiling system's architecture as a target (similar to GCC's `-march=native`). This commit prevents that by explicitly selecting ARMv6 (e.g. Raspberry Pi 1) as the target.

According to the documentation, ARM64 does not need this, as ARMv8 is implicit and the value of `GOARM` is not considered for this architecture.

See-Also: https://github.com/golang/go/wiki/GoArm
2017-01-19 13:49:23 +01:00
Dennis Schridde
ea10f41886 Fix typo: AMR64->ARM64 2017-01-19 11:30:38 +01:00
Dalton Hubble
ed017d7a86 Merge pull request #425 from coreos/devnet
scripts/devnet: Improve devnet script usability
2017-01-18 13:04:29 -08:00
Dalton Hubble
3337f9ef60 scripts/devnet: Improve devnet script usability
* Add devnet script to getting-started-rkt
2017-01-18 11:37:03 -08:00
Dalton Hubble
23216b2a97 Merge pull request #417 from coreos/update-protobuf
Update protobuf tools, re-vendor deps, re-generate code
2017-01-18 11:36:03 -08:00
Dalton Hubble
f609b85d30 matchbox: Re-generate matchbox protobuf code 2017-01-18 11:17:08 -08:00
Dalton Hubble
3ac3063995 vendor: Re-vendor protobuf and grpc 2017-01-18 11:17:08 -08:00
Dalton Hubble
11c739949f glide.yaml: Update protobuf and grpc
* Update grpc to 1.0.5
* Update protobuf to 8ee79997227bf9b34611aee7946ae64735e6fd93
* Add protoc-gen-go subpackage which is needed by codegen
2017-01-18 11:17:08 -08:00
Dalton Hubble
6c6e2aadaf Merge pull request #422 from coreos/makefile
Switch to a Makefile driven develop/release process
2017-01-18 10:21:10 -08:00
Dalton Hubble
219da4d934 *: Switch to a Makefile driven develop/release process
* Add make targets for vendor, docker-image, and tools
* Move scripts into the scripts folder
2017-01-18 02:11:27 -08:00
Dalton Hubble
b9d73c58ee Merge pull request #421 from coreos/project-rename
*: Rename coreos-baremetal to matchbox
2017-01-17 01:48:35 -08:00
Dalton Hubble
c749a28662 *: Rename coreos-baremetal to matchbox 2017-01-17 00:58:03 -08:00
Dalton Hubble
9e3efa5229 Merge pull request #411 from coreos/self-hosted-flannel
examples: Update Kubernetes to use self-hosted flannel
2017-01-13 16:57:07 -08:00
Dalton Hubble
e54418633c examples: Update Kubernetes to use self-hosted flannel
* Self-hosted Kubernetes now runs flannel as a daemonset
2017-01-13 15:29:23 -08:00
Dalton Hubble
e56e5a3a03 Update dockerignore to slim the build context 2017-01-12 17:21:16 -08:00
Dalton Hubble
e4b4f82177 Merge pull request #416 from coreos/pin-base-image
Dockerfile: Pin the matchbox and dnsmasq base images
2017-01-11 18:01:46 -08:00
Dalton Hubble
79a2bf2326 Dockerfile: Pin the matchbox and dnsmasq base images 2017-01-11 15:47:31 -08:00
Dalton Hubble
2b23f4a17c Merge pull request #414 from coreos/standard-context
matchbox: Switch to Go 1.7+ standard context
2017-01-11 10:58:09 -08:00
Dalton Hubble
89accb281f matchbox: Switch to Go 1.7+ standard context
* Drop build support for Go 1.6
2017-01-11 03:00:33 -08:00
Dalton Hubble
fd61297a43 README: Update README with move notice
* Add an Enterprise section to show Tectonic
2017-01-11 02:44:05 -08:00
Dalton Hubble
f064d72c28 .travis.yml: Add Go 1.8rc1, fix Go tip tests 2017-01-11 01:28:18 -08:00
Dalton Hubble
9165dc202b contrib: Rename systemd units from bootcfg to matchbox 2017-01-11 01:25:32 -08:00
Dalton Hubble
2d8977b2e1 Merge pull request #413 from coreos/rename-bootcfg
Rename bootcfg to matchbox
2017-01-11 00:59:54 -08:00
Dalton Hubble
27427dbd1b Add CHANGES, migration notes, and update contrib
* Update k8s and systemd contrib examples for v0.5.0
2017-01-09 04:34:06 -08:00
Dalton Hubble
b7377f54bc Discontinue signed and tagged ACIs
* Move toward a unified container image which is run
either by rkt or docker
* Sadly, image signing only supported by rkt and is not
part of the new standard
2017-01-09 04:33:01 -08:00
Dalton Hubble
d496192032 Rename bootcfg to matchbox in docs, examples, scripts
* Verify all examples and docs work correctly
* Exclude contrib k8s and systemd which will be updated
and verified in a followup commit
2017-01-09 04:32:45 -08:00
Dalton Hubble
86f737ff93 Rename bootcfg code references to matchbox
* Change config drectory to /etc/matchbox
* Change data-path to /var/lib/matchbox
* Change assets-path to /var/lib/matchbox/assets
2017-01-09 04:30:30 -08:00
Dalton Hubble
50432159d7 Update imports from bootcfg to matchbox 2017-01-09 02:25:56 -08:00
Dalton Hubble
88da59560d Move bootcfg package to matchbox 2017-01-09 02:21:47 -08:00
Dalton Hubble
3073e1ed22 Rename bootcfg to matchbox in development scripts
* Build and cross-compile binary named matchbox
* Use matchbox binary in container images
2017-01-09 02:15:30 -08:00
Dalton Hubble
6320cae91e Merge pull request #409 from coreos/update-k8s
Update Kubernetes (static) to v1.5.1
2017-01-05 13:14:34 -08:00
Dalton Hubble
0e06878714 examples: Update Kubernetes (static) addons for v1.5.1 2017-01-05 13:04:19 -08:00
Dalton Hubble
5ee63aebe5 examples: Update Kubernetes (static) to v1.5.1 2017-01-05 10:54:06 -08:00
Dalton Hubble
4a72802a32 Merge pull request #408 from coreos/virt-install-reboots
scripts: Add virt-install flag so reboots work
2017-01-04 16:55:42 -08:00
Dalton Hubble
da95af5625 scripts: Add virt-install flag so reboots work
* virt-install created VMs which reboot themselves should
actually reboot in order to mirror real machines
2017-01-04 16:26:51 -08:00
Dalton Hubble
8b50a84c4a Merge pull request #407 from coreos/update-self-hosted
examples: Upgrade self-hosted Kubernetes to v1.5.1
2016-12-30 17:05:07 -08:00
Dalton Hubble
b9f0f61bd5 examples: Upgrade self-hosted Kubernetes to v1.5.1
* Update bootkube version to stop requiring the forked
binary; bootkube now allows DNS names
* https://github.com/kubernetes-incubator/bootkube/pull/151
2016-12-30 16:27:53 -08:00
Dalton Hubble
8823e0fc30 Merge pull request #405 from stephanlindauer/patch-1
typo
2016-12-19 17:56:17 -08:00
stephan lindauer
dcb37f1acc typo 2016-12-20 02:25:35 +01:00
Dalton Hubble
e1334730ce Merge pull request #403 from coreos/k8s-v1.4.7
Update Kubernetes clusters to v1.4.7
2016-12-17 23:38:46 -08:00
Dalton Hubble
6963994942 examples: Update static Kubernetes clusters to v1.4.7
* Combine rktnetes Ignition into Kubernetes static cluster
* Set the container_runtime metadata to docker or rkt
2016-12-17 17:07:56 -08:00
Dalton Hubble
9f27efba9b examples/ignition/bootkube: Wrap bootkube in systemd service
* Start `bootkube start` via systemctl, don't require a persistent
SSH connection during the script run
2016-12-17 14:43:50 -08:00
Dalton Hubble
b2317ec35e examples/bootkube: Update self-hosted k8s to v1.4.7 2016-12-17 14:26:31 -08:00
Dalton Hubble
eb9809ee86 examples/ignition: Remove old kubelet by uuid-file
* Fix typo, --uuid should be --uuid-file
2016-12-13 14:16:24 -08:00
Dalton Hubble
112c2949fa Merge pull request #396 from coreos/kernel-args
bootcfg/storage: Change kernel args to be a slice
2016-12-12 11:13:30 -08:00