mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
Merge pull request #1328 from exoscale/master
exoscale network workaround not needed anymore
This commit is contained in:
commit
f52a4cc47e
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/sbin/ethtool -K eth0 tso off gso off
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user