Skip to content
Snippets Groups Projects
Commit 7fa1a08f authored by Ryan Hallisey's avatar Ryan Hallisey
Browse files

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
parent 078b08ac
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment