mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +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
|
Type=oneshot
|
||||||
StandardOutput=journal+console
|
StandardOutput=journal+console
|
||||||
ExecStart=/usr/share/oem/bin/exoscale-ssh-key
|
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
|
- name: exoscale-cloudinit.service
|
||||||
command: restart
|
command: restart
|
||||||
runtime: yes
|
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-ssh-key
|
||||||
dobin ${FILESDIR}/exoscale-coreos-cloudinit
|
dobin ${FILESDIR}/exoscale-coreos-cloudinit
|
||||||
dobin ${FILESDIR}/coreos-setup-environment
|
dobin ${FILESDIR}/coreos-setup-environment
|
||||||
dobin ${FILESDIR}/exoscale-setup-network
|
|
||||||
|
|
||||||
insinto "/usr/share/oem"
|
insinto "/usr/share/oem"
|
||||||
doins ${T}/cloud-config.yml
|
doins ${T}/cloud-config.yml
|
Loading…
x
Reference in New Issue
Block a user