Merge "Revert "Create missing directories before mounting them"" into stable/rocky

This commit is contained in:
Zuul 2019-01-19 15:40:49 +00:00 committed by Gerrit Code Review
commit fe11adecfc
4 changed files with 0 additions and 13 deletions

View File

@ -231,10 +231,6 @@ outputs:
file:
path: /etc/ceph
state: directory
- name: ensure /var/lib/glance exists
file:
path: /var/lib/glance
state: directory
upgrade_tasks:
- when: step|int == 0
tags: common

View File

@ -106,10 +106,6 @@ outputs:
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
host_prep_tasks:
- name: ensure /etc/iscsi exists
file:
path: /etc/iscsi
state: directory
- name: stat /lib/systemd/system/iscsid.socket
stat: path=/lib/systemd/system/iscsid.socket
register: stat_iscsid_socket

View File

@ -166,10 +166,6 @@ outputs:
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
host_prep_tasks:
- name: create /var/lib/mistral directory
file:
path: /var/lib/mistral
state: directory
- name: create persistent logs directory
file:
path: /var/log/containers/mistral

View File

@ -459,7 +459,6 @@ outputs:
state: directory
with_items:
- /srv/node
- /var/cache/swift
- /var/log/swift
- /var/log/containers
- name: Set swift_use_local_disks fact