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 #68109

Closed
AntoinePorte31 opened this issue Mar 9, 2020 · 6 comments
Closed

Cisco ACI - EPG to Domain - Allow Promiscuous #68109

AntoinePorte31 opened this issue Mar 9, 2020 · 6 comments
Labels
aci Cisco ACI community affects_2.10 This issue/PR affects Ansible v2.10 cisco Cisco technologies feature This issue/PR relates to a feature request. module This issue/PR relates to a module. networking Network category support:certified This issue/PR relates to certified code.

Comments

@AntoinePorte31
Copy link

#67957 ### SUMMARY

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

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
@AntoinePorte31 AntoinePorte31 changed the title Cisco ACI - EPG to Domain - Allow Promiscuous Cisco ACI - EPG to Domain - Allow Promiscuous #ansible #ACI Mar 9, 2020
@AntoinePorte31 AntoinePorte31 changed the title Cisco ACI - EPG to Domain - Allow Promiscuous #ansible #ACI Cisco ACI - EPG to Domain - Allow Promiscuous Mar 9, 2020
@ansibot
Copy link
Contributor

ansibot commented Mar 9, 2020

Files identified in the description:
None

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibot ansibot added affects_2.10 This issue/PR affects Ansible v2.10 feature This issue/PR relates to a feature request. needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Mar 9, 2020
@sivel
Copy link
Member

sivel commented Mar 9, 2020

!component =lib/ansible/modules/network/aci/aci_epg_to_domain.py

@ansibot
Copy link
Contributor

ansibot commented Mar 9, 2020

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibot ansibot added aci Cisco ACI community cisco Cisco technologies module This issue/PR relates to a module. networking Network category support:certified This issue/PR relates to certified code. and removed needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Mar 9, 2020
@ansibot ansibot added support:community This issue/PR relates to code supported by the Ansible community. and removed support:certified This issue/PR relates to certified code. labels Mar 24, 2020
@ansibot ansibot added support:certified This issue/PR relates to certified code. and removed support:community This issue/PR relates to code supported by the Ansible community. labels Apr 1, 2020
@aciguru
Copy link
Contributor

aciguru commented Apr 7, 2020

Issue moved to

CiscoDevNet/ansible-aci#4

@dagwieers
Copy link
Contributor

@gundalow Can you close this ticket? Thanks!

@ansible ansible locked and limited conversation to collaborators May 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
aci Cisco ACI community affects_2.10 This issue/PR affects Ansible v2.10 cisco Cisco technologies feature This issue/PR relates to a feature request. module This issue/PR relates to a module. networking Network category support:certified This issue/PR relates to certified code.
Projects
None yet
Development

No branches or pull requests

6 participants