Update ocata-cicd model according to changes in cookiecutter

Changes taken from:
cicd: https://gerrit.mcp.mirantis.net/#/c/6751/2
stacklight: taken from virtual-mcp11-k8s-calico/stacklight

Change-Id: I9fa7a0ab76f943b96293584b3f52765965f3b906
diff --git a/classes/cluster/virtual-mcp-ocata-cicd/cicd/control/leader.yml b/classes/cluster/virtual-mcp-ocata-cicd/cicd/control/leader.yml
index f1b3410..28bc297 100644
--- a/classes/cluster/virtual-mcp-ocata-cicd/cicd/control/leader.yml
+++ b/classes/cluster/virtual-mcp-ocata-cicd/cicd/control/leader.yml
@@ -35,15 +35,13 @@
   # Rundeck Projects
   - system.rundeck.client.project.cicd
 
+  # PostgreSQL
+  - system.postgresql.client.pushkin
+  - system.postgresql.client.rundeck
+  - system.postgresql.client.security_monkey
+
+  # Docker
   - system.docker.swarm.master
+
   - cluster.virtual-mcp-ocata-cicd.infra
   - cluster.virtual-mcp-ocata-cicd.cicd.control
-
-parameters:
-  _param:
-    # Rundeck
-    rundeck_db_user: ${_param:rundeck_postgresql_username}
-    rundeck_db_password: ${_param:rundeck_postgresql_password}
-    rundeck_db_host: ${_param:cluster_vip_address}
-    rundeck_postgresql_host: ${_param:cluster_vip_address}
-    rundeck_postgresql_port: ${_param:haproxy_postgresql_bind_port}