To enable support for advanced network management in Murano we need to replace default templates for Heat stacks used in Murano Conductor. All necessary templates available in our git repository:

git clone http://github.com/stackforge/murano-deployment
git checkout 0.3
        

Templates for Heat stacks are located in data directory of Conductor. Please, overwrite them with content of quantum_support/conductor/data/templates/cf directory checked out above.

cp -r quantum_support/conductor/data/* /etc/murano/data/
        

In Murano with enabled advanced networking features new service is available - MS SQL Cluster. To enable MS SQL Cluster copy appropriate UI definition to the services directory of Dashboard:

cp -r quantum_support/dashboard/services/* /etc/murano/services/
        

Please, note that folders /etc/murano/services/ and /etc/murano/data/ may not have the same path at your Murano deployment