summaryrefslogtreecommitdiffstats
path: root/roles/ands_openshift/files/heketi/heketi.json
blob: 9efe6106c566681db95c393630ee5eb3e4c8f051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
        "_port_comment": "Heketi Server Port Number",
        "port" : "8080",

        "use_auth" : false,
        "jwt" : {
                "admin" : {
                        "key" : "My Secret"
                },
                "user" : { 
                        "key" : "My Secret"
                }
        },

        "glusterfs" : {
                "executor" : "ssh",
                "sshexec": {
                    "keyfile": "/etc/heketi_keys/id_rsa",
                    "user": "root"
                },
                "db" : "/var/lib/heketi/heketi.db"
        }
}