cc555c4196
This allows the install type for the project to be different than kolla_install_type This can be used to avoid hitting bug 1786238, since kuryr only supports the source type. Change-Id: I2b6fc85bac092b1614bccfd22bee48442c55dda4 Closes-Bug: #1786238
43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
---
|
|
project_name: "tempest"
|
|
|
|
tempest_services:
|
|
tempest:
|
|
container_name: "tempest"
|
|
image: "{{ tempest_image_full }}"
|
|
enabled: true
|
|
group: "tempest"
|
|
volumes: "{{ tempest_default_volumes + tempest_extra_volumes }}"
|
|
dimensions: "{{ tempest_dimensions }}"
|
|
|
|
|
|
########
|
|
# Docker
|
|
########
|
|
tempest_install_type: "{{ kolla_install_type }}"
|
|
tempest_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ tempest_install_type }}-tempest"
|
|
tempest_tag: "{{ openstack_release }}"
|
|
tempest_image_full: "{{ tempest_image }}:{{ tempest_tag }}"
|
|
tempest_dimensions: "{{ default_container_dimensions }}"
|
|
|
|
tempest_default_volumes:
|
|
- "{{ node_config_directory }}/tempest/:{{ container_config_directory }}/:ro"
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
- "kolla_logs:/var/log/kolla/"
|
|
|
|
tempest_extra_volumes: "{{ default_extra_volumes }}"
|
|
|
|
###########################
|
|
# Tempest Required Resource
|
|
###########################
|
|
image_url: "http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img"
|
|
|
|
tempest_image_id:
|
|
tempest_image_alt_id: "{{ tempest_image_id }}"
|
|
tempest_flavor_ref_id:
|
|
tempest_flavor_ref_alt_id: "{{ tempest_flavor_ref_id }}"
|
|
tempest_public_network_id:
|
|
tempest_floating_network_name:
|
|
tempest_image_ssh_user: cirros
|
|
tempest_image_ssh_password: gocubsgo
|