Actions
Feature #10835
closedAdd support for VLAN ID into the image
Description
Hello,
I need to boot and provision a host on a trunk link on which no native vlan is supported. So I do need discvovery image to support VLAN id as any el7 does :
cat /etc/sysconfig/network-scripts/ifcfg-em1.733 gives
VLAN=yes
ONBOOT=yes
MTU=1500
NM_CONTROLLED=no
HOTPLUG=no
... so as to dhcp deliver an IP.
could an ID option in the kernel parameter do such a thing?
Updated by Lukas Zapletal over 9 years ago
- Tracker changed from Bug to Feature
- Subject changed from new discovery image with vlan ID support to Add support for VLAN ID into the image
- Category changed from Discovery plugin to Image
- Status changed from New to Duplicate
We track this feature already: http://projects.theforeman.org/issues/9945
Updated by Lukas Zapletal over 9 years ago
- Has duplicate Feature #9945: Add vlan kernel command line params to configure primary interface VLAN added
Actions