<div dir="ltr">Murano have advanced networking features that give you ability to not care about configuring networks for your application. By default it will create an isolated network for each environment and join all VMs needed by your application to that network. <div><br></div><div>Previously, created network was joined to the first found router in the tenant and this behaviour is wrong in many ways. At least some tenants may have more than one router, and this may cause issues when Murano attaching network to the wrong router. </div><div><br></div><div>We reworked this feature a little bit (<a href="https://review.openstack.org/119800">https://review.openstack.org/119800</a>). Now you can choose which router should be used by Murano to attach created networks. By default router should be named as "<i>murano-default-router</i>". You can change name of the router that will be used in configuration file, in the [<i>networking] </i>section:</div><div><div>[networking]</div><div>...<br></div><div><br></div><div># Name of the router that going to be used in order to join</div><div># all networks created by Murano (string value)</div><div>router_name=router04</div></div><div><br></div><div>Warning! This means, that if you will upgrade Murano to the <i>juno-rc1</i> without additional configuration your deployment will stop working failing with following error message: <i>KeyError: Router murano-default-router was not found</i></div><div><i><br></i></div><div>Requiring cloud providers to have configured router for each tenant is a burden on DevOps teams, therefore we improved (<a href="https://review.openstack.org/121679">https://review.openstack.org/121679</a>) this feature a little bit more and added ability to create router with specified name if it is not present in the tenant. This behaviour may be switched on/off via configuration file, and you can also specify which external network should be used to attach router to:</div><div>[networking]</div><div>...</div><div># ID or name of the external network for routers to connect to</div><div># (string value)</div><div>#external_network=ext-net</div><div>...<br></div><div># This option will create a router when one with "router_name"<br></div><div># does not exist (boolean value)</div><div>#create_router=true</div><div><br></div><div>-- <br></div><div><div dir="ltr"><div>Serg Melikyan<br></div><div><a href="http://mirantis.com/" target="_blank">http://mirantis.com</a> | <a href="mailto:smelikyan@mirantis.com" target="_blank">smelikyan@mirantis.com</a><br><div></div></div></div>
</div></div>