* Added what will (might?) become the resource agent for managing Anvil!-hosted servers on m3.

Signed-off-by: Digimer <digimer@alteeve.ca>
main
Digimer 7 years ago
parent 636cef0564
commit 14763136f2
  1. 12
      ocf/alteeve/server

@ -0,0 +1,12 @@
#!/usr/bin/perl
#
# This is the resource agent used to manage servers on the Anvil! Intelligent Availability platform.
#
# Based on: https://github.com/ClusterLabs/resource-agents/blob/master/doc/dev-guides/ra-dev-guide.asc
#
use strict;
use warnings;
exit(0);
Loading…
Cancel
Save