-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add datasources for machine and physical nic #7
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.
One small issue with missing format, otherwise, looks good.
Hi @ianmcmahon I know it has been a while since you opened this PR but we are interested in adding these data sources to the provider. Would you still like to contribute to this PR or should we proceed with our implementation? If yes, feel free to reach out for help if needed :) |
@troyanov for my use case (and i suppose for many more) it would be needed to fetch the maas_machine datasource with pxe_mac_address as input, since the hostname which is currently used here is not predictable in case the machine has been discovered automatically My fork already has this, it may not be the cleanest but it works quite well |
Run `go fmt ./...` to fix Go formatting issues
864bc4f
to
fcc0c85
Compare
7943029
to
683d389
Compare
683d389
to
2d7791f
Compare
@ironashram I incorporated most of what you have in your fork, since it makes a lot of sense. At last, we are ready to run our e2e tests and get some approval here 🎉 |
2d7791f
to
7b6de08
Compare
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.
LGTM
Create datasources for existing machines and physical nics