a3182e7cd3
The default fs type for DIB is ext, but some services need XFS, like Ceph. So, this sets the environment variable to enable an XFS fs. Change-Id: I5475040d6dee44fa952853ce513ca9f837d95be7 Closes-Bug: #1622671
14 lines
222 B
YAML
14 lines
222 B
YAML
disk_images:
|
|
-
|
|
imagename: overcloud-full
|
|
arch: amd64
|
|
type: qcow2
|
|
distro: rhel7
|
|
environment:
|
|
FS_TYPE: xfs
|
|
-
|
|
imagename: ironic-python-agent
|
|
arch: amd64
|
|
type: qcow2
|
|
distro: rhel7
|