Add ceph container bind mounts to group_vars
Change-Id: I051996b37d664e0c6257bda4e52488a1d6f05e03
This commit is contained in:
parent
faf988ae24
commit
56f31c2b47
@ -25,9 +25,7 @@
|
|||||||
dest: "/var/log/ceph"
|
dest: "/var/log/ceph"
|
||||||
- include: common-tasks/os-lxc-container-setup.yml
|
- include: common-tasks/os-lxc-container-setup.yml
|
||||||
vars:
|
vars:
|
||||||
list_of_bind_mounts:
|
list_of_bind_mounts: "{{ ceph_container_bind_mounts }}"
|
||||||
- bind_dir_path: "/var/lib/ceph"
|
|
||||||
mount_path: "/openstack/{{ inventory_hostname }}"
|
|
||||||
- include: common-tasks/package-cache-proxy.yml
|
- include: common-tasks/package-cache-proxy.yml
|
||||||
roles:
|
roles:
|
||||||
- role: "ceph-mon"
|
- role: "ceph-mon"
|
||||||
|
19
playbooks/inventory/group_vars/ceph_all.yml
Normal file
19
playbooks/inventory/group_vars/ceph_all.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
# Copyright 2017, Ravi Kumar Boyapati <rboyapat@gmail.com>
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
# ceph default list of bind mounts
|
||||||
|
ceph_container_bind_mounts:
|
||||||
|
- bind_dir_path: "/var/lib/ceph"
|
||||||
|
mount_path: "/openstack/{{ inventory_hostname }}"
|
Loading…
Reference in New Issue
Block a user