Add OSS Tools into the CICD cluster model
Change-Id: I0fbe75e6c66c314164e13791e0a67fd98bb53f37
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 480818a..f1b3410 100644
--- a/classes/cluster/virtual-mcp-ocata-cicd/cicd/control/leader.yml
+++ b/classes/cluster/virtual-mcp-ocata-cicd/cicd/control/leader.yml
@@ -26,6 +26,24 @@
- system.gerrit.client
- system.gerrit.client.project.ci
+ # DevOps Portal
+ - service.devops_portal.config
+
+ # Rundeck
+ - system.rundeck.server.docker
+ - system.rundeck.client
+ # Rundeck Projects
+ - system.rundeck.client.project.cicd
+
- 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}