6df1b20618
Change-Id: I0cbc51eedb218f6b2f7d5c50372ad7a8be9bdcc0
13 lines
457 B
YAML
13 lines
457 B
YAML
---
|
|
project_name: "bifrost"
|
|
|
|
####################
|
|
# Docker
|
|
####################
|
|
bifrost_install_type: "{{ kolla_install_type }}"
|
|
bifrost_tag: "{{ openstack_release }}"
|
|
|
|
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 }}"
|