-
Notifications
You must be signed in to change notification settings - Fork 140
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
Tier1 gvnic in simple instance #203
Tier1 gvnic in simple instance #203
Conversation
0bd5857
to
68735f9
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.
Address whitespace for sure.
Big picture Q: I see this is doing a simple job of exposing GVNIC + Tier 1 settings for the user in the network configuration. I like that. I believe there are also requirements on the VM image as well as VM family.
I think it is probably best not to address them (allow it to fail at apply) and am wondering if you implicitly agree.
Is there anything else I have to do to make this work? Modify the VPC? I have tried modifying the omnia example to adopt this, and am getting startup-script errors that look like basic networking problems (DNS, no outbound connection, something like that)
I agree. I have tested that, if machine type is not compatible with tier 1 networking or the OS is not compatible with gVNIC, then apply fails. |
I was not able to reproduce. I ran through cloud build and deployed omnia in my local env using |
77d798a
to
9ad65d6
Compare
I still can't deploy omnia with Tier 1 enabled. But it is stuck waiting on the startup script to complete and I have no reason to believe it would work with default bandwidth tier. I believe this is ready to go but we should add a targeted integration test with Tier 1. |
Curious what is going wrong with your omnia example. I deployed omnia again this morning with tier 1 on and got no error. From discussion with Carlos, I have opened a task to add integration testing for this functionality to our backlog. |
Submission Checklist
pre-commit install
make tests
change?
guides?