Install/configure Garage
Add a garage cookbook that installs the garage binary distribution and creates the necessary configuration and system service. Also deploy two new VMs to act as storage nodes. refs #428
This commit is contained in:
6
roles/garage_node.rb
Normal file
6
roles/garage_node.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
name "garage_node"
|
||||
|
||||
run_list %w(
|
||||
kosmos_garage::default
|
||||
kosmos_garage::firewall
|
||||
)
|
||||
Reference in New Issue
Block a user