Skip to content

Missing Bundle(-Ether) Interfaces in network_resources #369

Closed
@tweippert

Description

SUMMARY

Bundle-Ether interfaces are not found by the network resources facts, at least on ASR-9903 IOS-XR 7.5.2.

PR to discuss will follow.

ISSUE TYPE
  • Bug Report
COMPONENT NAME

e.g.: iosxr_l3_interfaces

ANSIBLE VERSION
ansible [core 2.13.0]
  config file = /home/weipperttadm/Develop/iosxr_tests/ansible.cfg
  configured module search path = ['/home/weipperttadm/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /home/weipperttadm/pyenv/lib/python3.9/site-packages/ansible
  ansible collection location = /home/weipperttadm/ansible-aap/collections:/home/weipperttadm/.ansible/collections:/usr/share/ansible/collections
  executable location = /home/weipperttadm/pyenv/bin/ansible
  python version = 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110]
  jinja version = 3.1.2
  libyaml = True
COLLECTION VERSION
Collection  Version
----------- -------
cisco.iosxr 5.0.0
CONFIGURATION

OS / ENVIRONMENT
STEPS TO REPRODUCE
---
- hosts: all
  connection: network_cli
  gather_facts: no

  tasks:

  - name: Gather Facts
    cisco.iosxr.iosxr_facts:
      gather_subset:
        - all
      gather_network_resources:
        - interfaces
        - l2_interfaces
        - l3_interfaces
      available_network_resources: true
EXPECTED RESULTS

Find Bundle-EtherXX Interfaces

ACTUAL RESULTS

No Bundle-Ether Interfaces found in the resources

Metadata

Assignees

No one assigned

    Labels

    has_prThis issue has an associated PR.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Missing Bundle(-Ether) Interfaces in network_resources · Issue #369 · ansible-collections/cisco.iosxr