3e75a33ad4
Change-Id: Ib4b15ed4feac82d8492b1c0f0238a752eac668e6
14 lines
420 B
YAML
14 lines
420 B
YAML
---
|
|
####################
|
|
# Docker
|
|
####################
|
|
bifrost_tag: "{{ openstack_tag }}"
|
|
|
|
bifrost_deploy_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/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"
|