From: Chuck Lever <cel@kernel.org>
To: <kdevops@lists.linux.dev>
Cc: Chuck Lever <chuck.lever@oracle.com>
Subject: [PATCH 1/7] docs: Remove OpenStack documentation
Date: Fri, 31 Oct 2025 20:50:14 -0400 [thread overview]
Message-ID: <20251101005020.3492781-3-cel@kernel.org> (raw)
In-Reply-To: <20251101005020.3492781-1-cel@kernel.org>
From: Chuck Lever <chuck.lever@oracle.com>
Remove all OpenStack-related documentation from kdevops-terraform.md
including the general OpenStack section and the minicloud-specific
configuration instructions.
Generated-by: Claude AI
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
docs/kdevops-terraform.md | 35 -----------------------------------
1 file changed, 35 deletions(-)
diff --git a/docs/kdevops-terraform.md b/docs/kdevops-terraform.md
index 3291444d2f72..8f511ef5ecf3 100644
--- a/docs/kdevops-terraform.md
+++ b/docs/kdevops-terraform.md
@@ -11,7 +11,6 @@ Below are the list of clouds providers currently supported:
* aws - Amazon Web Service
* gce - Google Cloud Compute
* oci - Oracle Cloud Infrastructure
- * openstack (special minicloud support added)
You configure which cloud provider you want to use, what feature from that
cloud provider you want to use, and then you can use kdevops to select which
@@ -173,40 +172,6 @@ application id. Set these values via "make menuconfig" in the
Terraform Providers submenu.
-### Openstack
-
-Openstack is supported. This solution relies on the clouds.yaml file for
-openstack configuration. This simplifies setting up authentication
-considerably.
-
-#### Minicloud Openstack support
-
-minicloud has a custom setup where the you have to SSH with a special port
-depending on the IP address you get, if you enable minicloud we do this
-computation for you and tell you where to SSH to, but we also have support
-to update your ~/ssh/config for you.
-
-Please note that minicloud takes a while to update its ports / mac address
-tables, and so you may not be able to log in until after about 5 minutes after
-you are able to create the nodes. Have patience.
-
-Your terraform.tfvars may look something like:
-
-```
-instance_prefix = "my-random-project"
-
-image_name = "Debian 10 ppc64le"
-flavor_name = "minicloud.tiny"
-
-ssh_config_pubkey_file = "~/.ssh/minicloud.pub"
-ssh_config = "~/.ssh/config"
-ssh_config_user = "debian"
-ssh_config_update = "true"
-ssh_config_use_strict_settings = "true"
-ssh_config_backup = "true"
-
-```
-
### AWS - Amazon Web Services
AWS is supported. For authentication, kdevops relies on a shared
--
2.51.0
next prev parent reply other threads:[~2025-11-01 0:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-01 0:50 [PATCH 0/7] Remove support for OpenStack-based clouds Chuck Lever
2025-11-01 0:50 ` [PATCH] CLAUDE.md: Suggest method for checking generated Kconfig files Chuck Lever
2025-11-01 0:50 ` Chuck Lever [this message]
2025-11-01 0:50 ` [PATCH 2/7] CLAUDE.md: Remove OpenStack from infrastructure list Chuck Lever
2025-11-01 0:50 ` [PATCH 3/7] kconfigs: Remove remaining OpenStack references Chuck Lever
2025-11-01 0:50 ` [PATCH 4/7] scripts: Remove OpenStack from terraform.Makefile Chuck Lever
2025-11-01 0:50 ` [PATCH 5/7] playbooks: Remove OpenStack ansible support Chuck Lever
2025-11-01 0:50 ` [PATCH 6/7] terraform: Remove OpenStack from Kconfig.providers Chuck Lever
2025-11-01 0:50 ` [PATCH 7/7] terraform: Remove OpenStack provider directory Chuck Lever
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251101005020.3492781-3-cel@kernel.org \
--to=cel@kernel.org \
--cc=chuck.lever@oracle.com \
--cc=kdevops@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox