
This commit adds checks for Glanec API and Registry workers Change-Id: I1aa4280158e8c85ae1e956bc9c4e46847830d2e1
60 lines
2.4 KiB
YAML
60 lines
2.4 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
|
|
|
|
checks :
|
|
bz1095811 :
|
|
url: "https://bugzilla.redhat.com/show_bug.cgi?id=1095811"
|
|
name: "Network connectivity issues after 1000 netns"
|
|
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"
|
|
neutron_dnsmasq_mtu:
|
|
url: "https://bugs.launchpad.net/tripleo/+bug/1590100"
|
|
name: "Ensure there is no dnsmasq setting to force MTU"
|
|
neutron_conf_mtu:
|
|
url: "https://bugs.launchpad.net/tripleo/+bug/1590101"
|
|
name: "The global_physnet_mtu should not be set unless by Administrator"
|
|
glance_api_workers:
|
|
url: "https://bugzilla.redhat.com/show_bug.cgi?id=1361285"
|
|
name: "Glance API wokres should be set to None , thereby defaulting to number of cores"
|
|
glance_registry_workers:
|
|
url: "https://bugzilla.redhat.com/show_bug.cgi?id=1361285"
|
|
# vi:syntax=yaml
|