Fix nodeSelector for services

Some services were running outside control plane so this patch
fixes some of those services.

Sem-Ver: bugfix
Change-Id: Ic417440cd5a274cb96f3c7e4ea261621e5fca85f
diff --git a/roles/cilium/tasks/main.yml b/roles/cilium/tasks/main.yml
index 98b5bb9..f41d119 100644
--- a/roles/cilium/tasks/main.yml
+++ b/roles/cilium/tasks/main.yml
@@ -19,3 +19,7 @@
     chart_version: 1.10.7
     release_namespace: kube-system
     kubeconfig: /etc/kubernetes/admin.conf
+    values:
+      operator:
+        nodeSelector:
+          openstack-control-plane: enabled