Merge "Rework container volumes as hostpath mounts"

This commit is contained in:
Jenkins 2017-03-25 06:07:20 +00:00 committed by Gerrit Code Review
commit a7c923700a
4 changed files with 15 additions and 3 deletions

View File

@ -102,8 +102,8 @@ outputs:
step_config: 'include ::tripleo::profile::base::database::mongodb'
config_image: *mongodb_image
volumes:
- "mongodb:/var/lib/mongodb/"
- "logs:/var/log/kolla:ro"
- /var/lib/mongodb:/var/lib/mongodb
- logs:/var/log/kolla:ro
host_prep_tasks:
- name: create /var/lib/mongodb
file:

View File

@ -91,3 +91,7 @@ outputs:
file:
path: /var/lib/libvirt
state: directory
upgrade_tasks:
- name: Stop and disable nova-compute service
tags: step2
service: name=nova-compute state=stopped enabled=no

View File

@ -85,6 +85,10 @@ outputs:
- /run:/run
- /dev:/dev
- /etc/iscsi:/etc/iscsi
- nova_compute:/var/lib/nova/
- /var/lib/nova/:/var/lib/nova
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
upgrade_tasks:
- name: Stop and disable nova-compute service
tags: step2
service: name=nova-compute state=stopped enabled=no

View File

@ -100,3 +100,7 @@ outputs:
with_items:
- /etc/libvirt/qemu
- /var/lib/libvirt
upgrade_tasks:
- name: Stop and disable libvirtd service
tags: step2
service: name=libvirtd state=stopped enabled=no