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
This commit is contained in:
Kaspars Skels 2019-01-14 17:32:03 -06:00
parent a850b8f29a
commit cdbb75d7c3
1 changed files with 1 additions and 1 deletions

View File

@ -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',