...
Configure Abiquo properties
Remote services
Log in to the
remoteservices
server as rootEdit the
/opt/abiquo/config/abiquo.properties
fileCheck the RabbitMQ port is correct and deactivate monitoring until you have installed the monitoring server
Code Block abiquo.rabbitmq.addresses = 10.10.203.212:5672 abiquo.monitoring.enabled = false
Save the file and restart the
abiquo-tomcat
server
Remote V2V services
Log in to the
v2v
server as rootEdit the
/opt/abiquo/config/abiquo.properties
fileCheck the RabbitMQ port is correct
Code Block abiquo.rabbitmq.addresses = 10.10.203.212:5672
Save the file and restart the
abiquo-tomcat
server
...
To upload or download templates, you will need to configure HTTPS for the AM. And you may wish to configure it for all the remote services if they are Appliance Manager remote services.
To improve security or to support connections over the internet to remote services in a different location, configure TLS for all remote services. See Add certificates for distributed scalable
...
Validating the remote services and V2V services install
Log in to Abiquo and create a datacenter, then create a virtual datacenter, and deploy a VM.
To do this, follow the steps in the Abiquo quick tutorial
...