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

Fix eos_vlan associated interface check #39661

Merged
merged 2 commits into from May 3, 2018

Conversation

ganeshrn
Copy link
Member

@ganeshrn ganeshrn commented May 3, 2018

SUMMARY
  • Fix eos_vlan associated interface check by comparing
    the interface in want and have by converting the name
    to lower
ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

eos_vlan

ANSIBLE VERSION
2.5
ADDITIONAL INFORMATION

@ganeshrn ganeshrn requested a review from gundalow May 3, 2018 09:16
@ansibot
Copy link
Contributor

ansibot commented May 3, 2018

@ansibot ansibot added bug This issue/PR relates to a bug. 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 support:network This issue/PR relates to code supported by the Ansible Network Team. labels May 3, 2018
@ganeshrn ganeshrn removed the needs_triage Needs a first human triage before being processed. label May 3, 2018
@@ -225,7 +225,7 @@ def map_config_to_obj(module):
interfaces = vlans[0]['vlans'][vlan]

for interface in interfaces['interfaces']:
obj['interfaces'].append(interface)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this in the other vlan modules?

Fix eos_vlan associated interface check by comparing
the interface in want and have without converting the
interface name to lower
@ganeshrn ganeshrn force-pushed the eos_integration_test_fixes branch from 3de8e1b to d8092c6 Compare May 3, 2018 10:20
@ansibot ansibot added the test This PR relates to tests. label May 3, 2018
@ganeshrn ganeshrn merged commit afdc236 into ansible:devel May 3, 2018
@ganeshrn ganeshrn deleted the eos_integration_test_fixes branch May 3, 2018 11:37
ganeshrn added a commit to ganeshrn/ansible that referenced this pull request May 4, 2018
* Fix eos_vlan associated interface check

Fix eos_vlan associated interface check by comparing
the interface in want and have without converting the
interface name to lower

* Update eos_vlan docs

* Update changelog
(cherry picked from commit afdc236)
ganeshrn added a commit that referenced this pull request May 4, 2018
* Fix eos_vlan associated interface check

Fix eos_vlan associated interface check by comparing
the interface in want and have without converting the
interface name to lower

* Update eos_vlan docs

* Update changelog
(cherry picked from commit afdc236)
@ganeshrn ganeshrn moved this from In Review to Need CP into 2.5.3 in zzz NOT USED: Networking Bugs May 7, 2018
@ganeshrn ganeshrn moved this from Need CP into 2.5.3 to Done in zzz NOT USED: Networking Bugs May 7, 2018
oolongbrothers pushed a commit to oolongbrothers/ansible that referenced this pull request May 12, 2018
* Fix eos_vlan associated interface check

Fix eos_vlan associated interface check by comparing
the interface in want and have without converting the
interface name to lower

* Update eos_vlan docs
oolongbrothers pushed a commit to oolongbrothers/ansible that referenced this pull request May 14, 2018
* Fix eos_vlan associated interface check

Fix eos_vlan associated interface check by comparing
the interface in want and have without converting the
interface name to lower

* Update eos_vlan docs
oolongbrothers pushed a commit to oolongbrothers/ansible that referenced this pull request May 14, 2018
* Fix eos_vlan associated interface check

Fix eos_vlan associated interface check by comparing
the interface in want and have without converting the
interface name to lower

* Update eos_vlan docs
tonal pushed a commit to tonal/ansible that referenced this pull request May 15, 2018
* Fix eos_vlan associated interface check

Fix eos_vlan associated interface check by comparing
the interface in want and have without converting the
interface name to lower

* Update eos_vlan docs
oolongbrothers pushed a commit to oolongbrothers/ansible that referenced this pull request May 15, 2018
* Fix eos_vlan associated interface check

Fix eos_vlan associated interface check by comparing
the interface in want and have without converting the
interface name to lower

* Update eos_vlan docs
oolongbrothers pushed a commit to oolongbrothers/ansible that referenced this pull request May 15, 2018
* Fix eos_vlan associated interface check

Fix eos_vlan associated interface check by comparing
the interface in want and have without converting the
interface name to lower

* Update eos_vlan docs
ilicmilan pushed a commit to ilicmilan/ansible that referenced this pull request Nov 7, 2018
* Fix eos_vlan associated interface check

Fix eos_vlan associated interface check by comparing
the interface in want and have without converting the
interface name to lower

* Update eos_vlan docs
@ansible ansible locked and limited conversation to collaborators May 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue/PR relates to a bug. 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 support:network This issue/PR relates to code supported by the Ansible Network Team. test This PR relates to tests.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants