From e0b9d52bb24ea87e0127d1c1c08e0ea5e62bcb9f Mon Sep 17 00:00:00 2001 From: Brendan Shephard Date: Tue, 7 Jan 2025 15:11:56 +1000 Subject: [PATCH] Remove reference to openstack-ansibleee-operator Signed-off-by: Brendan Shephard --- docs/assemblies/design.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/assemblies/design.adoc b/docs/assemblies/design.adoc index af9ec5536..db75c2b5e 100644 --- a/docs/assemblies/design.adoc +++ b/docs/assemblies/design.adoc @@ -9,9 +9,8 @@ nodes, or other types of nodes. The openstack-operator provides a Kubernetes like abstraction and API for deploying the data plane. It uses the https://github.com/openstack-k8s-operators/openstack-baremetal-operator[openstack-baremetal-operator] -to optionally provision baremetal. It then uses the -https://github.com/openstack-k8s-operators/openstack-ansibleee-operator[openstack-ansibleee-operator] -to execute Ansible to deploy, configure, and orchestrate software on the nodes. +to optionally provision baremetal. It then creates Kubernetes jobs +that execute Ansible to deploy, configure, and orchestrate software on the nodes. The software is typically RPM or container based using the `podman` container runtime.