blob: da11a56b33104478d656448d6d1cacf2072c6c7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
database: /var/OPNFV/hosts.db
dhcp_log: /var/log/messages
dhcp_server: null
fog:
api_key: /path/to/fog.key # may also put the key directly here
server: http://fogserver.com/fog/
user_key: /path/to/fog_user.key
image_id: 5
installer: null
logging_dir: /var/log/OPNFV/
scenario: os-nosdn-nofeature-noha
hypervisor_config:
networks: /root/laas/conf/network.yaml
vms: /root/laas/conf/domain.yaml
inventory: /root/laas/conf/inventory.yaml
vpn_config: /root/laas/conf/vpn.yaml
|