9f0db30fd1
This commit is the final commit to apply resource-constraints to all OpenStack services. Depends-on: I39004f54281f97d53dfa4b1dbcf248650ad6f186 Change-Id: I072d69be9698be54775cb0ae286ea2b6ed78776c Implements: blueprint resource-constraints
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
---
|
|
project_name: "tempest"
|
|
|
|
tempest_services:
|
|
tempest:
|
|
container_name: "tempest"
|
|
image: "{{ tempest_image_full }}"
|
|
enabled: true
|
|
group: "tempest"
|
|
volumes:
|
|
- "{{ node_config_directory }}/tempest/:{{ container_config_directory }}/:ro"
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
- "kolla_logs:/var/log/kolla/"
|
|
dimensions: "{{ tempest_dimensions }}"
|
|
|
|
|
|
########
|
|
# Docker
|
|
########
|
|
tempest_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-tempest"
|
|
tempest_tag: "{{ openstack_release }}"
|
|
tempest_image_full: "{{ tempest_image }}:{{ tempest_tag }}"
|
|
tempest_dimensions: "{{ default_container_dimensions }}"
|
|
|
|
###########################
|
|
# 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
|