Merge "Mixing binary and source images for A* and B* projects"
This commit is contained in:
commit
f4b45bef5d
@ -51,20 +51,23 @@ aodh_database_address: "{{ kolla_internal_fqdn }}:{{ database_port }}"
|
||||
####################
|
||||
# Docker
|
||||
####################
|
||||
aodh_api_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-aodh-api"
|
||||
aodh_api_tag: "{{ openstack_release }}"
|
||||
aodh_install_type: "{{ kolla_install_type }}"
|
||||
aodh_tag: "{{ openstack_release }}"
|
||||
|
||||
aodh_api_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ aodh_install_type }}-aodh-api"
|
||||
aodh_api_tag: "{{ aodh_tag }}"
|
||||
aodh_api_image_full: "{{ aodh_api_image }}:{{ aodh_api_tag }}"
|
||||
|
||||
aodh_evaluator_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-aodh-evaluator"
|
||||
aodh_evaluator_tag: "{{ openstack_release }}"
|
||||
aodh_evaluator_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ aodh_install_type }}-aodh-evaluator"
|
||||
aodh_evaluator_tag: "{{ aodh_tag }}"
|
||||
aodh_evaluator_image_full: "{{ aodh_evaluator_image }}:{{ aodh_evaluator_tag }}"
|
||||
|
||||
aodh_listener_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-aodh-listener"
|
||||
aodh_listener_tag: "{{ openstack_release }}"
|
||||
aodh_listener_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ aodh_install_type }}-aodh-listener"
|
||||
aodh_listener_tag: "{{ aodh_tag }}"
|
||||
aodh_listener_image_full: "{{ aodh_listener_image }}:{{ aodh_listener_tag }}"
|
||||
|
||||
aodh_notifier_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-aodh-notifier"
|
||||
aodh_notifier_tag: "{{ openstack_release }}"
|
||||
aodh_notifier_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ aodh_install_type }}-aodh-notifier"
|
||||
aodh_notifier_tag: "{{ aodh_tag }}"
|
||||
aodh_notifier_image_full: "{{ aodh_notifier_image }}:{{ aodh_notifier_tag }}"
|
||||
|
||||
|
||||
|
@ -42,16 +42,19 @@ barbican_database_address: "{{ kolla_internal_fqdn }}:{{ database_port }}"
|
||||
####################
|
||||
# Docker
|
||||
####################
|
||||
barbican_api_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-barbican-api"
|
||||
barbican_api_tag: "{{ openstack_release }}"
|
||||
barbican_install_type: "{{ kolla_install_type }}"
|
||||
barbican_tag: "{{ openstack_release }}"
|
||||
|
||||
barbican_api_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ barbican_install_type }}-barbican-api"
|
||||
barbican_api_tag: "{{ barbican_tag }}"
|
||||
barbican_api_image_full: "{{ barbican_api_image }}:{{ barbican_api_tag }}"
|
||||
|
||||
barbican_keystone_listener_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-barbican-keystone-listener"
|
||||
barbican_keystone_listener_tag: "{{ openstack_release }}"
|
||||
barbican_keystone_listener_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ barbican_install_type }}-barbican-keystone-listener"
|
||||
barbican_keystone_listener_tag: "{{ barbican_tag }}"
|
||||
barbican_keystone_listener_image_full: "{{ barbican_keystone_listener_image }}:{{ barbican_keystone_listener_tag }}"
|
||||
|
||||
barbican_worker_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-barbican-worker"
|
||||
barbican_worker_tag: "{{ openstack_release }}"
|
||||
barbican_worker_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ barbican_install_type }}-barbican-worker"
|
||||
barbican_worker_tag: "{{ barbican_tag }}"
|
||||
barbican_worker_image_full: "{{ barbican_worker_image }}:{{ barbican_worker_tag }}"
|
||||
|
||||
|
||||
|
@ -2,6 +2,9 @@
|
||||
####################
|
||||
# Docker
|
||||
####################
|
||||
bifrost_deploy_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-bifrost-deploy"
|
||||
bifrost_deploy_tag: "{{ openstack_release }}"
|
||||
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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user