public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/2] aws: add dynamic kconfig support
@ 2025-09-07  4:23 Luis Chamberlain
  2025-09-07  4:23 ` [PATCH 1/2] aws: add dynamic cloud configuration support using AWS CLI Luis Chamberlain
  2025-09-07  4:23 ` [PATCH 2/2] aws: enable GPU AMI support for GPU instances Luis Chamberlain
  0 siblings, 2 replies; 10+ messages in thread
From: Luis Chamberlain @ 2025-09-07  4:23 UTC (permalink / raw)
  To: Chuck Lever, Daniel Gomez, kdevops; +Cc: Luis Chamberlain

Changes on this v2:
 - adds the docs suggested by Chuck
 - splits GPU amis in a separate patch
 - drops the static files, as they are just noise
   and I can instead re-generate them on the fly when
   we decide this is ready to merge.

I've also changed the default GPU AMI to use
"Deep Learning OSS Nvidia Driver AMI GPU PyTorch*Ubuntu 22.04*" as that
actually has pytorch.

Luis Chamberlain (2):
  aws: add dynamic cloud configuration support using AWS CLI
  aws: enable GPU AMI support for GPU instances

 .gitignore                                    |    3 +
 defconfigs/aws-gpu-g6e-ai                     |   42 +
 docs/cloud-configuration.md                   |  268 ++++
 .../templates/aws/terraform.tfvars.j2         |    5 +
 scripts/aws-cli                               |  436 +++++++
 scripts/aws_api.py                            | 1161 +++++++++++++++++
 scripts/dynamic-cloud-kconfig.Makefile        |  101 +-
 scripts/generate_cloud_configs.py             |  198 ++-
 terraform/aws/kconfigs/Kconfig.compute        |  109 +-
 9 files changed, 2233 insertions(+), 90 deletions(-)
 create mode 100644 defconfigs/aws-gpu-g6e-ai
 create mode 100644 docs/cloud-configuration.md
 create mode 100755 scripts/aws-cli
 create mode 100755 scripts/aws_api.py

-- 
2.50.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-09-08 20:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-07  4:23 [PATCH 0/2] aws: add dynamic kconfig support Luis Chamberlain
2025-09-07  4:23 ` [PATCH 1/2] aws: add dynamic cloud configuration support using AWS CLI Luis Chamberlain
2025-09-07 17:24   ` Chuck Lever
2025-09-07 22:10     ` Luis Chamberlain
2025-09-07 22:12       ` Luis Chamberlain
2025-09-08 14:12       ` Chuck Lever
2025-09-08 14:21       ` Chuck Lever
2025-09-08 15:23       ` Chuck Lever
2025-09-08 20:22         ` Luis Chamberlain
2025-09-07  4:23 ` [PATCH 2/2] aws: enable GPU AMI support for GPU instances Luis Chamberlain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox