Appendix A: ExtremeCloud IQ - Site Engine Integration with ExtremeCloud Edge

To integrate ExtremeCloud IQ - Site Engine with an ExtremeCloud Edge - Managed Orchestration cluster, you must edit a pair of parameters in the NSJBoss.properties file on the ExtremeCloud IQ - Site Engine server. By default, these parameters point to ExtremeCloud IQ in the public cloud. However, you must edit the file so that these parameters point to services on the local ExtremeCloud Edge - Managed Orchestration cluster.
  • extreme.xiq.baseUrl—The Base URL is used for authentication and points to the GDC (Global Data Center).

  • extreme.xiq.redirectorurl—The Redirector URL is a public URL that redirects the application to the local RDC (Regional Data Center).

To configure the integration:

  1. On the ExtremeCloud IQ - Site Engine server, open the NSJBoss.properties file and edit the following parameters:
    • Set extreme.xiq.baseUrl=https://<EDGE_name>-g1.extremecloudiq.com where <EDGE-name> is the name of your installation (aka prefix name).

    • Set extreme.xiq.redirectorurl=https://hac.extremecloudiq.com

  2. Run the command systemctl restart nsserver to restart the server with the new settings.