kayobe-config-dev/etc/kayobe/docker.yml
Pierre Riteau 306394500c Synchronise with kayobe-config for Train
Synchronises the configuration with kayobe-config prior to creating a
stable/train branch.

This commit also defines the Ceph and Swift storage networks, which had
been skipped in the Stein sync.

Change-Id: I67521122e8a87b2e0637e8f671c3fbc0b8f0fbb5
2019-12-16 18:58:54 +01:00

39 lines
1.1 KiB
YAML

---
###############################################################################
# Docker configuration.
# Name of the docker storage driver. Default is 'devicemapper'.
docker_storage_driver: overlay
# Name of the docker storage LVM volume group.
#docker_storage_volume_group:
# Name of the docker storage data LVM volume.
#docker_storage_volume_thinpool:
# Size of the docker storage data LVM volume (see lvol module size argument).
#docker_storage_volume_thinpool_size:
# Name of the docker storage metadata LVM volume.
#docker_storage_volume_thinpool_meta:
# Size of the docker storage metadata LVM volume (see lvol module size
# argument).
#docker_storage_volume_thinpool_meta_size:
# URL of docker registry
#docker_registry:
# CA of docker registry
#docker_registry_ca:
# List of Docker registry mirrors.
#docker_registry_mirrors:
# Enable live-restore on docker daemon
#docker_daemon_live_restore:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes