Pavlin Radoslavov

Moved all ONOS-specific sample configuration *.cfg files from directory

  tools/package/etc/

to directory

  tools/package/etc/samples/

Also, removed some comments detailing the handling of the configuration
files.

Change-Id: I4e995cd2af3289b6dbbcbf2d3530628d2b197aba
1 # 1 #
2 # Sample configuration for onos-app-fwd. 2 # Sample configuration for onos-app-fwd.
3 -# This configuration file would be placed at: $(KARAF_ROOT)/etc. 3 +#
4 4
5 # 5 #
6 # Reactive flows default matching is InPort, Src MAC, Dst MAC and EtherType fields 6 # Reactive flows default matching is InPort, Src MAC, Dst MAC and EtherType fields
......
1 # 1 #
2 # Sample configuration for Host Location Provider 2 # Sample configuration for Host Location Provider
3 -# This configuration file would be placed at: $(KARAF_ROOT)/etc. 3 +#
4 4
5 # 5 #
6 # Enable host removal on port/device down events. 6 # Enable host removal on port/device down events.
......
1 +#
1 # Sample configuration for link discovery 2 # Sample configuration for link discovery
2 -# Note that the current file location (onos/tools/package/etc) is required for packaging onos and launching it in another location. 3 +#
3 -# If you are launching onos locally, this configuration file would be placed at: $(KARAF_ROOT)/etc
4 4
5 # 5 #
6 # Disable Link Dicovery Permanently (Note: changing this property at runtime will have NO effect) 6 # Disable Link Dicovery Permanently (Note: changing this property at runtime will have NO effect)
......
1 +#
1 # Sample configurations for the NullLinkProvider. 2 # Sample configurations for the NullLinkProvider.
3 +#
2 4
3 # 5 #
4 # If enabled, sets the time between LinkEvent generation, 6 # If enabled, sets the time between LinkEvent generation,
......
1 # 1 #
2 # Sample configuration for onos-app-proxyarp. 2 # Sample configuration for onos-app-proxyarp.
3 -# This configuration file would be placed at: $(KARAF_ROOT)/etc. 3 +#
4 4
5 # 5 #
6 # Enable IPv6 Neighbor Discovery. 6 # Enable IPv6 Neighbor Discovery.
......