mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-08 02:41:55 +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]
|
[Service]
|
||||||
Type=oneshot
|
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:
|
oem:
|
||||||
id: digitalocean
|
id: digitalocean
|
||||||
name: DigitalOcean
|
name: DigitalOcean
|
||||||
|
|||||||
@ -15,7 +15,7 @@ coreos:
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
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:
|
oem:
|
||||||
id: @@OEM_ID@@
|
id: @@OEM_ID@@
|
||||||
name: @@OEM_NAME@@
|
name: @@OEM_NAME@@
|
||||||
|
|||||||
@ -21,7 +21,7 @@ coreos:
|
|||||||
content: |
|
content: |
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=
|
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
|
- name: ping-out.service
|
||||||
runtime: yes
|
runtime: yes
|
||||||
enable: yes
|
enable: yes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user