Elasticsearch: Update client and data pod deps

This updates the Elasticsearch client and data pod dependencies
to allow for sequential bring up of the cluster components. As
we want the order to be master->client->data, we add the discovery
service endpoint as a dependency for the client pods and add both
the discovery and client service endpoints as dependencies for
the data pods

Change-Id: Iec6d6f259dc8b7b4f2309b492409cc0e5feab669
Signed-off-by: Steve Wilkerson <sw5822@att.com>
This commit is contained in:
Steve Wilkerson 2019-05-29 09:35:23 -05:00 committed by Steve Wilkerson
parent 8cb4051fc8
commit d334c5b68a

View File

@ -71,10 +71,16 @@ dependencies:
jobs:
- elasticsearch-register-snapshot-repository
elasticsearch_client:
services: null
services:
- endpoint: discovery
service: elasticsearch
jobs: null
elasticsearch_data:
services: null
services:
- endpoint: internal
service: elasticsearch
- endpoint: discovery
service: elasticsearch
jobs: null
elasticsearch_master:
services: null