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

We need the ability to use a VNC password for console access: http://docs.openstack.org/grizzly/openstack-compute/admin/content/vnc-configuration-options.html A customer has brought up potential security concerns.

enhancement
backport: havana
backported: havana
fixed in master

https://github.com/rcbops-cookbooks/cinder/blob/master/templates/default/cinder.conf.erb#L30 api_paste_confg = /etc/cinder/api-paste.ini should be api_paste_config = /etc/cinder/api-paste.ini And would be the reason to see the keystone info in the config file instead of the ones being used in...

bug
backport: havana
backported: havana
fixed in master

bug
backport: havana
backported: havana
fixed in master

Reminder for future self. 0.3.1 Cirros image we upload hates metadata and takes longer than normal to finish booting sometimes. 0.3.2 seems to fix a lot of things. Nothing major,...

backport: havana
backported: havana
fixed in master

In the code block https://github.com/rcbops-cookbooks/horizon/blob/master/recipes/server.rb#L388-L431 the `theme_image_update_style` and `theme_css_update_style` is described as having the options of `cookbook_list` or `download_list`, whereas the code only allows for a boolean value. The comments...

bug
backport: havana
backported: havana
fixed in master

On Ubuntu, monit is **not** monitoring the following on the controller node, but is on the compute node: ``` openvswitch-switch_ovsdb_server openvswitch-switch_ovs_vswitchd neutron-plugin-openvswitch-agent ``` On CentOS, monit is **not** monitoring the...

bug
backport: havana
backported: havana
fixed in master

I don't currently see a way to override the api_workers variable in neutron.conf. Please expose this variable to us so that we may override it. Thanks!

enhancement
backport: havana
backported: havana
fixed in master

I have attempted many times to spin up a virtual and physical RPC v4.2.2 environment (non-HA and HA) on CentOS 6.5 and everytime I encounter the following error during the...

bug
backport: havana
backported: havana
fixed in master

In RPC v4.2.2, on CentOS, the **openstack-nova-metadata-api** and, on Ubuntu, the **nova-api-metadata** services are not being monitored by monit.

Situtation: Add a keypair. Show key: nova keypair-show Issue: ``` Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/novaclient/shell.py", line 737, in main OpenStackComputeShell().main(map(strutils.safe_decode, sys.argv[1:])) File "/usr/lib/python2.7/dist-packages/novaclient/shell.py", line 673, in main args.func(self.cs,...

bug
document
upstream: openstack