This cookbook is designed to install Ganeti.
- RHEL 8
ganeti_install 'default'
ganeti_initialize 'ganeti.example.com' do
disk_templates %w(plain)
master_netdev 'eth0'
enabled_hypervisors %w(kvm)
nic_mode 'bridged'
nic_link 'br0'
end
ganeti_service 'default' do
action :enable
end
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author:: Oregon State University ([email protected])