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"
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Shlomi Zadok
- Pull request https://github.com/Katello/katello/pull/6522 added
Updated by Justin Sherrill about 8 years ago
- Category set to 215
- Translation missing: en.field_release set to 188
- Difficulty set to easy
Updated by Shlomi Zadok about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|a0ccc0d575ee6c7779bfcc1070571e266c9bbb0a.