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

aci_switch_leaf_selector module #34041

Merged
merged 18 commits into from
Jan 12, 2018

Conversation

brunocalogero
Copy link
Contributor

@brunocalogero brunocalogero commented Dec 19, 2017

SUMMARY

Created new module to add ACI Fabric access policy switch policy leaf profile selectors (infra:LeafS). This module also includes infra:NodeBlk and infra:RsAccNodePGrp.
This is a WIP, integration testing still needed.

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME

aci_switch_leaf_selector

ANSIBLE VERSION
2.5

@ansibot
Copy link
Contributor

ansibot commented Dec 19, 2017

@ansibot ansibot added WIP This issue/PR is a work in progress. Nevertheless it was shared for getting input from peers. aci Cisco ACI community affects_2.5 This issue/PR affects Ansible v2.5 module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. networking Network category new_module This PR includes a new module. new_plugin This PR includes a new plugin. support:community This issue/PR relates to code supported by the Ansible community. ci_verified Changes made in this PR are causing tests to fail. labels Dec 19, 2017
@ansibot ansibot removed the ci_verified Changes made in this PR are causing tests to fail. label Dec 19, 2017
@ryansb ryansb removed the needs_triage Needs a first human triage before being processed. label Dec 19, 2017
@ansible ansible deleted a comment from ansibot Dec 19, 2017
@ansible ansible deleted a comment from ansibot Dec 21, 2017
@dagwieers
Copy link
Contributor

cc @rsmeyers @nilloBE Please test and review !

@rsmeyers
Copy link

It doesn't make sense we still made an extra aci_switch_leaf_selector_node_block module, this should be part of this module.

Also missing PolicyGroup which is part of a leaf selector.

…ad of having seperate modules for the latter
@brunocalogero
Copy link
Contributor Author

brunocalogero commented Jan 2, 2018

This module now includes both infra:NodeBlk and infra:RsAccNodePGrp, limitations have been discussed with @rsmeyers and will be further discussed in meeting to come. Hence I will delete my PR for the node Blk module (and its association with leaf selector)

@ansibot
Copy link
Contributor

ansibot commented Jan 2, 2018

The test ansible-test sanity --test pep8 [?] failed with the following error:

lib/ansible/modules/network/aci/aci_switch_leaf_selector.py:17:161: E501 line too long (180 > 160 characters)

click here for bot help

@ansibot ansibot added the ci_verified Changes made in this PR are causing tests to fail. label Jan 2, 2018
@ansibot ansibot removed the ci_verified Changes made in this PR are causing tests to fail. label Jan 2, 2018
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Jan 10, 2018
@brunocalogero brunocalogero changed the title WIP: added aci_switch_leaf_selector module aci_switch_leaf_selector module Jan 12, 2018
@brunocalogero
Copy link
Contributor Author

integration tests + examples in process of being added

@ansibot
Copy link
Contributor

ansibot commented Jan 12, 2018

@jmcgill298 @schunduri

As a maintainer of a module in the same namespace this new module has been submitted to, your vote counts for shipits. Please review this module and add shipit if you would like to see it merged.

click here for bot help

@ansibot ansibot added community_review In order to be merged, this PR must follow the community review workflow. and removed WIP This issue/PR is a work in progress. Nevertheless it was shared for getting input from peers. labels Jan 12, 2018
@ansibot ansibot removed the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Jan 12, 2018
@ansibot
Copy link
Contributor

ansibot commented Jan 12, 2018

The test ansible-test sanity --test pylint [?] failed with the following errors:

lib/ansible/modules/network/aci/aci_switch_leaf_selector.py:145:19: ansible-format-automatic-specification Format string contains automatic field numbering specification
lib/ansible/modules/network/aci/aci_switch_leaf_selector.py:146:26: ansible-format-automatic-specification Format string contains automatic field numbering specification
lib/ansible/modules/network/aci/aci_switch_leaf_selector.py:152:19: ansible-format-automatic-specification Format string contains automatic field numbering specification
lib/ansible/modules/network/aci/aci_switch_leaf_selector.py:153:26: ansible-format-automatic-specification Format string contains automatic field numbering specification
lib/ansible/modules/network/aci/aci_switch_leaf_selector.py:172:65: ansible-format-automatic-specification Format string contains automatic field numbering specification

click here for bot help

@ansibot ansibot added ci_verified Changes made in this PR are causing tests to fail. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed community_review In order to be merged, this PR must follow the community review workflow. labels Jan 12, 2018
Copy link
Contributor

@dagwieers dagwieers left a comment

Choose a reason for hiding this comment

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

LGTM

@ansibot ansibot removed the ci_verified Changes made in this PR are causing tests to fail. label Jan 12, 2018
@ansibot
Copy link
Contributor

ansibot commented Jan 12, 2018

The test ansible-test sanity --test pylint [?] failed with the following error:

lib/ansible/modules/network/aci/aci_switch_leaf_selector.py:172:65: ansible-format-automatic-specification Format string contains automatic field numbering specification

click here for bot help

@ansibot ansibot added the ci_verified Changes made in this PR are causing tests to fail. label Jan 12, 2018
@ansibot ansibot removed the ci_verified Changes made in this PR are causing tests to fail. label Jan 12, 2018
@dagwieers dagwieers merged commit 545650c into ansible:devel Jan 12, 2018
@dagwieers dagwieers added the cisco Cisco technologies label Feb 23, 2019
@ansible ansible locked and limited conversation to collaborators Apr 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
aci Cisco ACI community affects_2.5 This issue/PR affects Ansible v2.5 cisco Cisco technologies module This issue/PR relates to a module. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. networking Network category new_module This PR includes a new module. new_plugin This PR includes a new plugin. support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants