Skip to content

Commit

Permalink
disable bulk_request errand
Browse files Browse the repository at this point in the history
currently it's generating faulty manifests

[#115326619]

Signed-off-by: Derik Evangelista <[email protected]>
  • Loading branch information
Bence Monus authored and Derik Evangelista committed Apr 11, 2016
1 parent 62778bb commit 517e9e8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions templates/logsearch-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,18 +199,18 @@ jobs:
elasticsearch:
master_node: (( grab jobs.elasticsearch_master.networks.default.static_ips.[0] ))

- name: bulk_request
instances: 1
lifecycle: errand
templates:
- {name: bulk_request, release: logsearch}
resource_pool: errand
networks:
- name: default
properties:
bulk_request:
elasticsearch:
host: (( grab jobs.elasticsearch_master.networks.default.static_ips.[0] ))
#- name: bulk_request
#instances: 1
#lifecycle: errand
#templates:
#- {name: bulk_request, release: logsearch}
#resource_pool: errand
#networks:
#- name: default
#properties:
#bulk_request:
#elasticsearch:
#host: (( grab jobs.elasticsearch_master.networks.default.static_ips.[0] ))

- name: smoke-tests
instances: 1
Expand Down

0 comments on commit 517e9e8

Please sign in to comment.