mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
Merge pull request #850 from crawford/flags
oems: use --oem flag when running cloudinit
This commit is contained in:
commit
9fb5e1779d
@ -21,7 +21,7 @@ coreos:
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/coreos-cloudinit --from-digitalocean-metadata=http://169.254.169.254/ --convert-netconf=digitalocean
|
||||
ExecStart=/usr/bin/coreos-cloudinit --oem=digitalocean
|
||||
oem:
|
||||
id: digitalocean
|
||||
name: DigitalOcean
|
||||
|
||||
@ -15,7 +15,7 @@ coreos:
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/coreos-cloudinit --from-configdrive=/media/configdrive --from-ec2-metadata=http://169.254.169.254/
|
||||
ExecStart=/usr/bin/coreos-cloudinit --oem=ec2-compat
|
||||
oem:
|
||||
id: @@OEM_ID@@
|
||||
name: @@OEM_NAME@@
|
||||
|
||||
@ -21,7 +21,7 @@ coreos:
|
||||
content: |
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/coreos-cloudinit --from-configdrive=/media/configdrive --convert-netconf=debian
|
||||
ExecStart=/usr/bin/coreos-cloudinit --oem=rackspace-onmetal
|
||||
- name: ping-out.service
|
||||
runtime: yes
|
||||
enable: yes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user