OpenSearch/plugins/discovery-azure-classic/src/main/java/org/elasticsearch
Ryan Ernst 4f5a934d92 Plugins: Convert custom discovery to pull based plugin (#21398)
* Plugins: Convert custom discovery to pull based plugin

This change primarily moves registering custom Discovery implementations
to the pull based DiscoveryPlugin interface. It also keeps the cloud
based discovery plugins re-registering ZenDiscovery under their own name
in order to maintain backwards compatibility. However,
discovery.zen.hosts_provider is changed here to no longer fallback to
discovery.type. Instead, each plugin which previously relied on the
value of discovery.type now sets the hosts_provider to itself if
discovery.type is set to itself, along with a deprecation warning.
2016-11-08 12:52:10 -08:00
..
cloud/azure/classic Plugins: Convert custom discovery to pull based plugin (#21398) 2016-11-08 12:52:10 -08:00
discovery/azure/classic Plugins: Make UnicastHostsProvider extension pull based (#21036) 2016-10-20 09:13:59 -07:00
plugin/discovery/azure/classic Plugins: Convert custom discovery to pull based plugin (#21398) 2016-11-08 12:52:10 -08:00