Add data for CICD and SL images pull

Change-Id: I81c957e6dadcdb1b294f4f2d9b47327998885c67
Related-bug: #PROD-25515 (PROD:25515)
diff --git a/docker/client/images/cicd.yml b/docker/client/images/cicd.yml
new file mode 100644
index 0000000..cfb713d
--- /dev/null
+++ b/docker/client/images/cicd.yml
@@ -0,0 +1,14 @@
+classes:
+- system.docker.client.images.jenkins_master
+- system.docker.client.images.jenkins_slave
+parameters:
+  docker:
+    client:
+      enabled: true
+      images:
+      - ${_param:docker_image_mysql}
+      - ${_param:docker_image_phpldapadmin}
+      - ${_param:docker_image_openldap}
+      - ${_param:docker_image_gerrit}
+      - ${_param:docker_image_registry}
+      - ${_param:docker_image_visualizer}
\ No newline at end of file