Hide Forgot
1. Proposed title of this feature request Director should run os-net-config to cleanup previous configuration while stack-update 3. What is the nature and description of the request? Director during stack update should get the new os-net-config/config.json & also apply with --cleanup so as to remove unwanted ifcfg. 4. Why does the customer need this? (List the business requirements here) Updating overcloud node network configuration needs this feature so that it can be applied sanely . 5. How would the customer like to achieve this? (List the functional requirements here) For example: Environment Previous: nic1 - Provisioning bridge - bond - nic2 |-> couple of vlan networks nic3 | After: nic1 - Provisioning bridge - nic2 |-> couple of vlan networks nic3 | After stack update , the bondX should be removed from ifcfg & live configuration. 7. Is there already an existing RFE upstream or in Red Hat Bugzilla? No
Networking related, moving to Hardware Provisioning team.
This bug is no longer valid. os-net-config is now called by a script, run-os-net-config.sh, from the network subdirectory of openstack-tripleo-heat-templates directory. The --cleanup option can be added there.