9af94ff055
Change-Id: I2fb2f4cd88638dfc5ccc261a0b113094cba60715 Partially-implements: blueprint better-reconfigure
30 lines
780 B
YAML
30 lines
780 B
YAML
---
|
|
project_name: "rally"
|
|
|
|
rally_services:
|
|
rally:
|
|
container_name: "rally"
|
|
image: "{{ rally_image_full }}"
|
|
enabled: true
|
|
group: "rally"
|
|
volumes:
|
|
- "{{ node_config_directory }}/rally/:{{ container_config_directory }}/:ro"
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
- "kolla_logs:/var/log/kolla/"
|
|
|
|
|
|
########
|
|
# Docker
|
|
########
|
|
rally_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-rally"
|
|
rally_tag: "{{ openstack_release }}"
|
|
rally_image_full: "{{ rally_image }}:{{ rally_tag }}"
|
|
|
|
|
|
####################
|
|
# Database
|
|
####################
|
|
rally_database_name: "rally"
|
|
rally_database_user: "rally"
|
|
rally_database_address: "{{ kolla_internal_fqdn }}:{{ database_port }}"
|