61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"Name": "OpenNebula",
|
|
"Services": {
|
|
"Global": {
|
|
"Vars": {
|
|
"EnableOpenNebula": true
|
|
},
|
|
"ConfigFiles": [
|
|
{
|
|
"destination": "/etc/hosts",
|
|
"source": "hosts.pktpl.hcl",
|
|
"mode": "600",
|
|
"owner": "root",
|
|
"group": "root"
|
|
}
|
|
]
|
|
},
|
|
"OpenNebula": {
|
|
"EnabledBy": { "var": "EnableOpenNebula", "value": true },
|
|
"ConfigFiles": [
|
|
{
|
|
"destination": "/etc/one/oned.conf",
|
|
"source": "loki-local-config.pktpl.hcl",
|
|
"mode": "600",
|
|
"owner": "loki",
|
|
"group": "grafana"
|
|
}
|
|
],
|
|
"Vars": {
|
|
"AuthEnabled": false,
|
|
"User": "loki",
|
|
"Group": "grafana",
|
|
"HTTPPort": "3100",
|
|
"GRPCPort": "9096",
|
|
"AlertManagerURL": "http://localhost:9093",
|
|
"StorageRoot": "/var/loki",
|
|
"SharedStore": "filesystem",
|
|
"ObjectStore": "filesystem",
|
|
"LogLevel": "error",
|
|
"S3": {
|
|
"URL": "",
|
|
"BucketName": "",
|
|
"APIKey": "",
|
|
"APISecretKey": ""
|
|
}
|
|
},
|
|
"Daemon": {
|
|
"name": "oned",
|
|
"enabled": true
|
|
},
|
|
"Users": {
|
|
"loki": {
|
|
"username": "oneadmin",
|
|
"group": "oneadmin",
|
|
"home" : "/var/lib/one",
|
|
"shell": "/bin/sh"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |