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

Cisco ACI - EPG to Domain - Allow Promiscuous #4

Closed
aciguru opened this issue Apr 7, 2020 · 0 comments · Fixed by #79
Closed

Cisco ACI - EPG to Domain - Allow Promiscuous #4

aciguru opened this issue Apr 7, 2020 · 0 comments · Fixed by #79
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@aciguru
Copy link
Contributor

aciguru commented Apr 7, 2020

#67957 ### SUMMARY

Add the choice between Accept / Reject for the "allow promiscuous" option

ISSUE OPENER: AntoinePorte31

ISSUE LINK ansible/ansible#68109

ISSUE TYPE
Feature Idea
COMPONENT NAME
aci_epg_to_domain – Bind EPGs to Domains (fv:RsDomAtt)

ADDITIONAL INFORMATION
Add in Parameter something like "promiscuous" and in the choices : Accept / Reject, in order to fully achieve the vmm domain association with ansible.

- name: Add a new physical domain to EPG binding
      aci_epg_to_domain:
        host: "{{ inventory_hostname }}"
        username: "{{ username }}"
        password: "{{ password }}"
        validate_certs: false
        tenant: Prod_XXX
        ap: Prod_XX
        epg: "{{ epgname }}_EPG"
        domain: dvSwitch_ACI_XX
        domain_type: vmm
        state: present
        deploy_immediacy: immediate
        promiscuous: accept OR reject   <----- NEW OPTION
      delegate_to: localhost
@aciguru aciguru added the enhancement New feature or request label Apr 7, 2020
@aciguru aciguru added aci duplicate This issue or pull request already exists labels Apr 14, 2020
@lhercot lhercot removed their assignment Jun 11, 2020
@lhercot lhercot removed aci duplicate This issue or pull request already exists labels Jun 11, 2020
@lhercot lhercot added this to the 1.1.0 milestone Aug 19, 2020
@shrsr shrsr self-assigned this Sep 23, 2020
@shrsr shrsr linked a pull request Sep 24, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants