Add FS_TYPE xfs to RHEL and CentOS images

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
This commit is contained in:
Brad P. Crochet 2016-09-13 13:20:58 -04:00
parent 1b09e77383
commit a3182e7cd3
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ disk_images:
distro: centos7
elements:
- selinux-permissive epel
environment:
FS_TYPE: xfs
-
imagename: ironic-python-agent
arch: amd64

View File

@ -4,6 +4,8 @@ disk_images:
arch: amd64
type: qcow2
distro: rhel7
environment:
FS_TYPE: xfs
-
imagename: ironic-python-agent
arch: amd64