
We have only one value for install_type now and it gets removed from image names. Change-Id: I8bf95fd7aa9dd26b80d618ca0fcb097003b4cb0a
12 lines
409 B
YAML
12 lines
409 B
YAML
---
|
|
####################
|
|
# Docker
|
|
####################
|
|
bifrost_tag: "{{ openstack_tag }}"
|
|
|
|
bifrost_deploy_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-bifrost-deploy"
|
|
bifrost_deploy_tag: "{{ bifrost_tag }}"
|
|
bifrost_deploy_image_full: "{{ bifrost_deploy_image }}:{{ bifrost_deploy_tag }}"
|
|
|
|
bifrost_deploy_container_proxy: "{{ container_proxy }}"
|