13f8aef9f8
Change-Id: I288fa5ea202376d481de6966150e7e050e390f03 Partially-implements: blueprint better-reconfigure Co-Authored-By: caoyuan <cao.yuan@99cloud.net> Closes-Bug: #1796219
31 lines
959 B
YAML
31 lines
959 B
YAML
---
|
|
project_name: "multipathd"
|
|
|
|
multipathd_services:
|
|
multipathd:
|
|
container_name: multipathd
|
|
group: multipathd
|
|
enabled: true
|
|
ipc_mode: "host"
|
|
privileged: True
|
|
image: "{{ multipathd_image_full }}"
|
|
volumes:
|
|
- "{{ node_config_directory }}/multipathd/:{{ container_config_directory }}/:ro"
|
|
- "kolla_logs:/var/log/kolla/"
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
- "/dev/:/dev/"
|
|
- "/run/:/run/:shared"
|
|
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
|
- "/lib/modules:/lib/modules:ro"
|
|
- "/sys/kernel/config:/configfs"
|
|
- "cinder:/var/lib/cinder"
|
|
- "iscsi_info:/etc/iscsi"
|
|
|
|
|
|
####################
|
|
# Docker
|
|
####################
|
|
multipathd_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-multipathd"
|
|
multipathd_tag: "{{ openstack_release }}"
|
|
multipathd_image_full: "{{ multipathd_image }}:{{ multipathd_tag }}"
|