browbeat/ansible/check/group_vars/undercloud
Joe 4bb7679f47 Fix Checks
Change-Id: Ic2c6089fecec7034c9c6345d218211aaf5b136ab
2016-04-28 15:02:45 -04:00

51 lines
1.9 KiB
YAML

---
ansible_become: true
tuned_profile: throughput-performance
rabbitmq_fd: 1600
haproxy_max_connections: 4096
mariadb_max_connections: 4096
mysqld_soft_fd: 16384
nova_vif_timeout: 300
netdev_max_backlog: 100000
keystone_threads: 6
keystone_processes: 2
checks :
bz1282491 :
url: "https://bugzilla.redhat.com/show_bug.cgi?id=1282491"
name: "update default file descriptor setting"
bz1281584 :
url: "https://bugzilla.redhat.com/show_bug.cgi?id=1281584"
name: "Director does not create an haproxy configuration that conforms to our best-practice recommendations"
bz1266253 :
url: "https://bugzilla.redhat.com/show_bug.cgi?id=1266253"
name: "increase mariadb max_connection default value"
buffer_pool_size:
url: "none"
name: "mariadb buffer pool size tuning"
mysqld_safe_soft_fd:
url: "none"
name: "mariadb file descriptor setting not high enough"
bz1293712 :
url: "https://bugzilla.redhat.com/show_bug.cgi?id=1293712"
name: "/etc/udev/rules.d/99-dhcp-all-interfaces.rules causes a slow and miserable degradation until things fail"
nova_vif_timeout_result:
url: "none"
name: "Nova VIF timeout should be >= 300"
bz1264740:
url: "https://bugzilla.redhat.com/show_bug.cgi?id=1264740"
name: "RHEL OSP Director must be configure with nova-event-callback by default"
rabbit_partitioned:
url: "none"
name: "Rabbit is currently partitioned - YMMV... Good luck."
tuned_profile_result:
url: "none"
name: "Ensure Tuned Profile is set to throughput-performance"
neutron_rootwrap_daemon:
url: "none"
name: "Ensure rootwrap has daemon mode enabled"
bz1330980:
url: "https://bugzilla.redhat.com/show_bug.cgi?id=1330980"
name: "Undercloud deployed with 1 keystone worker and cpu_count for threads"
# vi:syntax=yaml