The SQL connection information is exposed to the site/core manifest so we can leverage the controller_node_address variable. Separate SQL connections are used for services to give customers the option for providing unique user credentials. Here is an example from my core manifest:
The SQL connection information is exposed to the site/core manifest so we can leverage the controller_ node_address variable. Separate SQL connections are used for services to give customers the option for providing unique user credentials. Here is an example from my core manifest:
ovs_sql_connection => "mysql: //quantum: ${quantum_ db_password} @${controller_ node_internal} /quantum" ,