Feature #24360
closedAdd support for --vlanid in Kickstart Default provisioning template
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1607706
[RFE] Add support for --vlanid in Satellite Kickstart Default provisioning template
Q1 - What is the exact nature of the problem trying to be solved with this request?
A1 - Booting with with VLAN support
Q2 - List the business requirements.
A2 - Some hypervisors and bare metal servers in our environments have vlan tagged provisioning interface. Without this RFE we cannot properly provision them with the default template.
Q3 - Do you have specific timeline dependencies?
A3 - No
Q4 - Can you please explain us the what are the functional requirements? If test cases can be provided this would be even more ideal.
A4 - Just configure a server with VLAN tagged interface and try to provision.
Q5 - Would you be able to assist in testing this functionality if implemented?
A5 - Yes
The customer has implemented this already in their environment in the following way -
network --bootproto <%= dhcp ? 'dhcp' : "static --ip=#{@host.ip} --netmask=#{subnet.mask} --gateway=#{subnet.gateway} --nameserver=#{[subnet.dns_primary, subnet.dns_secondary].select{ |item| item.present? }.join(',')}" > --hostname <= @host ><= os_major >= 6 ? " --device=#{@host.mac}" : '' -><= !@host.provision_interface.try('vlanid').blank? ? " --vlanid #{@host.provision_interface.vlanid}" : '' %>
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Marek Hulán
- Pull request https://github.com/theforeman/community-templates/pull/495 added
Updated by Lukas Zapletal over 5 years ago
- Subject changed from Add support for --vlanid in Kickstart Default provisioning template to Add support for --vlanid in Kickstart Default provisioning template
- Status changed from Ready For Testing to Resolved
- Triaged changed from No to Yes
This was implemented in #27180
Updated by Lukas Zapletal over 5 years ago
- Related to Bug #27180: Provisioning host using vlan tagging added