...
Code Block |
---|
- hosts: linux vars: linux_agent: linux-breeze-agent.tgz |
Installation on VM managed by vCenter
Since VM ID cannot be used as a unique identifier across multiple vCenter Servers, you should perform additional configuration when installing Breeze on vCenter VMs.
Once the agent is installed:
1. Create a file etc/tags
in the Breeze agent’s directory:
Linux: /opt/breeze-agent/etc/tags
Windows: C:\Program Files\Breeze\etc\tags
2. Add the following key-value combinations:
vmware.vmid=vm-123456
vmware.service.uuid=1111-22-33-44-555555
WHERE vmware.vmid - moRef ID, vmware.service.uuid - instanceUuid from the call described here.
Proxy support
To add the proxy support to Breeze agent, you need to edit the startup script.
...