Remove heka_socket vol and unwedge some containers
The presence of heka_socket:/var/lib/kolla/heka with containers that log to /dev/log, such as nova-ssh cause a wedge on starting as /var/lib/kolla/heka/log is never created due to the removal of heka. This means that ssh data, such as config and keys are never sync'd and sshd is never started. Change-Id: Ia561526e6caf82eebd18c6e31cbeb1738b9ff602 Closes-Bug: #1672207 Signed-off-by: Dave Walker (Daviey) <email@daviey.com>
This commit is contained in:
parent
c0df4ab8b6
commit
936722f01c
@ -32,7 +32,6 @@ nova_services:
|
||||
- "kolla_logs:/var/log/kolla"
|
||||
- "nova_compute:/var/lib/nova"
|
||||
- "{% if enable_cinder_backend_nfs | bool %}/var/lib/nova/mnt:/var/lib/nova/mnt:shared{% endif %}"
|
||||
- "heka_socket:/var/lib/kolla/heka/"
|
||||
placement-api:
|
||||
container_name: "placement_api"
|
||||
group: "placement-api"
|
||||
|
@ -160,7 +160,6 @@
|
||||
- "{{ node_config_directory }}/swift-object-server/:{{ container_config_directory }}/:ro"
|
||||
- "{{ swift_devices_mount_point }}:{{ swift_devices_mount_point }}"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- "heka_socket:/var/lib/kolla/heka/"
|
||||
when: inventory_hostname in groups['swift-object-server']
|
||||
|
||||
- name: Starting swift-object-auditor container
|
||||
@ -174,7 +173,6 @@
|
||||
- "{{ node_config_directory }}/swift-object-auditor/:{{ container_config_directory }}/:ro"
|
||||
- "{{ swift_devices_mount_point }}:{{ swift_devices_mount_point }}"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- "heka_socket:/var/lib/kolla/heka/"
|
||||
when: inventory_hostname in groups['swift-object-server']
|
||||
|
||||
- name: Starting swift-object-replicator container
|
||||
|
Loading…
x
Reference in New Issue
Block a user