Merge pull request #1524 from crawford/vmware

coreos-base/oem-vmware: add oem-cloudinit
This commit is contained in:
Alex Crawford 2015-09-08 18:06:00 -07:00
commit f15901dd67
2 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,18 @@ coreos:
ExecStartPre=/usr/bin/ln -sfT /usr/share/oem/vmware-tools /etc/vmware-tools
ExecStart=/usr/share/oem/bin/vmtoolsd
TimeoutStopSec=5
- name: oem-cloudinit.service
command: restart
runtime: yes
content: |
[Unit]
Description=Cloudinit from VMware Backdoor
[Service]
Type=oneshot
ExecStart=/usr/bin/coreos-cloudinit --oem=vmware
oem:
bug-report-url: "https://github.com/coreos/bugs/issues"
id: vmware