Composable networks failing upgrades due to missing management network files.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
High
|
Dan Sneddon |
Bug Description
Composable networks works by creating network and port files on the fly according to the contents of network_data.yaml. This introduced a new method for enabling/disabling the management network, but upgrades using existing network environment files will fail to find the management network files.
Since the old method was deprecated, we should support upgrades for at least one cycle. The Management network should be enabled by default so the management network templates will be rendered, even though the default roles do not include the Management network. This will allow custom environment files from older versions to still work during upgrades.
In Queens, we can remove some of the legacy files, such as environments/
Changed in tripleo: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Dan Sneddon (dsneddon) |
Changed in tripleo: | |
milestone: | none → queens-1 |
Fix proposed to branch: master /review. openstack. org/503879
Review: https:/