X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=openvimd.cfg;h=148e992de788d08cece9c3f2d07d7f6ef3f6d1c6;hb=refs%2Fchanges%2F96%2F1096%2F1;hp=545b739383211b29e004b8b1357879ddcbf63238;hpb=4a8f0df2588232b4d4a903bfcc97b6fc309ead43;p=osm%2Fopenvim.git diff --git a/openvimd.cfg b/openvimd.cfg index 545b739..148e992 100644 --- a/openvimd.cfg +++ b/openvimd.cfg @@ -51,12 +51,12 @@ of_controller_dpid: '00:01:02:03:04:05:06:07' # Openflow Switch identifier (p of_controller_nets_with_same_vlan: false # (by default, true) #Server parameters -http_host: localhost # IP address where openvim is listening (by default, localhost) +http_host: 0.0.0.0 # IP address where openvim is listening (by default, localhost) http_port: 9080 # General port where openvim is listening (by default, 9080) http_admin_port: 9085 # Admin port where openvim is listening (when missing, no administration server is launched) #database parameters -db_host: 0.0.0.0 # by default localhost +db_host: localhost # by default localhost db_user: vim # DB user db_passwd: vimpw # DB password db_name: vim_db # Name of the VIM DB @@ -76,6 +76,10 @@ network_vlan_range_end: 4000 # - ovs : (by default) Use a vlxan mesh between computes to handle the network overlay. # - bridge: Use pre-populated linux bridges with L2 conectivity at compte nodes. network_type : ovs +ovs_controller_ip : localhost # dhcp controller IP address, must be change in order to +ovs_controller_user : "osm_dhcp" # User for the dchp controller for OVS networks +ovs_controller_file_path : "/var/lib/openvim" # Path for dhcp daemon configuration, by default '/var/lib/openvim' + #host bridge interfaces for networks # Apply only for 'network_type: bridge'