Sha256: ccf7e44fc02a83d459164b6db6b7b0094b77a93c2c3c30bbf5ba5c83f810edc3
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
#------------------------ # Configuration file for hva. #------------------------ # directory to store VM local data. config.vm_data_dir = "/home/demo/vm" # Decides what kind of edge networking will be used. If omitted, the default 'netfilter' option will be used # * 'netfilter' # * 'legacy_netfilter' #no longer supported, has issues with multiple vnic vm isolation # * 'openflow' #experimental, requires additional setup # * 'off' config.edge_networking = 'netfilter' # netfilter and openflow config.enable_ebtables = true config.enable_iptables = true # display netfilter and openflow commands config.verbose_netfilter = false config.verbose_openflow = false # netfilter log output flag config.packet_drop_log = false # debug netfilter config.debug_iptables = false # Use ipset for netfilter config.use_ipset = false # Directory used by Open vSwitch daemon for run files config.ovs_run_dir = '/usr/var/run/openvswitch' # Path for ovs-ofctl config.ovs_ofctl_path = '/usr/bin/ovs-ofctl' # Trema base directory config.trema_dir = '/home/demo/trema'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wakame-vdc-agents-11.12.0 | config/hva.conf.example |