-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
6.12.5
-
None
Description of problem:
Red Hat Satellite 6 Image based provisioning of RHEL9 using cloud-init and userdata still creates deprecated ifcfg files
How reproducible: Always
Steps to Reproduce:
1. Create an image for RHEL9.3 with the steps mentioned in https://access.redhat.com/documentation/en-us/red_hat_satellite/6.12/html/provisioning_hosts/provisioning_virtual_machines_in_vmware_vmware-provisioning#Using_VMware_Cloud_Init_and_Userdata_Templates_for_Provisioning_vmware-provisioning
2. Use this image to provision a RHEL9.3 host on satellite.
Actual results:
[root@byron-voorhees ~]# ll /etc/sysconfig/network-scripts/
total 8
rw-rr-. 1 root root 338 Nov 25 12:24 ifcfg-ens32
rw-rr-. 1 root root 1244 Aug 31 08:08 readme-ifcfg-rh.txt
- nmcli conn show
NAME UUID TYPE DEVICE
ens32 152beb06-47c5-c5e8-95a9-385590654382 ethernet ens32
lo 3e2c212c-76c5-4927-bd92-9858b7fcd580 loopback lo
Expected results:
ifcfg files are deprecated and should not be used.
Additional info:
We have bz https://bugzilla.redhat.com/show_bug.cgi?id=2135787 for satellite but this bz is raised mainly for cloud-init & userdata.