Description ======= On setting net_config_override parameter, the undercloud uses a JSON or YAML format template to configure the networking with os-net-config and ignores the network parameters set in undercloud.conf. We can this parameter when you want to configure bonding or add an option to the interface. But currently, the net_config_override is only working when a JSON file is passed and doesn't work for YAML. Version-Release number of selected component (if applicable): Red Hat OpenStack Platform - 16.1 Steps to reproduce ============ 1. Deploy undercloud with net_config_override set 2. Pass a yaml file as input instead of JSON Expected result ========== Expect the undercloud_config to read the yaml file passed Actual result ======== Yaml file is not read, the code runs into errors
I've backported the original fix to train and proposed a follow-up fix to master. Alex, lets aim to get this fixed on 16.2. So maybe just fix the docs on 16.1?
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Release of components for Red Hat OpenStack Platform 16.2.2), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:1001