Add data for CICD and SL images pull

Change-Id: I81c957e6dadcdb1b294f4f2d9b47327998885c67
Related-bug: #PROD-25515 (PROD:25515)
diff --git a/docker/client/images/monitoring.yml b/docker/client/images/monitoring.yml
new file mode 100644
index 0000000..229152d
--- /dev/null
+++ b/docker/client/images/monitoring.yml
@@ -0,0 +1,17 @@
+parameters:
+  docker:
+    client:
+      enabled: true
+      images:
+      - ${_param:docker_image_alerta}
+      - ${_param:docker_image_alertmanager}
+      - ${_param:docker_image_grafana}
+      - ${_param:docker_image_prometheus}
+      - ${_param:docker_image_prometheus_gainsight}
+      - ${_param:docker_image_prometheus_gainsight_elasticsearch}
+      - ${_param:docker_image_prometheus_relay}
+      - ${_param:docker_image_pushgateway}
+      - ${_param:docker_image_remote_agent}
+      - ${_param:docker_image_remote_collector}
+      - ${_param:docker_image_remote_storage_adapter}
+      - ${_param:docker_image_sf_notifier}
\ No newline at end of file