Description of problem: While upgrade from 16.2 to 17.1.3, the nic config file name got truncated. Version-Release number of selected component (if applicable): 16.2.x How reproducible: The network-environment file in 16.2 is [1] [1] - templates/network-environment.yaml OS::TripleO::ComputeDELL::Net::SoftwareConfig: /home/stack/templates/compute_dell.yaml - After upgrade the overcloud-deploy folder shows that the nic-config file name is truncated as below. [ ll is missing ] $ cat /home/stack/overcloud-deploy/overcloud/overcloud-network-environment.yaml parameter_defaults: ComputeDELLNetworkConfigTemplate: /home/stack/overcloud-deploy/overcloud/nic-configs/compute_de.j2 ... $ less /home/stack/overcloud-deploy/overcloud/nic-configs/compute_de.j2 /home/stack/overcloud-deploy/overcloud/nic-configs/compute_de.j2: No such file or directory But the actual file with correct name exist: ls -l /home/stack/overcloud-deploy/overcloud/nic-configs/ total 20 -rw-r--r--. 1 stack stack 1907 May 27 15:54 compute_dell.j2 Expected results: Truncate should not happen
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 (Moderate: RHOSP 17.1.4 (openstack-tripleo-common and python-tripleoclient) security update), 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/RHSA-2024:9990