Project

General

Profile

Actions

Feature #24360

closed

Add support for --vlanid in Kickstart Default provisioning template

Added by Marek Hulán almost 6 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Category:
TFTP
Target version:
-
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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}" : '' -><= _interface.try('vlanid').blank? ? " --vlanid #{@host.provision_interface.vlanid}" : '' %>


Related issues 1 (0 open1 closed)

Related to Foreman - Bug #27180: Provisioning host using vlan tagging ClosedLukas ZapletalActions
Actions #1

Updated by The Foreman Bot almost 6 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
Actions #2

Updated by Lukas Zapletal over 4 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

Actions #3

Updated by Lukas Zapletal over 4 years ago

  • Related to Bug #27180: Provisioning host using vlan tagging added
Actions

Also available in: Atom PDF