-
Notifications
You must be signed in to change notification settings - Fork 26
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
ACI should use the configurable DNS server #127
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code looks really good, untested, but all sounds sensible, one q on the UI
src/main/resources/com/microsoft/jenkins/containeragents/aci/dns/AciDnsConfig/config.jelly
Outdated
Show resolved
Hide resolved
Thank you. I will do a manual test during this week. |
- ignoring whitespaces in image name - ignore empty dns server name
I tested it manually in Azure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor naming concerns
src/main/java/com/microsoft/jenkins/containeragents/aci/dns/AciDnsConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/com/microsoft/jenkins/containeragents/aci/dns/AciDnsServer.java
Outdated
Show resolved
Hide resolved
- using better names
adjust the UI so that the DNS configuration for the deployment template can be filled out
Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
Ensure that the pull request title represents the desired changelog entry
Please describe what you did
Link to relevant issues in GitHub or Jira
Link to relevant pull requests, esp. upstream and downstream changes
Ensure you have provided tests - that demonstrates feature works or fixes the issue