--- # Ceph Overrides: with the following parameters we are able to # customize the container version and the cephadm package that # is installed in the HCI nodes. # # Override the Ceph container tag and deploy Tentacle cifmw_cephadm_container_tag: "v20" # Override the Ceph Tools repo and install cephadm Tentacle cifmw_cephadm_repository_override: true cifmw_cephadm_version: "tentacle" cifmw_cephadm_prepare_host: true # Apply the new spec version for RGW/TLS cifmw_rgw_ssl_backward_compatibility: false cifmw_install_yamls_vars: BMO_SETUP: false INSTALL_CERT_MANAGER: false cifmw_edpm_prepare_skip_crc_storage_creation: true pre_deploy: - name: 61 HCI pre deploy kustomizations type: playbook source: control_plane_hci_pre_deploy.yml cifmw_services_swift_enabled: false post_ceph: - name: 80 Run Ceph hook playbook type: playbook source: ceph.yml cifmw_cephadm_log_path: "{{ cifmw_basedir ~ '/logs/ceph'}}" post_deploy: - name: 81 Kustomize OpenStack CR with Ceph type: playbook source: control_plane_ceph_backends.yml - name: 82 Kustomize and update Control Plane type: playbook source: control_plane_kustomize_deploy.yml cifmw_block_device_size: 20G cifmw_services_manila_enabled: true pre_tests: - name: 90 Create manila resources type: playbook source: manila_create_default_resources.yml cifmw_run_tests: true cifmw_tempest_container: openstack-tempest-all cifmw_tempest_tests_allowed_override_scenario: true cifmw_test_operator_tempest_tempestconf_config: overrides: | identity.v3_endpoint_type public share.run_share_group_tests false share.capability_storage_protocol cephfs share.suppress_errors_in_cleanup true