Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nxos_vxlan_vtep: Add dependency checks #53288

Merged
merged 2 commits into from
Mar 8, 2019

Conversation

chrisvanheuveln
Copy link
Contributor

SUMMARY

Some of the N9k-specific attrs are failing due to hardware/feature/resources.

  • global_suppress_arp

    • dependency on TCAM resources
  • global_mcast_group_L3

    • hardware dependency on specific chassis/linecards
    • feature dependency on ngmvpn
  • global_ingress_replication_bgp

    • hardware dependency on specific chassis/linecards

Tested on N9k with/without TCAM resources, various N9k chassis, N7k, N6k. All 100% Pass.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

nxos_vxlan_vtep

Some of the N9k-specific attrs are failing due to hardware/feature/resources.

 * `global_suppress_arp`
   - dependency on TCAM resources

 * `global_mcast_group_L3`
   - hardware dependency on specific chassis/linecards
   - feature dependency on `ngmvpn`

 * `global_ingress_replication_bgp`
   - hardware dependency on specific chassis/linecards

Tested on N9k with/without TCAM resources, various N9k chassis, N7k, N6k. All 100% Pass.
@ansibot
Copy link
Contributor

ansibot commented Mar 4, 2019

@ansibot ansibot added affects_2.8 This issue/PR affects Ansible v2.8 bug This issue/PR relates to a bug. cisco Cisco technologies core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. networking Network category nxos Cisco NXOS community support:network This issue/PR relates to code supported by the Ansible Network Team. test This PR relates to tests. labels Mar 4, 2019
@trishnaguha trishnaguha merged commit cfe4477 into ansible:devel Mar 8, 2019
@chrisvanheuveln chrisvanheuveln deleted the devel-vxlan_vtep branch March 8, 2019 16:28
@sivel sivel removed the needs_triage Needs a first human triage before being processed. label Mar 11, 2019
@ansible ansible locked and limited conversation to collaborators Jul 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.8 This issue/PR affects Ansible v2.8 bug This issue/PR relates to a bug. cisco Cisco technologies core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. networking Network category nxos Cisco NXOS community support:network This issue/PR relates to code supported by the Ansible Network Team. test This PR relates to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants