Merge "Use the docker profile to set INSECURE_REGISTRY"

This commit is contained in:
Zuul 2017-12-08 12:36:14 +00:00 committed by Gerrit Code Review
commit 9f5f7342e4
1 changed files with 1 additions and 0 deletions

View File

@ -765,6 +765,7 @@ tripleo::profile::base::docker::docker_options: '--log-driver=journald --signatu
tripleo::profile::base::docker::registry_mirror: {{DOCKER_REGISTRY_MIRROR}}
{{/DOCKER_REGISTRY_MIRROR}}
tripleo::profile::base::docker::debug: "%{hiera('debug')}"
tripleo::profile::base::docker::insecure_registries: ['{{LOCAL_IP}}:8787','{{UNDERCLOUD_ADMIN_HOST}}:8787']
# Keepalived
tripleo::keepalived::controller_virtual_ip: "%{hiera('controller_admin_host')}"