Create separate log partition on all contrail roles.

Change-Id: I1a177be510f240f54f87e2d85f1856697bcf6acd
This commit is contained in:
Omar Rivera 2016-08-16 15:44:21 -05:00 committed by Oleksandr Martsyniuk
parent 0ae5fcffe4
commit 1a4d98bbd5
1 changed files with 12 additions and 1 deletions

View File

@ -16,5 +16,16 @@ volumes:
volumes_roles_mapping:
contrail-db:
- {allocate_size: "min", id: "os"}
- {allocate_size: "all", id: "contrail-db"}
- {allocate_size: "min", id: "contrail-db"}
- {allocate_size: "all", id: "logs"}
# NOTE(gomarivera): It might be needed to specify the partitions
# since the roles could be used in stand alone nodes.
# Furthermore, there is a lot of unallocated space left over.
contrail-config:
- {allocate_size: "min", id: "os"}
- {allocate_size: "all", id: "logs"}
contrail-control:
- {allocate_size: "min", id: "os"}
- {allocate_size: "all", id: "logs"}