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:
parent
078b08acfa
commit
7fa1a08fd2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user