Uploaded image for project: 'Satellite'
  1. Satellite
  2. SAT-14067

kickstart_networking_setup template does not configure network

XMLWordPrintable

    • 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.

      1. 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
        ==========================================
      2. 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:

              rhn-support-saydas Sayan Das
              jira-bugzilla-migration RH Bugzilla Integration
              Vijaykumar Sawant Vijaykumar Sawant
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: