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.aci_dns_provider - No parameter option to set the Management EPG for the DNS Profile (DCNE-175) #683

Closed
JuanBH255 opened this issue Sep 8, 2024 · 2 comments · Fixed by #691
Labels
enhancement New feature or request jira-sync Sync this issue to Jira

Comments

@JuanBH255
Copy link

JuanBH255 commented Sep 8, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

I do not see an option/parameter to set the Management EPG for the DNS Profile.
Can you please add this feature?

https://docs.ansible.com/ansible/latest/collections/cisco/aci/aci_dns_profile_module.html#examples

New or Affected Module(s):

cisco.aci.aci_dns_provider

APIC version and APIC Platform

  • V 5.2(7g)

Collection versions

  • cisco.aci 2.10.1

References

  • #0000
@JuanBH255 JuanBH255 added the enhancement New feature or request label Sep 8, 2024
@JuanBH255
Copy link
Author

I was able to do this using the aci_rest module below, but I feel like it should be part of the dedicated module cisco.aci.aci_dns_provider as a parameter. When this is complete, can you also please share the code you add to complete this? Thanks!

- name: "Set Mgmt EPG to DNS Profile"
  cisco.aci.aci_rest:
    host: "{{ ansible_host }}"
    username: "{{ username }}"
    password: "{{ password }}"
    validate_certs: no
    path: "api/node/mo/uni/fabric/dnsp-default.json"
    method: post
    content:
      dnsRsProfileToEpg:
        attributes:
          annotation: "orchestrator:ansible"
          tDn: "uni/tn-mgmt/mgmtp-default/oob-default"

@akinross
Copy link
Collaborator

akinross commented Sep 9, 2024

Hi @JuanBH255, Thank you for raising this issue I have added it to the to do items.

@akinross akinross added the jira-sync Sync this issue to Jira label Sep 9, 2024
@github-actions github-actions bot changed the title cisco.aci.aci_dns_provider - No parameter option to set the Management EPG for the DNS Profile cisco.aci.aci_dns_provider - No parameter option to set the Management EPG for the DNS Profile (DCNE-175) Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jira-sync Sync this issue to Jira
Projects
None yet
2 participants