browbeat/ansible/install/group_vars/all

89 lines
2.4 KiB
Plaintext

---
browbeat_path: /home/stack/browbeat
home_dir: /home/stack
# Login user for the remote hosts
host_remote_user: heat-admin
# Login user for the local/jump machine
local_remote_user: stack
# The Overcloud RC file
overcloudrc: /home/stack/overcloudrc
# The default Shaker
shaker_venv: /home/stack/shakershaker-venv-venv/bin/activate
shaker_centos: /home/stack/shaker-venv/lib/python2.7/site-packages/shaker/resources/image_builder_templates/centos.yaml
# The default Browbeat
browbeat_venv: /home/stack/browbeat-venv
# The default Rally venv
rally_venv: /home/stack/rally-venv
# The default Shaker venv
shaker_venv: /home/stack/shaker-venv
# The default PerfKit venv:
perfkit_venv: /home/stack/perfkit-venv
# Guest images for the Over cloud
centos_image_url: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2
cirros_image_url: http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
# Host where connmond will be running
connmon_host: 192.0.2.1
# DNS Server to add
dns_server: 8.8.8.8
# Collectd interval (seconds)
collectd_interval: 10
# Run collectd on specific nodes:
collectd_undercloud: true
collectd_controller: true
collectd_ceph: true
collectd_compute: false
# epel Repository for collectd packages
epel_repo: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# Graphite Server ip address (Collectd -> Graphite server)
graphite_host: 1.1.1.1
# Graphite prefix / Cloud name used both with graphite and grafana dashboards
graphite_prefix: openstack
# Grafana API Key (Used to upload Grafana dashboards)
grafana_api_key: (Your Grafana API Key)
# Grafana Server IP Address (Can be hosted on the Graphite server)
grafana_host: 1.1.1.1
# Dashboards - Batch number of hosts per row for all-{cpu, memory, disk, network} dashboards
dashboards_batch: 20
# Port for Shaker (5555 should suffice)
shaker_port: 5555
# Should choose m1.small or larger
shaker_flavor: m1.small
# Automates creating a public network that perfkit and shaker utilize
browbeat_pub_net_name: browbeat_public
browbeat_pub_subnet: 1.1.1.1/22
browbeat_pub_pool_start: 1.1.1.1
browbeat_pub_pool_end: 1.1.1.1
browbeat_pub_pool_gw: 1.1.1.1
# Browbeat private subnet
browbeat_pri_net_name: browbeat_private
browbeat_pri_subnet: 172.16.10.0/24
browbeat_pri_pool_start: 172.16.10.2
browbeat_pri_pool_end: 172.16.10.100
browbeat_pri_pool_gw: 172.16.10.1
browbeat_pri_pool_dns: 8.8.8.8
browbeat_router_name: browbeat_router