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

Mapping of DHCP Relay Label into BD Resource #156

Closed
PhilipWhiteside opened this issue Nov 3, 2020 · 1 comment
Closed

Mapping of DHCP Relay Label into BD Resource #156

PhilipWhiteside opened this issue Nov 3, 2020 · 1 comment

Comments

@PhilipWhiteside
Copy link

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 thought that the BD argument of relation_fv_rs_bd_to_relay_p would map in the relay policy into the DB, but it doesn't seem to produce what I thought. This populates within visore fvRsBDToRelayP. What I am trying to do is populate dhcpLbl.

We are trying to make a Relay Policy (#155) and then map it into the BD.

New or Affected Resource(s) + ACI Class(es):

  • dhcpLbl
  • aci_bridge_domain

APIC version and APIC Platform

  • V 4.2 and on-prem

Potential Terraform Configuration

data "aci_tenant" "default" {
  name = "pwhitesi_tf"
}

resource "aci_bridge_domain" "default" {
  tenant_dn                    = data.aci_tenant.default.id
  name                         = "192.168.0.x_16"
  # New argument for label
  relation_fv_rs_bd_to_dhcpLbl = "uni/tn-pwhitesi_tf/relayp-umbrella_dns"
}

References

@AshuSoni-crest
Copy link
Contributor

AshuSoni-crest commented May 5, 2021

We have resolved this issue, You will receive the updates in the next release of terraform-provider-aci v0.6.0. Let me know if you have any other queries.

RutvikS-crest added a commit that referenced this issue Aug 5, 2022
* Updated Read function in access_switch_policy_group

* User security role update (#151)

* Updated fabricNodeControl and userSecurityDomainRole

* Updated user security domain

* Updated Read Function for UI Deletion Test case (#152)

* added set for annotation in ldap_group_map

* Updated resources (#155)

* aaep_to_domain resource file updated, dn changed and description removed (#156)

* updated documentation

* updated documentation for match_rule

* resource_tagannotation updated (#159)

Co-authored-by: Parth-CDS <parth.patel@crestdatasys.com>

* tag_resource schema updated

* Updated Index file of Interface Blacklist

* Updated Mgmt Zone (#162)

* updated docs
RutvikS-crest added a commit that referenced this issue Aug 5, 2022
* Updated Read function in access_switch_policy_group

* User security role update (#151)

* Updated fabricNodeControl and userSecurityDomainRole

* Updated user security domain

* Updated Read Function for UI Deletion Test case (#152)

* added set for annotation in ldap_group_map

* Updated resources (#155)

* aaep_to_domain resource file updated, dn changed and description removed (#156)

* updated documentation

* updated documentation for match_rule

* resource_tagannotation updated (#159)

* tag_resource schema updated

* Updated Index file of Interface Blacklist

* Updated Mgmt Zone (#162)

* updated docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants