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-bm-cicd-queens-contrail-sl/salt-context-cookiecutter-contrail.yaml b/tcp_tests/templates/heat-bm-cicd-queens-contrail-sl/salt-context-cookiecutter-contrail.yaml index 84546ec..ff9a948 100644 --- a/tcp_tests/templates/heat-bm-cicd-queens-contrail-sl/salt-context-cookiecutter-contrail.yaml +++ b/tcp_tests/templates/heat-bm-cicd-queens-contrail-sl/salt-context-cookiecutter-contrail.yaml
@@ -828,16 +828,15 @@ ceph_version: "nautilus" ceph_hyper_converged: "False" ceph_osd_backend: "bluestore" - ceph_osds_per_device: '1' - ceph_osd_data_size: '' ceph_osd_dmcrypt: False - ceph_osd_journal_partitoning: true ceph_osd_count: "3" ceph_osd_node_count: 3 ceph_osd_block_db_size: 20 ceph_osd_journal_size: 20 ceph_osd_bond_mode: "active-backup" ceph_osd_data_partition_prefix: "" + ceph_osds_per_device: '3' + ceph_osd_data_size: '140' ceph_public_network_allocation: storage ceph_cluster_network: "==IPV4_NET_CONTROL_PREFIX==.0/24"