4060 Commits

Author SHA1 Message Date
Nick Owens
f8fd7b19f8 sys-block/open-iscsi: coreos-ify ebuild 2015-10-09 12:47:38 -07:00
Nick Owens
128244096a bump(sys-block/open-iscsi): sync with upstream 2015-10-09 12:47:38 -07:00
Nick Owens
f45d45db15 Merge pull request #1578 from mischief/pcre
profiles/coreos: enable pcre use flag
2015-10-08 16:45:43 -07:00
Nick Owens
8cbb4f909b Merge pull request #1576 from mischief/etcd-sd-notify
dev-db/etcd: notify systemd when etcd2 is ready
2015-10-08 16:17:07 -07:00
Nick Owens
b607ffef15 dev-db/etcd: notify systemd when etcd2 is ready 2015-10-08 16:10:27 -07:00
Nick Owens
75b02d0324 profiles/coreos: enable pcre use flag
current this turns on pcre for grep, less, swig and wget.
2015-10-08 14:08:44 -07:00
Michael Marineau
16a699059a Merge pull request #1577 from marineam/kernel-opts
coreos-kernel: restore filesystem cmdline options in amd64 kernel
2015-10-07 16:21:46 -07:00
Michael Marineau
e2a166772b coreos-kernel: restore filesystem cmdline options in amd64 kernel
Even though these are now in the bootloader config we cannot drop them
from the kernel because we do not update out bootloader. These should
not have been dropped in commit 24508b203 :(
2015-10-07 16:14:09 -07:00
Michael Marineau
0daf9872ae Merge pull request #1575 from marineam/kernel
coreos-kernel: bump to 4.2.2
2015-10-01 13:28:49 -07:00
Michael Marineau
73f20771d9 Merge pull request #1574 from marineam/arm64
bootengine: fix first boot on arm64 systems
2015-10-01 13:21:27 -07:00
Michael Marineau
333b615ed6 Merge pull request #1573 from marineam/gomax
locksmith: bump to v0.3.2, coreos-cloudinit: bump to v1.6.2
2015-10-01 13:21:06 -07:00
Michael Marineau
7001ac8520 coreos-kernel: bump to 4.2.2 2015-10-01 13:07:18 -07:00
Michael Marineau
908f976561 coreos-cloudinit: bump to v1.6.2 2015-10-01 12:24:19 -07:00
Michael Marineau
f129de3237 locksmith: bump to v0.3.2 2015-10-01 12:17:11 -07:00
Michael Marineau
3558a6b915 bootengine: fix first boot on arm64 systems 2015-10-01 12:14:57 -07:00
Michael Marineau
493b8bdfd0 Merge pull request #1571 from marineam/docker
docker: fix 1.7 ebuild, --daemon was in the service, not script
2015-09-30 20:43:21 -07:00
Michael Marineau
d297a0b060 Merge pull request #1572 from marineam/gomax
fleet: set GOMAXPROCS=1 for fleetd
2015-09-30 20:42:36 -07:00
Michael Marineau
8ed7045437 fleet: set GOMAXPROCS=1 for fleetd 2015-09-30 17:27:12 -07:00
Alex Crawford
3096269000 Merge pull request #1569 from crawford/init
coreos-base/coreos-init: update networkd configs
2015-09-29 23:10:39 -07:00
John Kristensen
0c854b99fe Add $DOCKER_OPTS to early-docker.service ExecStart
Provide the ability to easily use extra docker options via a drop-in
when early-docker starts up.
2015-09-30 12:09:40 +10:00
Alex Crawford
0d45b30526 coreos-base/coreos-init: update networkd configs 2015-09-29 17:32:09 -07:00
Alex Crawford
e6529f0ead Merge pull request #1567 from crawford/xfs
sys-kernel/bootengine: add mkfs.xfs
2015-09-29 17:30:22 -07:00
Alex Crawford
11c7db7f8b Merge pull request #1568 from crawford/ignition
sys-apps/ignition: bump to v0.2.0
2015-09-29 17:29:10 -07:00
Alex Crawford
fdd2c83f06 sys-apps/ignition: bump to v0.2.0 2015-09-29 17:21:27 -07:00
Alex Crawford
ea816f3317 sys-kernel/bootengine: add mkfs.xfs 2015-09-29 15:51:58 -07:00
Alex Crawford
9176b169e2 Merge pull request #1566 from crawford/metadata
coreos-base/coreos-metadata: bump to v0.2.1
2015-09-29 15:50:29 -07:00
Alex Crawford
4185b9dc37 coreos-base/coreos-metadata: bump to v0.2.1 2015-09-29 15:49:41 -07:00
Alex Crawford
4521219014 Merge pull request #1565 from crawford/azure
coreos-base/oem-azure: forward journal to console
2015-09-28 13:48:12 -07:00
Alex Crawford
ad5810f85c Merge pull request #1557 from marineam/go-1.5.1
dev-lang/go: update to 1.5.1 on amd64
2015-09-25 13:45:20 -07:00
Alex Crawford
e975ce2e59 Merge pull request #1563 from crawford/cloudinit
coreos-base/coreos-cloudinit: bump to v1.6.1
2015-09-23 23:30:48 -07:00
Alex Crawford
0d41c66d40 coreos-base/coreos-cloudinit: bump to v1.6.1 2015-09-23 23:27:13 -07:00
Alex Crawford
3053e3b85b coreos-base/oem-azure: forward journal to console 2015-09-23 13:25:17 -07:00
Alex Crawford
ed80b1445e Merge pull request #1544 from aaronlevy/options_path
flannel: allow env file path to be overridden
2015-09-23 12:23:25 -07:00
Nick Owens
59354c1c3c Merge pull request #1562 from crawford/etcd
dev-db/etcd: bump to v2.2.0
2015-09-23 12:22:29 -07:00
Alex Crawford
21e1c29dcb dev-db/etcd: bump to v2.2.0 2015-09-23 09:35:04 -07:00
Michael Marineau
42b38f98be docker: fix 1.7 ebuild, --daemon was in the service, not script
Commit 897c35ff attempted to fix compatibility with 1.7 by copying an
older copy of the dockerd script but the script hadn't actually changed.
The incompatible change was in the service files. oops...

Only impacts arm64, amd64 uses 1.8
2015-09-22 21:08:44 -07:00
Alex Crawford
56829f3027 Merge pull request #1391 from packethost/type3-bonded-changes
coreos-base/oem-packet: Type3 bonded changes
2015-09-22 11:54:37 -07:00
Alex Crawford
28cd6b0b07 Merge pull request #1549 from marineam/xfs
RFC: docker: use overlay driver on XFS
2015-09-21 19:39:04 -07:00
Alex Crawford
c087d608a3 Merge pull request #1559 from bcwaldon/kubelet-v1.0.6
app-admin/kubelet: bump to v1.0.6
2015-09-21 17:03:37 -07:00
Michael Marineau
1ac7ec8f06 Merge pull request #1560 from marineam/arm64-kernel
coreos-kernel: drop built-in kernel command lines
2015-09-21 15:55:37 -07:00
Michael Marineau
24b853a658 coreos-kernel: drop built-in kernel command lines
It is a bit misleading to have some of this configured in the kernel
config and the rest in `grub.cfg` so lets simplify and stick to grub.
2015-09-21 15:50:21 -07:00
Brian Waldon
8df61782e8 app-admin/kubelet: bump to v1.0.6 2015-09-21 15:03:33 -07:00
Alex Crawford
0a92f60ad8 Merge pull request #1556 from crawford/ignition
sys-apps/ignition: remove timeouts
2015-09-21 14:46:48 -07:00
Alex Crawford
3cb59f734f sys-apps/ignition: remove timeouts
We can rely on the built-in Ignition timeouts instead. This will allow
individual OEMs to define specific timeouts. The default online-timeout
is one minute, so there is no change in behavior.
2015-09-21 14:13:14 -07:00
Michael Marineau
387a136939 dev-lang/go: update to 1.5.1 on amd64 2015-09-21 12:16:29 -07:00
Michael Marineau
f41d453fd7 Merge pull request #1554 from marineam/arm64
ARM64 ebuild updates/fixes
2015-09-21 11:36:05 -07:00
Michael Marineau
f93fa3e229 Merge pull request #1552 from marineam/go-1.5.1
Go 1.5.1
2015-09-21 11:24:29 -07:00
Michael Marineau
a00e5b3baa Merge pull request #1553 from marineam/docker-json
Revert "app-emulation/docker: use journald logger"
2015-09-21 11:24:10 -07:00
Andrej Rosano
796e42f01d On arm64 use docker-1.7.1
Signed-off-by: Andrej Rosano <andrej@inversepath.com>
2015-09-21 09:59:37 -07:00
Alex Crawford
0e136e2ea5 app-emulation/docker: include libnetwork fix
(cherry-picked from build-766 d27d9800a008cabf89ffe741d6d4b358fccc4fc6)
2015-09-21 09:59:37 -07:00