commit | af98d5253522cebdf1b3ea4dba6fead69f4e73b3 | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Wed Apr 08 11:45:34 2020 +0300 |
committer | harhipova <harhipova@mirantis.com> | Wed Apr 08 09:04:59 2020 +0000 |
tree | dd16d030d14ac2b6888b320d17f55b1ebce35db4 | |
parent | a6167bb8a11df5ad022388888b94d88e2d78b8b6 [diff] [blame] |
remove /dev/vdc device from CC contexts PROD-35067 Change-Id: Iab508b4c444062dadfcfba20988a76a81350bf75
diff --git a/tcp_tests/templates/heat-cicd-pike-dvr-sl/salt-context-cookiecutter.yaml b/tcp_tests/templates/heat-cicd-pike-dvr-sl/salt-context-cookiecutter.yaml index e7e23e5..2c1c897 100644 --- a/tcp_tests/templates/heat-cicd-pike-dvr-sl/salt-context-cookiecutter.yaml +++ b/tcp_tests/templates/heat-cicd-pike-dvr-sl/salt-context-cookiecutter.yaml
@@ -53,7 +53,7 @@ ceph_osd_data_partition_prefix: "" ceph_osd_count: '3' ceph_osd_data_disks: "/dev/vdb" - ceph_osd_journal_or_block_db_disks: "/dev/vdc" + ceph_osd_journal_or_block_db_disks: "" ceph_osd_node_count: '3' ceph_osd_journal_size: '3' ceph_osd_deploy_nic: "eth0"