chef-cookbooks
chef-cookbooks copied to clipboard
RCB OPS - Chef Cookbooks
Feature request, please. It would ease deployments if Availability Zones could be put in the knife environment and be created when they controller is boot-strapped.
There is a known issue upstream that will prevent you from deleting instance when connected to a network that is not owned by the admin tenant https://bugs.launchpad.net/nova/+bug/1246258
Currently the debug logging flag is included, but not the verbose logging flag.
Currently live_migration_flag is not set in the nova.conf template. This leaves the setting to the defaults, which is good. However, there may be situations where we'd want to override the...
Since havana, nova has the ability to use the rbd backend for ephemeral storage. The relevant configuration lines in nova.conf are: libvirt_images_type = rbd libvirt_Images_rbd_pool = "" libvirt_images_rbd_ceph_conf = ""...
The openvswitch agent can be configured with a different MTU for the VIFs on the compute nodes. Also, nova can be configured with a different MTU on the VIF:VETH pairs....
I'll likely do this within the next month unless someone else gets there first. ipmitool provides a standardised way to get access to a DRAC/ILO/IMM/etc from a host OS, allowing...
could be due to the fact we don't use use_inline_resources in the keepalived vrrp provider
Ideally we'd like to make use of a 'name' attribute override (as with other services) in order to provide a DNS-named endpoint for the novncproxy_base_url conf entry. Overriding the URI...
When using horizon in an HA environment, sessions are not properly retained across horizon instances as the memcache backend is not configured in local_settings.py. The recipe should check if memcache...