mirror of
https://github.com/apache/cloudstack
synced 2026-08-06 18:51:34 +00:00
This fixes an issue for systemvms (CPVM and SSVM) on VMware, as eth0 is not programmed (link-local) the networking.service fails to start which is a dependency for cloud-postinit service. When cloud-postinit service fails to start/run, it fails to start the agent (cloud) process. This fixes the smoketest failures we saw in case of VMware 6.5 with 4.11. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
14 lines
287 B
Desktop File
14 lines
287 B
Desktop File
[Unit]
|
|
Description=CloudStack post-patching init script
|
|
After=cloud-early-config.service network.target local-fs.target
|
|
Before=ssh.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/cloud/bin/setup/postinit.sh
|
|
RemainAfterExit=true
|
|
TimeoutStartSec=10min
|