chef-cookbooks
chef-cookbooks copied to clipboard
RCB OPS - Chef Cookbooks
needs this patch first which fixes bad syntax in json file - https://github.com/rcbops/chef-cookbooks/pull/666
Use cases exist where users need to retrieve usage information, but not be able to create or delete anything in the environment. This necessitates the creation of a read-only Keystone...
When I created a parameter.rb under recipes directory and uploaded to the Chef automate, knife displayed below syntax error message. Would you help me what did I wrong? #cat ~/sysctl/recipes/parameter.rb...
In [cinder_modwsgi.py](https://github.com/rcbops-cookbooks/cinder/blob/master/files/default/cinder_modwsgi.py), cinder.flags is used to handle arguments but flags no longer exists; as such, the supplied cinder_modwsgi.py file will not work for Cinder on the Icehouse release. It seems...
I receive this ERROR after running chef-client on ha-controller1. It has happened with one other user as well, can anyone else re-create? Chef-client tries to start the rabbitmq-server service but...
Version information: root@552315-controller1:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.5 LTS Release: 12.04 Codename: precise root@552315-controller1:~# uname -a Linux 552315-controller1 3.8.0-44-generic #66~precise1-Ubuntu SMP Tue...
Bug introduced by https://github.com/rcbops-cookbooks/nova-network/commit/b6d2d595f0f12834fa98bb254ba615dae175dfa6 also affects v4.2.3rc https://github.com/rcbops-cookbooks/nova-network/commit/37bf3d52df649ac500e0b2669f7375346981d74e 2014-10-29 13:34:37.750 23665 ERROR neutron.service [-] Unrecoverable error: please check log for details. 2014-10-29 13:34:37.750 23665 TRACE neutron.service Traceback (most recent call...
Before the commit: ``` # cat monit/conf.d/keystone.conf # This file autogenerated by Chef # Do not edit, changes will be overwritten check process keystone matching "^((/usr/bin/)?python\d? )?(/usr/bin/)?keystone-all\b" start program =...
The default value for allow_resize_to_same_host in /etc/nova/nova.conf is false and it is currently not overrideable in the cookbooks. Customers are requesting this to be set to true to prevent instances...