public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v1 0/9] Random short subjects
@ 2025-01-14 20:03 cel
  2025-01-14 20:03 ` [PATCH v1 1/9] bringup: prevent the use of vagrant cel
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: cel @ 2025-01-14 20:03 UTC (permalink / raw)
  To: kdevops; +Cc: Chuck Lever

From: Chuck Lever <chuck.lever@oracle.com>

Here is a set of changes I've been toying with since early December
while working on getting AWS hosting to work again. I'm interested
in community comments, objections, or other musings before I just
merge these. There's no real rocket surgery here, but there could be
some controversy.

Work on the nfsd role's logic to set up an LVM for exports, which
was posted here previously, continues slowly. I have something that
seems pretty nice for guestfs, but unfortunately it's complicated
by latent bugs and old changes in terraform when it comes to AWS.
I'm still working on it.

Chuck Lever (9):
  bringup: prevent the use of vagrant
  Remove defconfigs/nfsd
  terraform/aws: Clean up a few nits
  Clean up task messages
  devconfig: Replace import_tasks with include_tasks
  terraform/aws: Enable selection of a Fedora (40) AMI
  terraform/aws: Add a couple more instance types
  terraform/aws: Add support for m7a instance types
  terraform: Hoist aws_profile into the terraform Kconfig

 defconfigs/nfsd                               | 396 ------------------
 docs/kdevops-terraform.md                     |   8 +-
 kconfigs/Kconfig.bringup                      |  16 -
 kconfigs/workflows/Kconfig.shared             |   2 +
 .../devconfig/tasks/install-deps/main.yml     |  22 +-
 playbooks/roles/devconfig/tasks/main.yml      |  10 +-
 playbooks/roles/gen_tfvars/defaults/main.yml  |   1 +
 .../templates/aws/terraform.tfvars.j2         |   1 +
 .../roles/update_etc_hosts/tasks/main.yml     |   2 +-
 scripts/terraform.Makefile                    |   1 +
 terraform/aws/Kconfig                         | 152 ++++++-
 11 files changed, 170 insertions(+), 441 deletions(-)
 delete mode 100644 defconfigs/nfsd

-- 
2.47.1


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

end of thread, other threads:[~2025-01-28 14:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-14 20:03 [PATCH v1 0/9] Random short subjects cel
2025-01-14 20:03 ` [PATCH v1 1/9] bringup: prevent the use of vagrant cel
2025-01-14 20:03 ` [PATCH v1 2/9] Remove defconfigs/nfsd cel
2025-01-14 20:03 ` [PATCH v1 3/9] terraform/aws: Clean up a few nits cel
2025-01-14 20:03 ` [PATCH v1 4/9] Clean up task messages cel
2025-01-14 20:03 ` [PATCH v1 5/9] devconfig: Replace import_tasks with include_tasks cel
2025-01-28 13:03   ` Daniel Gomez
2025-01-28 14:20     ` Chuck Lever
2025-01-28 14:40       ` Daniel Gomez
2025-01-28 14:43         ` Chuck Lever
2025-01-14 20:03 ` [PATCH v1 6/9] terraform/aws: Enable selection of a Fedora (40) AMI cel
2025-01-14 20:03 ` [PATCH v1 7/9] terraform/aws: Add a couple more instance types cel
2025-01-14 20:03 ` [PATCH v1 8/9] terraform/aws: Add support for m7a " cel
2025-01-14 20:03 ` [PATCH v1 9/9] terraform: Hoist aws_profile into the terraform Kconfig cel
2025-01-17 21:05 ` [PATCH v1 0/9] Random short subjects Luis Chamberlain

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