aboutsummaryrefslogtreecommitdiffstats
path: root/laas/laas.yaml.example
blob: ce8a9cb9a0e4d7a6377a3b1d768027226981cde5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
fog:
    address: "http://myfogserver.com/fog/"
    api_key: "MySecretAPIKey"
    user_key: "MySecretAPIUserKey"

vpn:
    server: "myvpn.ldap.server.org"
    authentication:
        pass: "password"
        user: "cn=root,o=opnfv,dc=iol,dc=unh,dc=edu"
    directory:
        root: "o=opnfv,dc=iol,dc=unh,dc=edu"
        user: "ou=People"
    user:
        objects:
            - top
            - inetOrgPerson

bot:
    address: "http://my-bot.com/endpoint"
    endpoints:
        notification: "/notification"
        failure: "/failure"

dashboard:
    address: "https://labs.lfnetworking.org"
    lab_name: "MY_LAB"