chef-cookbooks icon indicating copy to clipboard operation
chef-cookbooks copied to clipboard

RCB OPS - Chef Cookbooks

Results 100 chef-cookbooks issues
Sort by recently updated
recently updated
newest added

When using NetApp, a configuration block is needed like this: ``` cinder: storage: netapp: nfsdirect: export: /vol/cinder_volume login: ### netapp login ### password: ### netapp password ### port: 443 server_hostname:...

cinder-volumes vg wasn't scanned because the filter didn't include anything, just excluded cinder-volumes and everything else ``` diff --git a/templates/default/lvm.conf.erb b/templates/default/lvm.conf.erb index e5e988c..3c5ae34 100644 --- a/templates/default/lvm.conf.erb +++ b/templates/default/lvm.conf.erb @@ -52,7...

bug
backport: havana
backported: havana
fixed in master

Guys, We need to have an LVM filter on the computes nodes: ``` #filter = [ "a/.*/" ] filter = [ "a|^/dev/sda.*$|", "r/.*/" ] ``` LVM on the compute node...

bug

i can see that there is master version separated with havana version, which implies that master version might be icehouse, but where can i find that this master version is...

Attempting to disable slow query logs does not behave as expected. Added to the environment file a few different ways... "mysql" : { "server": { "slow_query_log" : (0|false|"0"|"false") "log_slow_queries": (0|false|"0"|"false")...

bug

The code https://github.com/rcbops-cookbooks/horizon/blob/master/recipes/server.rb#L52-L54 should actually be replaced with something that sets (or merges) `node['apache']['default_modules']` in order to let the Apache cookbook do the recipe includes.

Exisitng PR re-PRed by the author. https://github.com/rcbops-cookbooks/monit/pull/43/commits

enhancement
document
backport: havana
backported: havana
qe: verify havana

this causes the rsyslog-client default recipe to lay down a configuration that may include rsyslog servers from other environments than the current one. role: https://github.com/rcbops/chef-cookbooks/blob/master/roles/rsyslog-client.rb#L9 code that uses the bad...

bug
backport: havana
backported: havana
fixed in master

Resource Usage in dashboard saying something went wrong with version v4.2.2 while ceilometer resource-list is giving output as below root@controller:~# ceilometer resource-list +----------------------------------------------+--------+----------------------------------+----------------------------------+ | Resource ID | Source | User...