File: add-vlan-interfaces-cdfeb39d0f3d444d.yaml

package info (click to toggle)
ironic-python-agent 10.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,416 kB
  • sloc: python: 35,563; sh: 60; makefile: 29
file content (12 lines) | stat: -rw-r--r-- 541 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    Adds the ability to bring up VLAN interfaces and include them in the
    introspection report.  A new kernel params field is added -
    ``ipa-enable-vlan-interfaces``, which defines either the VLAN interface
    to enable, the interface to use, or 'all' - which indicates all
    interfaces.  If the particular VLAN is not provided, IPA will
    use the LLDP information for the interface to determine which VLANs should
    be enabled. See
    `story 2008298 <https://storyboard.openstack.org/#!/story/2008298>`_.