-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Compute instance reservation affinity #5163
Compute instance reservation affinity #5163
Conversation
Oops! It looks like you're using an unknown release-note type in your changelog entries:
Please only use the types listed in https://github.com/GoogleCloudPlatform/magic-modules/blob/master/.ci/RELEASE_NOTES_GUIDE.md. |
Hello! I am a robot who works on Magic Modules PRs. I have detected that you are a community contributor, so your PR will be assigned to someone with a commit-bit on this repo for initial review. Thanks for your contribution! A human will be with you soon. @melinath, please review this PR or find an appropriate assignee. |
Hi! I'm the modular magician. Your PR hasn't generated any diffs, but I'll let you know if a future commit does. |
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.
Unfortunately, Instance and ComputeInstance are both handwritten resources for terraform (and we don't generate any other tools from Magic Modules) so you would need to make changes to the handwritten resources, tests, and docs.
For example, here's the compute instance resource: https://github.com/GoogleCloudPlatform/magic-modules/blob/master/mmv1/third_party/terraform/resources/resource_compute_instance.go.erb
Hi @melinath, it looks like the Do we need to have a manual edit on resources/tests/docs for Ansible? |
@rambleraptor you might know what to do here. |
Would be appreciated if someone can give some directions on how to update the Ansible module. As per my understanding, https://github.com/ansible-collections/google.cloud committers is modular-magician only. We can backtrack the changes/PRs to this repo. |
@rambleraptor do you have any insight on this? |
Any idea how to move forward the changes? |
I saw there was a manual update: adding Is my assumption correct: we don't maintain Ansible via this magic-module anymore, but we can submit a PR directly to the https://github.com/ansible-collections/google.cloud/? |
I think that would be the best course of action. |
Closing this as the question is resolved |
Add
reservationAffinity
field into Instances and InstanceTemplates.If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)