Michael Marineau
81f49d1d5c
Merge pull request #869 from marineam/ipset
...
coreos-kernel: enable support for using ipset with iptables
2014-09-24 10:53:46 -07:00
Michael Marineau
002c31ed53
coreos-kernel: enable support for using ipset with iptables
...
We enabled ipset support a while back but missed NETFILTER_XT_SET which
is needed for using ipsets in iptables rules. Enable a few other
iptables options we were missing just in case someone wants them.
2014-09-24 10:42:22 -07:00
Michael Marineau
59d368e229
Merge pull request #866 from eyakubovich/master
...
docker: wait for docker.socket to fix race in docker.service
2014-09-24 10:25:07 -07:00
Alex Crawford
9b14607d69
app-shells/bash: bump to 4.2_p48
...
Fixes a remote code execution exploit.
http://seclists.org/oss-sec/2014/q3/649
2014-09-24 10:05:50 -07:00
Eugene Yakubovich
86414187aa
docker: wait for docker.socket to fix race in docker.service
2014-09-23 12:36:26 -07:00
Michael Marineau
8d7976808d
Merge pull request #863 from marineam/oem
...
Add minimal OEM packages for Azure and Hyper-V
2014-09-22 13:25:44 -07:00
Michael Marineau
1b8b8e8b65
Add minimal OEM packages for Azure and Hyper-V
...
We can now can generate images for Azure/Hyper-V, add basic cloud config
to generate /etc/oem-release to identify these images. The Azure images
still lack support for the agent required in that environment.
2014-09-22 11:37:35 -07:00
Michael Marineau
52c2795cd1
update_engine: big dead code cleanup remove dependency on udev
2014-09-19 10:53:53 -07:00
Michael Marineau
aaf6ffbfb3
coreos-init: update to latest revision, small coreos-install update
2014-09-19 10:50:36 -07:00
Brian Waldon
12f793980b
fleet: bump to v0.8.1
2014-09-17 21:15:13 -07:00
Brian Waldon
286c858a45
Merge pull request #859 from bcwaldon/etcd-name
...
etcd: use machine-id as default name
2014-09-17 16:31:59 -07:00
Michael Marineau
dfdcc46b63
Merge pull request #860 from marineam/obj
...
Update production image exclude list
2014-09-17 16:26:14 -07:00
Michael Marineau
4c8b9dfc9d
profiles: exclude plain object files from prod images
...
There is no need to include things like glibc's lib64/crt1.o which are
only needed when compiling.
2014-09-17 15:06:20 -07:00
Michael Marineau
0c62fba05b
profiles: Move PROD_INSTALL_MASK list into prod profile
...
The variable PROD_INSTALL_MASK is no longer used, we switch to the prod
portage profile instead these days.
2014-09-17 15:03:52 -07:00
Alex Crawford
a32afdd088
coreos-base/coreos-cloudinit: bump to v0.10.3
2014-09-17 12:23:03 -07:00
Brian Waldon
bc525e53cd
etcd: use machine-id as default name
2014-09-17 11:49:34 -07:00
Greg Kroah-Hartman
4683a5a807
coreos-kernel: enable cp210x and ftdi_sio usb-serial drivers
...
Will resolve issue #856
2014-09-16 10:06:39 -07:00
Michael Marineau
7a6fc3b94b
nova-agent-watcher: fix networkd config generation
...
Pull in https://github.com/coreos/nova-agent-watcher/pull/10
2014-09-15 15:59:00 -07:00
Alex Crawford
8c9f0248b5
coreos-base/coreos-cloudinit: bump to v0.10.2
2014-09-14 08:23:11 -07:00
Alex Crawford
1474da64c7
coreos-base/coreos-cloudinit: bump to v0.10.1
2014-09-12 16:50:43 -07:00
Michael Marineau
f138d1d15c
coreos-kernel: add VIA PATA module for combo SATA/PATA chips
...
This stumped a user:
https://groups.google.com/forum/#!topic/coreos-user/XV6ObtuG_Dk
2014-09-12 10:52:15 -07:00
Alex Crawford
8e93a8ab21
coreos-base/coreos-cloudinit: bump to v0.10.0
2014-09-11 17:47:48 -07:00
Greg Kroah-Hartman
420a890706
Merge pull request #848 from marineam/hid
...
coreos-kernel: enable support for common special input devices
2014-09-09 21:27:50 -07:00
Michael Marineau
3c9279b3e5
coreos-kernel: enable support for common special input devices
...
One user had the misfortune of having two keyboards, both of which have
special HID drivers but neither of which we enable. (Apple and Logitech)
The generic HID driver ignores devices with special drivers even if the
drivers are not built. This patch enables all of the likely keyboard
related drivers that are normally selected by CONFIG_EXPERT. Hopefully
that covers everything that is usually expected to "Just Work".
2014-09-09 19:57:34 -07:00
Brian Waldon
3be986a6b2
nova-agent-watcher: bump to latest commit
2014-09-09 18:16:42 -07:00
Michael Marineau
5735b43358
Merge pull request #843 from retrack/exoscale-support
...
exoscale public cloud provider support
2014-09-08 19:23:12 -07:00
Michael Marineau
fb6f566867
Merge pull request #846 from marineam/subkey
...
coreos-init: add new signing subkey to coreos-install
2014-09-08 13:51:09 -07:00
Michael Marineau
59b1fee179
coreos-init: add new signing subkey to coreos-install
2014-09-08 13:46:26 -07:00
Alex Crawford
d596331f35
Merge pull request #845 from crawford/ec2
...
coreos-base/oem-ec2-compat: Update cloud-init flags
2014-09-08 12:54:31 -07:00
Alex Crawford
49d7f31d49
coreos-base/oem-ec2-compat: Update cloud-init flags
...
Use the new --from-ec2-metadata flag. --from-metadata-service is depricated.
2014-09-08 11:15:27 -07:00
retrack
926adecebb
exoscale public cloud provider support
2014-09-08 15:29:53 +02:00
Greg Kroah-Hartman
9063e78ddd
coreos-kernel: bump to 3.16.2
2014-09-06 21:02:47 -07:00
Michael Marineau
fbaab249c5
Merge pull request #840 from marineam/note
...
vim: add note for when workaround can be removed
2014-09-05 17:32:44 -07:00
Michael Marineau
d859e397eb
vim: add note for when workaround can be removed
2014-09-05 17:08:14 -07:00
Brian Waldon
cc0c4b13fd
fleet: bump to v0.8.0
...
fleet binary moved to fleetd, so preserve old location with symlink.
2014-09-05 12:41:05 -07:00
Brian Waldon
c566888a36
fleet: bump go dependency to >= 1.3
2014-09-05 12:36:26 -07:00
Michael Marineau
81f144d602
Merge pull request #836 from marineam/revert
...
coreos-kernel: roll forward to 3.16 again, minus KASLR
2014-09-04 15:42:53 -07:00
Michael Marineau
f97fa53c2b
Merge pull request #835 from marineam/cleanup
...
coreos-base/coreos: remove syslinux installer from images
2014-09-04 15:13:51 -07:00
Michael Marineau
f011c86488
coreos-base/coreos: remove syslinux installer from images
...
Installing the syslinux package is only required for re-installing
syslinux which has never really been needed and we will be moving to
grub soon anyway. This saves a 5-10MB in our final images.
2014-09-04 15:09:07 -07:00
Michael Marineau
ee589472fa
coreos-kernel: roll forward to 3.16 again, minus KASLR
...
Our Xen boot failure appears to be related to enabling KASLR and
helpuflly the 'nokaslr' command line option does not help. Disable the
feature entirely until the bugs are shaken out.
2014-09-04 13:53:40 -07:00
Brian Waldon
97e4554b08
Merge pull request #833 from bcwaldon/fleet-socket
...
Add fleet.socket
2014-09-04 13:35:04 -07:00
Brian Waldon
483e4b692c
fleet: add fleet.socket
2014-09-04 13:26:53 -07:00
Michael Marineau
6a34bf2647
Merge pull request #834 from marineam/revert
...
coreos-kernel: roll back to previous 3.15.8 kernel
2014-09-04 12:56:27 -07:00
Michael Marineau
0fff9d827d
coreos-kernel: roll back to previous 3.15.8 kernel
...
The new kernel completely failed to boot on EC2 as a Xen PV instance.
Rolling back until we figure out what is going on.
Boot log: https://gist.github.com/marineam/50f92ded40e02c163c19
2014-09-04 12:51:34 -07:00
Brian Waldon
e042abb733
fleet: drop [Install] section from unit
2014-09-04 10:13:52 -07:00
Brian Waldon
f7c437c1be
etcd: drop [Install] section from unit
2014-09-04 10:12:48 -07:00
Michael Marineau
09bd1216c6
Merge pull request #827 from gregkh/kernel_update
...
coreos-kernel: bump to 3.16.1
2014-09-03 12:45:27 -07:00
Michael Marineau
bdfd945801
Merge pull request #831 from marineam/build
...
util-linux: fix intermittent build failure
2014-09-03 12:43:45 -07:00
Richard Yao
aa13923611
ktop: Install into /usr/sbin, not /usr/local/sbin
...
This preemptively fixes a Gentoo QA warning that will be introduced in
future versions of portage.
Signed-off-by: Richard Yao <richard.yao@clusterhq.com>
2014-09-03 11:58:27 -04:00
Michael Marineau
c78493c0bc
util-linux: fix intermittent build failure
...
This has been killing builds every once and a while for a long time.
2014-09-02 20:46:05 -07:00