diff options
author | 2019-08-15 10:08:21 -0500 | |
---|---|---|
committer | 2019-08-15 17:52:00 -0500 | |
commit | da8bd0499c80bc576531189ef35d250ca4ed1689 (patch) | |
tree | 60f1c3b5eb3b337d784f62f09f89f2c4734a5cd5 /type/cntt/profiles/host | |
parent | d62d663a2daaf301c6ca5ae7d314e61b904af575 (diff) |
Move ceph to SSD disk and CNTT type polish
Change-Id: Id661d4107efac128fd973c98f06805c44083e93f
Signed-off-by: Kaspars Skels <kaspars.skels@att.com>
Diffstat (limited to 'type/cntt/profiles/host')
-rw-r--r-- | type/cntt/profiles/host/dp-intel-s2600wt.yaml | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/type/cntt/profiles/host/dp-intel-s2600wt.yaml b/type/cntt/profiles/host/dp-intel-s2600wt.yaml index e05a2c7..49ece45 100644 --- a/type/cntt/profiles/host/dp-intel-s2600wt.yaml +++ b/type/cntt/profiles/host/dp-intel-s2600wt.yaml @@ -76,24 +76,21 @@ data: mountpoint: '/var/log' fstype: 'ext4' mount_options: 'defaults' - # - name: 'cephjournal' - # size: '10g' - name: 'var' size: '>100g' filesystem: mountpoint: '/var' fstype: 'ext4' mount_options: 'defaults' - # datadisk: - # partitions: - # - name: 'nova' - # size: '450g' - # filesystem: - # mountpoint: '/var/lib/nova' - # fstype: 'ext4' - # mount_options: 'defaults' - # - name: 'cephosd' - # size: '>100g' + + datadisk: + partitions: + - name: 'nova' + size: '99%' + filesystem: + mountpoint: '/var/lib/nova' + fstype: 'ext4' + mount_options: 'defaults' platform: image: 'xenial' |