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

mso_schema_site_service_graph creates a GET API call to all schemas, if schema has not been created yet (DCNE-215) #307

Closed
juchowan opened this issue Oct 17, 2024 · 0 comments · Fixed by #308
Labels
bug Something isn't working jira-sync Sync this issue to Jira

Comments

@juchowan
Copy link
Contributor

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

In a scenario where we create at the same time schema and service graph, the CustomizeDiff function that is aimed at validating connector type, it should create a call to a specific schema with /schemas/schema_id, but since it doesnt know the schema ID yet, it creates a GET call to all schemas in NDO.
It would be more optimal with huge deployments if we didnt do any call at this point.

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

  • mso_schema_site_service_graph

MSO version

  • V 4.2.3k

APIC version and APIC Platform for Site level Resources

  • V 5.2/6.0

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

  • #0000
@juchowan juchowan added the enhancement New feature or request label Oct 17, 2024
@akinross akinross added bug Something isn't working jira-sync Sync this issue to Jira and removed enhancement New feature or request labels Oct 18, 2024
@github-actions github-actions bot changed the title mso_schema_site_service_graph creates a GET API call to all schemas, if schema has not been created yet mso_schema_site_service_graph creates a GET API call to all schemas, if schema has not been created yet (DCNE-215) Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working jira-sync Sync this issue to Jira
Projects
None yet
2 participants