Files
mgmt/examples/lang/bmc-power.mcl
James Shubin e6d614f4dd engine: resources: Add a bmc resource
This resource manages bmc devices in servers or elsewhere. This also
integrates with the provisioner code.
2025-01-03 18:19:31 -05:00

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.