diff options
author | Tyler Baker <forcedinductionz@gmail.com> | 2017-10-25 08:13:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-25 08:13:48 -0700 |
commit | ceb64a544ae771e2e1d1a41e46a59c6f0a9de060 (patch) | |
tree | 0e3aac8edbfd28384469190795fab4e9d07cb9ec /lava-slave/lavapdu.conf | |
parent | ee8ef7b266fe45f2f2bc3ea6a8759e012b021e40 (diff) | |
parent | 26cc005179760bd25b8bdd724a936847c81d24eb (diff) |
Merge pull request #9 from montjoie/dockercompose
Dockercompose
Diffstat (limited to 'lava-slave/lavapdu.conf')
-rw-r--r-- | lava-slave/lavapdu.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lava-slave/lavapdu.conf b/lava-slave/lavapdu.conf new file mode 100644 index 0000000..720c22b --- /dev/null +++ b/lava-slave/lavapdu.conf @@ -0,0 +1,19 @@ +{ + "daemon": { + "hostname": "0.0.0.0", + "port": 16421, + "dbhost": "127.0.0.1", + "dbuser": "pdudaemon", + "dbpass": "pdudaemon", + "dbname": "lavapdu", + "retries": 5, + "logging_level": "INFO" + }, + "pdus": { + "acme-0": { + "driver": "localcmdline", + "cmd_on": "/usr/local/bin/acme-cli -s 192.168.66.2 switch_on %d", + "cmd_off": "/usr/local/bin/acme-cli -s 192.168.66.2 switch_off %d" + } + } +} |