This resource manages bmc devices in servers or elsewhere. This also integrates with the provisioner code.
13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
# A standard bmc might connect with:
|
|
bmc:power "gofishs://ADMIN@127.0.0.1:8800" {
|
|
#username => "ADMIN",
|
|
password => "ADMIN",
|
|
#driver => "gofishs", # https gofish
|
|
|
|
state => "on",
|
|
|
|
Meta:poll => 10, # required until BMC's support real events!
|
|
}
|
|
|
|
# The testing rpc example can connect to: rpcs://127.0.0.1:8800 instead.
|