-
Notifications
You must be signed in to change notification settings - Fork 7
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
Windows linux AI, and ICO updates to c4 #48
Conversation
For examples\gcp-rhel-vm: Had to remove local versions.tf due to conflict of older version with root\version.tf thus just deleted the local versions.tf as it is not needed. After this was done - example VALIDATED. For examples\gcp-windows-vm: Had to remove local versions.tf due to conflict of older version with root\version.tf thus just deleted the local versions.tf as it is not needed. After this was done - example VALIDATED. For examples\gcp-windows-vm-ico-by-densify: variables.tf needed to be modified to set recommendedType = "c4-standard-4"- these changes were also don on readme.md, densify_recommendation.auto.tvars files - VALIDATED. For examples\gcp-linux-vm-ico-by-densify: variables.tf needed to be modified to set recommendedType = "c4-standard-4"- these changes were also don on readme.md, densify_recommendation.auto.tvars files - VALIDATED.
…r C4 Updated all of the AI, TDX, and ICO modules and readme with update for C4
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
examples/gcp-windows-vm/versions.tf
Outdated
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.
Did you mean to delete this file? Just checking.
examples/gcp-rhel-vm/README.md
Outdated
@@ -8,7 +8,7 @@ | |||
|
|||
## Intel Red Hat Enterprise Linux GCP VM Example | |||
|
|||
This module creates a Red Hat Enterprise Linux (RHEL) VM on the Intel Sapphire Rapids CPU. The virtual machine is created on an Intel Sapphire Rapids c3-standard-4 by default. | |||
This module creates a Red Hat Enterprise Linux (RHEL) VM on the Intel 5th Gen Emerald Rapids CPU. The virtual machine is created on an Intel Sapphire Rapids c3-standard-4 by default. |
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.
Should we change this "Intel Sapphire Rapids c3-standard-4"?
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.
It's should say c4-standard-4 by default- Emerald Rapids.
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
User description
This updates both main.tf and readme files for AI and ICO examples for C4 instance
PR Type
enhancement, documentation
Description
c4
series for improved performance.versions.tf
files to resolve version conflicts.recommendedType
settings in ICO examples to align with new machine types.Changes walkthrough 📝
7 files
main.tf
Update machine type to c4-standard-32 in FastChat example
examples/gcp-linux-fastchat-simple/main.tf
machine_type
toc4-standard-32
.main.tf
Update machine type to c4-standard-32 in Stable Diffusion example
examples/gcp-linux-stable-diffusion/main.tf
machine_type
toc4-standard-32
.main.tf
Update machine type to c4-standard-4 in TDX VM example
examples/gcp-linux-tdx-vm/main.tf
machine_type
toc4-standard-4
.variables.tf
Update recommendedType to c4-standard-4 in Linux VM ICO example
examples/gcp-linux-vm-ico-by-densify/variables.tf
recommendedType
toc4-standard-4
.variables.tf
Update recommendedType to c4-standard-4 in Windows VM ICO example
examples/gcp-windows-vm-ico-by-densify/variables.tf
recommendedType
toc4-standard-4
.densify_recommendations.auto.tfvars
Update recommendedType in Linux VM ICO auto.tfvars
examples/gcp-linux-vm-ico-by-densify/densify_recommendations.auto.tfvars
recommendedType
toc4-standard-4
.densify_recommendations.auto.tfvars
Update recommendedType in Windows VM ICO auto.tfvars
examples/gcp-windows-vm-ico-by-densify/densify_recommendations.auto.tfvars
recommendedType
toc4-standard-4
.2 files
versions.tf
Remove local versions.tf file in RHEL VM example
examples/gcp-rhel-vm/versions.tf
versions.tf
file.versions.tf
Remove local versions.tf file in Windows VM example
examples/gcp-windows-vm/versions.tf
versions.tf
file.7 files
main.tf
Correct comment for firewall rules in AI OPEA Codegen example
examples/gen-ai-xeon-opea-codegen/main.tf
README.md
Update processor generation in FastChat README
examples/gcp-linux-fastchat-simple/README.md
README.md
Update processor generation in Stable Diffusion README
examples/gcp-linux-stable-diffusion/README.md
README.md
Update processor generation in TDX VM README
examples/gcp-linux-tdx-vm/README.md
README.md
Update recommendedType in Linux VM ICO README
examples/gcp-linux-vm-ico-by-densify/README.md
recommendedType
toc4-standard-4
.README.md
Update processor generation in RHEL VM README
examples/gcp-rhel-vm/README.md
README.md
Update recommendedType in Windows VM ICO README
examples/gcp-windows-vm-ico-by-densify/README.md
recommendedType
toc4-standard-4
.