-
Bug
-
Resolution: Done-Errata
-
Normal
-
6.12.0
-
False
-
-
False
-
CLOSED
-
1,725
-
Rocket
-
-
-
Moderate
-
Yes
Description of problem:
kickstart_networking_setup template does not configure the network
Version-Release number of selected component (if applicable):
6.12
How reproducible:
100%
Steps to Reproduce:
1. Deploy a fresh 6.12 satellite.
2. Configure provisioning setup
3. Create a host and review the template:-
Actual results:
preview shows this:
cat << EOF-cd4e31fd > /etc/sysconfig/network-scripts/ifcfg-\$sanitized_real
and should be without backslash "\"
==========================================
As I am using PXE to provision the host, for me the host is provisioned successfully, however on the client host, it created two entries.
- ls -l /etc/sysconfig/network-scripts
total 8
rw-rr. 1 root root 153 Nov 25 11:44 'ifcfg$sanitized_real'
rw-rr-. 1 root root 365 Nov 25 11:44 ifcfg-ens32
========================================== - cat /etc/sysconfig/network-scripts/ifcfg-\$sanitized_real
BOOTPROTO="dhcp"
DOMAIN="example.com"
DEVICE=ens32
HWADDR="00:50:56:b4:4f:c6"
ONBOOT=yes
PEERDNS=yes
PEERROUTES=yes
DEFROUTE=yes
MTU=1500
Expected results:
Validate interface should be created.
Additional info: