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

Dbp 537 implement autoscaler otc dns handling #20

Merged
merged 8 commits into from
May 7, 2024

Conversation

marhode
Copy link
Contributor

@marhode marhode commented Apr 15, 2024

Description

Links to Tickets or other PRs

Notes

Approval for review

  • All points were discussed with the ticket creator, support-team or product owner. The code upholds all quality guidelines from the PR-template.

Notice: Please remove the WIP label if the PR is ready to review, otherwise nobody will review it.

@marhode marhode requested a review from simoncolincap April 15, 2024 11:49
@marhode marhode self-assigned this Apr 15, 2024
// Creation of a new OTC DNS record
// Deletion of a existing OTC DNS record
// Updating of the IP in a OTC DNS record
package providers
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The structure isn't right, Telekom doesn't implement the Provider interface, so it shouldn't be in the providers package, we should create a separate interface and package for DNS providers.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved the telekom related code into the package "telekom_providers"

@marhode marhode requested a review from dimapin May 2, 2024 06:27
@simoncolincap
Copy link
Contributor

The structure isn't quite right, the code should be in a dns_providers package next to the providers package to allow us to support other DNS providers

@marhode marhode merged commit faddbf7 into main May 7, 2024
4 checks passed
@marhode marhode deleted the DBP-537-Implement-Autoscaler-OTC-DNS-handling branch May 7, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants