Merge pull request #2 from w-miller/bifrost-overlay-ci

Use overlay Docker storage for seed CI
This commit is contained in:
Mark Goddard 2018-08-07 09:23:30 +01:00 committed by GitHub
commit 0859c8e444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 13 deletions

View File

@ -4,8 +4,7 @@
# Name of the docker storage driver. Supported values include 'devicemapper'
# and 'overlay'.
# NOTE: This is configured in group_vars for the seed and overcloud groups.
#docker_storage_driver:
docker_storage_driver: overlay
# Name of the docker storage LVM volume group.
#docker_storage_volume_group:

View File

@ -1,3 +0,0 @@
---
# Use the overlay docker storage driver as it doesn't require LVM.
docker_storage_driver: overlay

View File

@ -1,7 +0,0 @@
---
# Don't use the overlay driver as it doesn't work with the ansible template
# module until ansible 2.4.0.
docker_storage_driver: devicemapper
# Size of the docker storage data LVM volume (see lvol module size argument).
docker_storage_volume_thinpool_size: 45%VG

View File

@ -23,7 +23,9 @@
# List of seed volume groups. See mrlesmithjr.manage-lvm role for
# format.
#seed_lvm_groups:
# NOTE: We set this to an empty list here because the default Docker storage
# driver (overlay) does not require any LVM groups.
seed_lvm_groups: []
# Default list of seed volume groups. See mrlesmithjr.manage-lvm role for
# format.