diff options
author | Tim Rozet <trozet@redhat.com> | 2016-11-18 17:23:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-18 17:23:04 +0000 |
commit | 544894c3bc802fa107cb9d4de61a9f5c42869d39 (patch) | |
tree | da227b7260a18b65c3a3d07595cde17fdeb898eb /config/deploy/deploy_settings.yaml | |
parent | b09c163b900afb060fdf85e15e020b7e036befb6 (diff) | |
parent | e36f790d036c0bfb5d7ed81d656f9bb1f5200a1a (diff) |
Merge "Allow passing a device name to ceph"
Diffstat (limited to 'config/deploy/deploy_settings.yaml')
-rw-r--r-- | config/deploy/deploy_settings.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/deploy/deploy_settings.yaml b/config/deploy/deploy_settings.yaml index e7821f18..ee1dc146 100644 --- a/config/deploy/deploy_settings.yaml +++ b/config/deploy/deploy_settings.yaml @@ -48,6 +48,13 @@ deploy_options: # Whether to run vsperf after the install has completed #vsperf: false + # Specify a device for ceph to use for the OSDs. By default a virtual disk + # is created for the OSDs. This setting allows you to specify a different + # target for the OSDs. The setting must be valid on all overcloud nodes. + # The controllers and the compute nodes all have OSDs setup on them and + # therefore this device name must be valid on all overcloud nodes. + #ceph_device: /dev/sdb + # Set performance options on specific roles. The valid roles are 'Compute', 'Controller' # and 'Storage', and the valid sections are 'kernel' and 'nova' #performance: |