From cdbb75d7c3d9f37b563eff23f35a28c892644173 Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Mon, 14 Jan 2019 17:32:03 -0600 Subject: [PATCH] Align Airship Seaworthy pipeline wiht latest ceph Ceph journals no longer need permanent partitions. Journal disks shall be wiped simlar to OSDs. Change-Id: I65347aea1e1463066bc8311f0a95feab54c773de --- tools/gate/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gate/Jenkinsfile b/tools/gate/Jenkinsfile index 553968314..effddd5d5 100644 --- a/tools/gate/Jenkinsfile +++ b/tools/gate/Jenkinsfile @@ -25,7 +25,7 @@ GENESIS_IP = '10.23.21.11' GENESIS_CREDS = 'airship-seaworthy-key' GENESIS_IPMI_IP = '10.23.104.11' -GENESIS_CEPH_DISKS = ['d', 'e', 'f', 'g', 'h', 'i', 'j', 'k'] +GENESIS_CEPH_DISKS = ['b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k'] IPMI_IPS = ['10.23.104.12', '10.23.104.13',