2016-03-24 17:13:47 -04:00

46 lines
1.5 KiB
YAML

---
# Copyright 2016, Comcast Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
rally_system_group_name: rally
rally_system_user_name: rally
rally_system_user_comment: Rally System User
rally_system_user_shell: /bin/false
rally_system_user_home: "/var/lib/{{ rally_system_user_name }}"
rally_etc_directory: /etc/rally
rally_git_repo: "https://git.openstack.org/openstack/rally"
rally_git_install_branch: c09af59f0f06db9e74a334aaee4c493119384ea7 # master
rally_git_dest: "/opt/rally_{{ rally_git_install_branch |replace('/', '_') }}"
# Database vars
rally_galera_database_name: rally_service
rally_galera_user: magnum
rally_database_connection_string: mysql+pymysql://{{ rally_galera_user }}:{{ rally_galera_password }}@{{ rally_galera_address }}/{{ rally_galera_database_name }}?charset=utf8
rally_apt_packages:
- build-essential
- libssl-dev
- libffi-dev
- python-dev
- libxml2-dev
- libxslt1-dev
- libpq-dev
- git
- wget
- pymysql
rally_pip_packages:
- setuptools
- rally