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}/"