Merge pull request #1328 from exoscale/master

exoscale network workaround not needed anymore
This commit is contained in:
Michael Marineau 2015-07-02 16:37:02 -07:00
commit f52a4cc47e
3 changed files with 0 additions and 15 deletions

View File

@ -13,17 +13,6 @@ coreos:
Type=oneshot
StandardOutput=journal+console
ExecStart=/usr/share/oem/bin/exoscale-ssh-key
- name: exoscale-network.service
command: restart
runtime: yes
content: |
[Unit]
Description=Optimize network parameters for performance
[Service]
Type=oneshot
StandardOutput=journal+console
ExecStart=/usr/share/oem/bin/exoscale-setup-network
- name: exoscale-cloudinit.service
command: restart
runtime: yes

View File

@ -1,3 +0,0 @@
#!/bin/bash
/usr/sbin/ethtool -K eth0 tso off gso off

View File

@ -30,7 +30,6 @@ src_install() {
dobin ${FILESDIR}/exoscale-ssh-key
dobin ${FILESDIR}/exoscale-coreos-cloudinit
dobin ${FILESDIR}/coreos-setup-environment
dobin ${FILESDIR}/exoscale-setup-network
insinto "/usr/share/oem"
doins ${T}/cloud-config.yml