Remove unneeded Heka bootstrapping code

The Heka bookstrap doesn't do anything different then
the start code.  Remove the boostrap step since it isn't
needed.

Change-Id: Id9906c6e2cef83fd6d1fcbcbef7a32d9948d07a3
Closes-bug: #1631651
This commit is contained in:
Ryan Hallisey 2016-10-08 18:39:29 -04:00
parent 078b08acfa
commit 7fa1a08fd2
1 changed files with 0 additions and 19 deletions

View File

@ -5,22 +5,3 @@
common_options: "{{ docker_common_options }}"
name: "kolla_logs"
register: kolla_logs_volume
- name: Starting heka bootstrap container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
detach: False
environment:
KOLLA_BOOTSTRAP:
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
image: "{{ heka_image_full }}"
labels:
BOOTSTRAP:
name: "bootstrap_heka"
restart_policy: "never"
volumes:
- "{{ node_config_directory }}/heka/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro"
- "kolla_logs:/var/log/kolla/"
when: kolla_logs_volume.changed