Michael Marineau
5e5abb4d7e
ntpd: always restart, required to handle large time jumps.
...
Some VM platforms suspend machines by simply stopping them instead of
gracefully suspending them like real hardware would. This means that
when the system is resumed the kernel's time will be completely wrong
and it doesn't have a way to fix it. Additionally ntp will abort if the
clock offset is greater than 1000 seconds (conveniently without logging
any error messages). We can tune that in ntp.conf but ntpd has so many
knobs related to how it skews the clock and other update strategies that
the easiest option is to just restart.
2014-07-02 16:09:41 -07:00
Alex Crawford
c8e9145865
Merge pull request #720 from crawford/master
...
coreos-base/coreos-cloudinit: bump to v0.8.7
2014-07-02 15:37:25 -07:00
Alex Crawford
c30a532337
coreos-base/coreos-cloudinit: bump to v0.8.7
2014-07-02 15:25:33 -07:00
Michael Marineau
3d200d96fa
Merge pull request #719 from marineam/no-env
...
Remove environment dependency, roll forward again.
2014-07-01 20:01:04 -07:00
Michael Marineau
85e37cb7a6
oem-ec2-compat: remove dependency on coreos-setup-environment
...
The coreos-setup-environment no longer generates /etc/environment on
systems using this OEM package so remove the requirement.
2014-07-01 22:23:29 -04:00
Michael Marineau
c36767ca1e
coreos-cloudinit: roll forward to 0.8.6
...
We may have the last of the issues sorted...
This reverts commit b34d0a3308 and 20aa920e7f.
2014-07-01 22:20:34 -04:00
Michael Marineau
db5984fe48
Merge pull request #716 from marineam/rollback
...
Rollback to last working cloudinit
2014-07-01 18:46:57 -07:00
Michael Marineau
7aa63d97c9
coreos-cloudinit: roll back to 0.7.7, the 0.8.x series still needs work.
2014-07-01 18:45:16 -07:00
Michael Marineau
477afcd01d
Revert "oem-ec2-compat: Check for metadata service and config drive"
...
The functionality for this in cloudinit 0.8.x is broken.
This reverts commit 91cc8446212c6b35c80cbdbbc204a9fe3cd1f756.
2014-07-01 18:44:05 -07:00
Alex Crawford
242c7f9d63
Merge pull request #718 from crawford/master
...
coreos-base/coreos-cloudinit: bump to v0.8.6
2014-07-01 16:21:44 -07:00
Alex Crawford
582b64122f
coreos-base/coreos-cloudinit: bump to v0.8.6
2014-07-01 16:20:05 -07:00
Michael Marineau
a46c786ac8
Merge pull request #717 from marineam/init
...
coreos-init: remove default coreos-setup-environment
2014-07-01 12:28:44 -07:00
Michael Marineau
d0c36c292b
coreos-init: remove default coreos-setup-environment
...
The coreos-setup-environment script can now only be provided by OEMs,
the default script that used to run when the OEM didn't provide one was
not smart enough to wait for networking to be configured before writing
out /etc/environment *but* we cannot simply add such a wait because that
would make it impossible for users to use cloud config in configdrive or
similar to configure static networking.
Longer term coreos-cloudinit will replace at least some of the current
OEM coreos-setup-environment scripts and perhaps eventually integrate
with networkd to cover the default case reasonably well. Sorting this
out is still ongoing.
(This ebuild bump was supposed to land a week ago but we missed it.)
2014-07-01 12:23:53 -07:00
Alex Crawford
1110d84937
Merge pull request #715 from crawford/master
...
coreos-base/coreos-cloudinit: bump to v0.8.3
2014-06-30 22:16:42 -07:00
Alex Crawford
dec5695aa1
coreos-base/coreos-cloudinit: bump to v0.8.3
2014-06-30 22:12:56 -07:00
Michael Marineau
5493944a7a
Merge pull request #714 from crawford/cloudinit
...
coreos-base/coreos-cloudinit: bump to v0.8.2
2014-06-30 18:22:24 -07:00
Michael Marineau
9ca89c2ddf
Merge pull request #709 from marineam/nosync
...
profiles: disable calling sync(2) after installing packages
2014-06-30 18:22:08 -07:00
Michael Marineau
a11bc3a485
Merge pull request #711 from marineam/dummy
...
Enable dummy ethernet driver
2014-06-30 18:21:58 -07:00
Michael Marineau
6441e691ca
Merge pull request #713 from marineam/systemd
...
systemd: remove timesyncd symlink from /etc
2014-06-30 18:21:51 -07:00
Alex Crawford
2127750729
coreos-base/coreos-cloudinit: bump to v0.8.2
2014-06-30 18:18:00 -07:00
Michael Marineau
fbed82f178
systemd: remove timesyncd symlink from /etc
...
Along with the other services systemd is enabling in /etc the built in
SNTP client has been added to. Unlike the others we don't re-enable it
in /usr since we are currently using ntpd instead.
2014-06-30 16:48:55 -07:00
Michael Marineau
3c255e17c2
coreos-kernel: prune old 3.14.x versions
2014-06-30 15:26:54 -07:00
Michael Marineau
4f2e76de61
coreos-kernel: enable dummy ethernet driver
2014-06-30 15:24:58 -07:00
Michael Marineau
054e9c8d55
Merge pull request #710 from marineam/updatectl
...
Add updatectl to SDK
2014-06-30 14:42:32 -07:00
Michael Marineau
6a9c65451a
sdk-depends: add updatectl to SDK
2014-06-30 14:26:26 -07:00
Michael Marineau
36198d8f8a
updatectl: add ebuild for the CoreUpdate client
2014-06-30 14:24:24 -07:00
Michael Marineau
301d2fbb22
profiles: disable calling sync(2) after installing packages
...
This is just a safety feature for real Gentoo systems on the off chance
that they crash moments after a package is installed. There isn't any
such concern for the CoreOS SDK so just disable it. A normal build_image
is slightly faster with this but I suspect it may help the build host
which is usually running many emerge jobs in parallel.
2014-06-29 10:34:09 -07:00
Alex Crawford
8fc2fc268e
Merge pull request #701 from crawford/ec2
...
oem-ec2-compat: Check for metadata service and config drive
2014-06-27 16:01:53 -07:00
Michael Marineau
155578c816
Merge pull request #708 from marineam/nss
...
Delete NSS
2014-06-27 15:17:49 -07:00
Alex Crawford
5ba386d939
oem-ec2-compat: Check for metadata service and config drive
...
No need for the helper scripts anymore!
2014-06-27 15:04:01 -07:00
Alex Crawford
74dd55cd91
coreos-base/coreos-cloudinit: bump to 0.8.1
2014-06-27 15:04:01 -07:00
Alex Crawford
f7bccc8e3e
Merge pull request #707 from crawford/cloudinit
...
coreos-base/coreos-cloudinit: bump to 0.8.0
2014-06-27 15:01:49 -07:00
Michael Marineau
6e9f993e97
nss: remove unused and outdated crypto library
2014-06-27 14:58:12 -07:00
Michael Marineau
1989aa8247
libchrome: remove unused dependency on nss
...
The code base doesn't appear to actually refer to nss at all... DELETE
2014-06-27 14:38:37 -07:00
Michael Marineau
65ff17d471
libchrome: drop old version
2014-06-27 14:34:04 -07:00
Alex Crawford
724e6c3926
coreos-base/coreos-cloudinit: bump to 0.8.0
2014-06-27 11:39:21 -07:00
Michael Marineau
a142a10b3c
Merge pull request #705 from marineam/less
...
baselayout: Set less's charset to UTF-8
2014-06-27 10:30:32 -07:00
Michael Marineau
1d5513210f
Merge pull request #706 from marineam/toolbox
...
toolbox: update to latest version
2014-06-27 10:12:13 -07:00
Michael Marineau
36bc7949da
toolbox: update to latest version
...
Never got bumped after https://github.com/coreos/toolbox/pull/6
2014-06-27 10:01:16 -07:00
Michael Marineau
385fa43e61
baselayout: Set less's charset to UTF-8
...
Forgot to bump the ebuild after this PR:
https://github.com/coreos/baselayout/pull/24
2014-06-27 09:41:39 -07:00
Michael Marineau
12f5ba82be
Merge pull request #704 from philips/kernel-3.15.2
...
coreos-kernel: bump to 3.15.2
2014-06-26 19:11:32 -07:00
Brandon Philips
c825c70db9
coreos-kernel: bump to 3.15.2
2014-06-26 17:52:41 -07:00
Michael Marineau
3dd187fdfd
Merge pull request #703 from marineam/fleet
...
Revert "bump(fleet): Upgrade to v0.5.1"
2014-06-26 17:19:42 -07:00
Michael Marineau
647bcbf483
Revert "bump(fleet): Upgrade to v0.5.1"
...
Rolling back to 0.5.0 due to a regression in the etcd client.
Issue: https://github.com/coreos/fleet/issues/582
This (mostly) reverts commit 6a01e3c1e58c2f551307913f75097e09e73d539c.
2014-06-26 17:15:26 -07:00
Michael Marineau
0a4160cc0e
Merge pull request #702 from marineam/updates
...
Updates
2014-06-26 16:36:32 -07:00
Michael Marineau
b241d1dfc3
update_engine: remove metadata size verification
2014-06-26 15:41:41 -07:00
Michael Marineau
5a6d8baf83
coretest: accept new update signing key
2014-06-26 15:40:42 -07:00
Michael Marineau
7ccf2d4f0a
Merge pull request #698 from marineam/version2
...
Official update signing key!
2014-06-25 10:18:59 -07:00
Michael Marineau
071e2345d8
Merge pull request #700 from marineam/fleet
...
Fleet restart policy
2014-06-24 19:44:25 -07:00
Michael Marineau
59fb4ea3aa
Merge pull request #699 from marineam/etcd
...
etcd: bump to 0.4.4
2014-06-24 19:36:28 -07:00