Add marker for Drivetrain nodes to determine them clearly

Change-Id: Ied373ba3e8013f3dbc42a0e9f052177733d0931b
Related-Prod: PROD-25517
(cherry picked from commit 5d26770e015991c9618804b8c83aa24489503a5b)
diff --git a/reclass/storage/system/cicd_control_cluster.yml b/reclass/storage/system/cicd_control_cluster.yml
index 34f0de1..94687ef 100644
--- a/reclass/storage/system/cicd_control_cluster.yml
+++ b/reclass/storage/system/cicd_control_cluster.yml
@@ -19,6 +19,7 @@
             keepalived_vip_priority: 103
             cicd_database_id: 1
             glusterfs_node_role: primary
+            drivetrain_role: cicd
         cicd_control_node02:
           name: ${_param:cicd_control_node02_hostname}
           domain: ${_param:cluster_domain}
@@ -31,6 +32,7 @@
             keepalived_vip_priority: 102
             cicd_database_id: 2
             glusterfs_node_role: secondary
+            drivetrain_role: cicd
         cicd_control_node03:
           name: ${_param:cicd_control_node03_hostname}
           domain: ${_param:cluster_domain}
@@ -43,3 +45,4 @@
             keepalived_vip_priority: 101
             cicd_database_id: 3
             glusterfs_node_role: secondary
+            drivetrain_role: cicd
\ No newline at end of file