tripleo-common/roles/tripleo-image-serve/defaults/main.yml
Steve Baker f26a38a27a Role to install apache to serve container images
Since podman doesn't yet support mirrors, this service needs to be run
on the host instead of in a container, because there is no reliable
way to get the image onto the undercloud.

Blueprint: podman-support
Change-Id: I5c4920ffbd70171baa4d8ba3ace70b11358aa506
2019-02-13 12:04:58 +13:00

6 lines
142 B
YAML

# defaults file for apache-image-serve
container_registry_host: localhost
container_registry_port: 8787
image_data_dir: /var/lib/image-serve