Bug #17924
closedNetwork snippets missing from atomic kickstart
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1406506
The Satellite Atomic Kickstart does not include "network snippets" causing provisioned atomic hosts to not have the correct network information
There is no network section in https://github.com/Katello/katello/blob/master/app/views/foreman/unattended/kickstart-katello-atomic.erb similar to
https://github.com/Katello/katello/blob/master/app/views/foreman/unattended/kickstart-katello.erb#L31-L38
Steps to Verify
1) Provision an atomic host (using dhcp)
2) Login to the provisioned host
3) cat "/etc/sysconfig/network-scripts/if-eth0"
You should be able to see the dhcp host name
4) Go to the hosts page of this host and check out the provisioning template . Make sure a section like the following exists
"network --bootproto dhcp --hostname toledo --device=00:1a:4a:3e:a6:14"