crowbar-core
crowbar-core copied to clipboard
Core deployment for Crowbar
VIPs and floating ips that move between differnet interfaces might stay for very long times cached incorrectly in the neighbor table until the garbage collection kicks in. by default a...
This commit stops port clashes between horizon and haproxy on HA deployments with SSL enabled. Without this patch, the apache ssl recipe adds port 443 to the apache listen.conf file...
Cloud9 is rocky only.
Group names cannot contain dots because it conflicts with the url route /nodes/groups/1.0/:id/:group(.:format) Now JS doesn't allow dots in the group names More info at https://jira.suse.com/browse/SOC-8011
This change allows users to enable BPDU forwarding on OVS bridges that are used for Neutron provider networks (br-fixed, br-floating). Enabling it will allow the physical network to detect and...
Roles can get smart by making recipe inform the role about its dependencies across the proposal. So a recipe will be included by the role only if the attributes registered...
If the admin network is IPv6 setup the ISC DHCPD server to configure and use the IPv6 daemon. For this use a seperate set of ipv6 files to list hosts...
When allocate_ip is called, it returns some data representing the related network information. However, as network attributes can be overridden by having attributes on a node (to override the conduit...
Forgotten nodes are not removed from existing proposals (applied and non-applied). While the webui removes non-existing nodes when displaying a proposal, if only the API is used, applying a proposal...