Merge pull request #1631 from daMupfel/cloudinit-cloudsigma-fix-duplicated-service-execution

changelog: remove cloudsigma custom cloudinit service configuration
This commit is contained in:
Krzesimir Nowak 2024-02-08 15:29:22 +01:00 committed by GitHub
commit a02e04d6ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 13 deletions

View File

@ -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.

View File

@ -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