diff options
Diffstat (limited to 'laas-fog/pharoslaas/pharoslaas.yaml.example')
-rw-r--r-- | laas-fog/pharoslaas/pharoslaas.yaml.example | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/laas-fog/pharoslaas/pharoslaas.yaml.example b/laas-fog/pharoslaas/pharoslaas.yaml.example new file mode 100644 index 0000000..954e0d7 --- /dev/null +++ b/laas-fog/pharoslaas/pharoslaas.yaml.example @@ -0,0 +1,18 @@ +--- +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 |