Cbd cannot get VM’s public IP
When starting Cloudbreak, cbd cannot get VM’s public IP.
Error: When starting Cloudbreak, cbd cannot get VM’s public IP.
Solution: By default, the cbd
tool tries to get the VM’s public IP
to bind Cloudbreak web UI to it. But if cbd
cannot
get the IP address during the initialization, you must set it manually. To solve the issue,
check your Profile
and if PUBLIC_IP
is not set, add the
PUBLIC_IP
variable and set it to the public IP of the VM. For
example:
export PUBLIC_IP=192.134.23.10
Next, restart Cloudbreak by using cbd restart
.