Hello,
Is there any official way to separate "cloud" and "cloud_usage"
databases between different servers? Like following:
mysql_server1 - runs "cloud" database
mysql_server2 - runs "cloud_usage" database
I have tried to dump cloud_usage database, move it to alternative server
and point db.properties file via db.usage.host option to the IP address
of new server, but cloudstack-usage service still tries to query
cloud.usage_event table locally to server separated in db.usage.host and
not via IP address from db.cloud.host.
Thanks,
Dmitriy