mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
Merge pull request #1631 from daMupfel/cloudinit-cloudsigma-fix-duplicated-service-execution
changelog: remove cloudsigma custom cloudinit service configuration
This commit is contained in:
commit
a02e04d6ae
@ -0,0 +1 @@
|
||||
- Removed custom CloudSigma coreos-cloudinit service configuration since it will be called with the cloudsigma oem anyway. The restart of the service can also cause the serial port to be stuck in an nondeterministic state which breaks future runs.
|
||||
@ -1,19 +1,6 @@
|
||||
#cloud-config
|
||||
|
||||
coreos:
|
||||
units:
|
||||
- name: oem-cloudinit.service
|
||||
command: restart
|
||||
runtime: yes
|
||||
content: |
|
||||
[Unit]
|
||||
Description=Cloudinit from CloudSigma metadata
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=stty -F /dev/ttyS1 raw -echo
|
||||
ExecStart=/usr/bin/coreos-cloudinit --oem=cloudsigma
|
||||
|
||||
oem:
|
||||
id: cloudsigma
|
||||
name: CloudSigma
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user