From 94c29d0b885e5db631a309ca608a84a289e20040 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 30 Jan 2019 11:05:34 -0600 Subject: [PATCH] ceph-ansible: adds back lvm_auto_discovery tests to pipeline and prs Signed-off-by: Andrew Schoen --- .../config/definitions/ceph-ansible-pipeline.yml | 4 ++-- ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml b/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml index 52ad98ae..8b7fabe6 100644 --- a/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml +++ b/ceph-ansible-pipeline/config/definitions/ceph-ansible-pipeline.yml @@ -436,9 +436,9 @@ current-parameters: true - name: 'ceph-ansible-prs-dev-centos-container-lvm_batch' current-parameters: true - - name: 'ceph-ansible-prs-dev-lvm_auto_discovery' + - name: 'ceph-ansible-prs-dev-centos-non_container-lvm_auto_discovery' current-parameters: true - - name: 'ceph-ansible-prs-dev-lvm_auto_discovery_container' + - name: 'ceph-ansible-prs-dev-centos-container-lvm_auto_discovery' current-parameters: true - conditional-step: condition-kind: shell diff --git a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml index 643297f4..ad37d6a9 100644 --- a/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml +++ b/ceph-ansible-prs/config/definitions/ceph-ansible-prs.yml @@ -24,6 +24,7 @@ - add_osds - rgw_multisite - purge + - lvm_auto_discovery jobs: - 'ceph-ansible-prs-pipeline' @@ -274,4 +275,4 @@ - archive: artifacts: 'logs/**' allow-empty: true - latest-only: false \ No newline at end of file + latest-only: false -- 2.39.5