| commit | 5e541439938d7d593d398dadfd23c3a23c53a971 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Jun 11 11:13:45 2025 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Jul 22 18:00:23 2025 +0200 |
| tree | 76a30e640f1ef6382a384cc271480a53b013b2c2 | |
| parent | 9f39be682467b0618310d75fa650594c6e7a964d [diff] [blame] |
Feature 11049: Cluster management with CAPI in Openstack-based clouds Change-Id: Ie5af0867a97834594b63ddd6151f6423d188ed2c Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/mgmt-operators-and-crds/add-operators-and-crds.sh b/installers/mgmt-operators-and-crds/add-operators-and-crds.sh index 2ee36aa..d2f46fa 100755 --- a/installers/mgmt-operators-and-crds/add-operators-and-crds.sh +++ b/installers/mgmt-operators-and-crds/add-operators-and-crds.sh
@@ -50,3 +50,7 @@ # Add the Argo WorkFlows controller PACKAGE="${SW_CATALOGS_REPO_DIR}/infra-controllers/argo-workflows" cp "${PACKAGE}/templates"/* "${ADDON_CTRL_DIR}/" + +# Add the CAPI controller and providers +PACKAGE="${SW_CATALOGS_REPO_DIR}/infra-controllers/capi" +cp "${PACKAGE}/templates"/* "${ADDON_CTRL_DIR}/"