
The Kolla project supports building images with user-defined prefixes. However, Kolla-ansible is unable to use those images for installation. This patch fixes that issue. Closes-Bug: #2073541 Change-Id: Ia8140b289aa76fcd584e0e72686e3786215c5a99
21 lines
770 B
YAML
21 lines
770 B
YAML
---
|
|
####################
|
|
# Docker
|
|
####################
|
|
bifrost_tag: "{{ openstack_tag }}"
|
|
|
|
bifrost_deploy_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ docker_image_name_prefix }}bifrost-deploy"
|
|
bifrost_deploy_tag: "{{ bifrost_tag }}"
|
|
bifrost_deploy_image_full: "{{ bifrost_deploy_image }}:{{ bifrost_deploy_tag }}"
|
|
|
|
bifrost_deploy_container_proxy: "{{ container_proxy }}"
|
|
|
|
bifrost_deploy_verbosity: "-vvvv"
|
|
|
|
# Whether to enable the legacy ironic-inspector service
|
|
# NOTE(wszumski): Bifrost plans to remove this option once the native in-band
|
|
# inspection reaches feature parity. Please see:
|
|
# https://bugs.launchpad.net/kolla/+bug/2054685 which contains links for
|
|
# tracking the progress.
|
|
bifrost_enable_ironic_inspector: true
|