f257e79aff
Currently there is no option to set container_proxy only for one service (e.g. magnum). This change adds this option. Change-Id: Ia938ee660ebe8ce84321f721b6292b0b58a06e20
15 lines
510 B
YAML
15 lines
510 B
YAML
---
|
|
project_name: "bifrost"
|
|
|
|
####################
|
|
# Docker
|
|
####################
|
|
bifrost_install_type: "{{ kolla_install_type }}"
|
|
bifrost_tag: "{{ openstack_tag }}"
|
|
|
|
bifrost_deploy_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ bifrost_install_type }}-bifrost-deploy"
|
|
bifrost_deploy_tag: "{{ bifrost_tag }}"
|
|
bifrost_deploy_image_full: "{{ bifrost_deploy_image }}:{{ bifrost_deploy_tag }}"
|
|
|
|
bifrost_deploy_container_proxy: "{{ container_proxy }}"
|