
+ Tag OSP General performance Dashboards and Link all together + Display Per-Process CPU as 100% = one core utilized rather than 100% = all cores utilized + Better display of Process/Thread Counts + Add ceilometer-polling process to collectd-openstack configs Change-Id: I066d298cb1394b581d993ea91154aa73604b5dde
107 lines
3.2 KiB
Plaintext
107 lines
3.2 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 Browbeat venv
|
|
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 Overcloud
|
|
images:
|
|
centos7:
|
|
url: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2
|
|
cirros:
|
|
url: http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
|
|
|
|
# DNS Server to add
|
|
dns_server: 8.8.8.8
|
|
|
|
# epel7 rpm for collectd packages
|
|
epel7_rpm: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
|
|
|
|
# Host where connmond will be running
|
|
connmon_host: 192.0.2.1
|
|
|
|
########################################
|
|
# Collectd Configuration
|
|
########################################
|
|
# Interval in seconds
|
|
collectd_interval: 10
|
|
# Run collectd on specific openstack nodes:
|
|
collectd_undercloud: true
|
|
collectd_controller: true
|
|
collectd_ceph: true
|
|
collectd_compute: false
|
|
|
|
########################################
|
|
# Graphite Configuration
|
|
########################################
|
|
# Graphite Server ip address (Collectd -> Graphite server)
|
|
graphite_host: 1.1.1.1
|
|
graphite_port: 80
|
|
# Graphite prefix / Cloud name used both with graphite and grafana dashboards
|
|
graphite_prefix: openstack
|
|
# Graphite username and password for login on the dashboard
|
|
graphite_username: root
|
|
graphite_password: calvin
|
|
|
|
########################################
|
|
# Grafana Dashboarding Configuration
|
|
########################################
|
|
# Grafana Server IP Address/Port (Can be hosted on the Graphite server)
|
|
grafana_host: 1.1.1.1
|
|
grafana_port: 3000
|
|
grafana_username: admin
|
|
grafana_password: admin
|
|
# Batch number of hosts per row for all-{cpu, memory, disk, network} openstack dashboards
|
|
dashboards_batch: 20
|
|
# For use with all-{cpu, memory, disk, network} openstack dashboards, uses the graphite prefix to create dashboards for specific openstack cloud
|
|
dashboard_cloud_name: "{{graphite_prefix}}"
|
|
|
|
########################################
|
|
# Shaker Configuration
|
|
########################################
|
|
# Port for Shaker (5555 should suffice)
|
|
shaker_port: 5555
|
|
# Should choose m1.small or larger
|
|
shaker_flavor: m1.small
|
|
# Shaker centos image builder template
|
|
shaker_centos: "{{shaker_venv}}/lib/python2.7/site-packages/shaker/resources/image_builder_templates/centos.yaml"
|
|
shaker_region: regionOne
|
|
|
|
########################################
|
|
# Browbeat Network Configuration
|
|
########################################
|
|
# 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
|
|
# 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
|