Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configure Abiquo properties

Remote services

  1. Log in to the remoteservices server as root

  2. Edit the /opt/abiquo/config/abiquo.properties file

  3. Check 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 
  4. Save the file and restart the abiquo-tomcat server

Remote V2V services

  1. Log in to the v2v server as root

  2. Edit the /opt/abiquo/config/abiquo.properties file

  3. Check the RabbitMQ port is correct

    Code Block
    abiquo.rabbitmq.addresses = 10.10.203.212:5672
  4. 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

...