Fix pipeline name

Related-Prod: PROD-36327
Change-Id: Ic4723c5395270b51549d1b160d8a877b0c378ada
diff --git a/jenkins/client/job/ceph/add-osd-daemon.yml b/jenkins/client/job/ceph/add-osd-daemon.yml
new file mode 100644
index 0000000..f4669a5
--- /dev/null
+++ b/jenkins/client/job/ceph/add-osd-daemon.yml
@@ -0,0 +1,36 @@
+parameters:
+  jenkins:
+    client:
+      job:
+        ceph-add-osd:
+          type: workflow-scm
+          concurrent: true
+          display_name: "Ceph - add osd"
+          description: "This pipeline requires ceph luminous version, all clients must be upgraded to luminous version to proceed."
+          discard:
+            build:
+              keep_num: 50
+          scm:
+            type: git
+            url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
+            branch: "${_param:jenkins_pipelines_branch}"
+            credentials: ${_param:jenkins_gerrit_credentials}
+            script: ceph-add-osd-upmap.groovy
+          param:
+            # general parameters
+            SALT_MASTER_URL:
+              type: string
+              description: URL of Salt master
+              default: "${_param:jenkins_salt_api_url}"
+            SALT_MASTER_CREDENTIALS:
+              type: string
+              description: Credentials for login to Salt API
+              default: salt
+            HOST:
+              type: string
+              description: OSD HOST that will be added to Ceph cluster
+              default: 'osd*'
+            CLUSTER_FLAGS:
+              type: string
+              default: ''
+              description: Flags to be aplied before pipeline and after pipeline (comma-separated list)