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
#
# Sample configuration for onos-app-fwd.
# This configuration file would be placed at: $(KARAF_ROOT)/etc.
#
#
# Reactive flows default matching is InPort, Src MAC, Dst MAC and EtherType fields
......
#
# Sample configuration for Host Location Provider
# This configuration file would be placed at: $(KARAF_ROOT)/etc.
#
#
# Enable host removal on port/device down events.
......
#
# Sample configuration for link discovery
# Note that the current file location (onos/tools/package/etc) is required for packaging onos and launching it in another location.
# If you are launching onos locally, this configuration file would be placed at: $(KARAF_ROOT)/etc
#
#
# Disable Link Dicovery Permanently (Note: changing this property at runtime will have NO effect)
......
#
# Sample configuration for onos-app-proxyarp.
# This configuration file would be placed at: $(KARAF_ROOT)/etc.
#
#
# Enable IPv6 Neighbor Discovery.
......