--- # It is the common scenario file for EDPM multinode podified deployment cifmw_openshift_user: "kubeadmin" cifmw_openshift_password: "123456789" cifmw_openshift_kubeconfig: "{{ ansible_user_dir }}/.crc/machines/crc/kubeconfig" cifmw_openshift_setup_skip_internal_registry: true # Disables EDPM deployment cifmw_deploy_edpm: false # Update Containers Vars cifmw_update_containers: true # Enable tempest on Podified control plane cifmw_run_tests: true cifmw_install_yamls_vars: BMO_SETUP: false INSTALL_CERT_MANAGER: false pre_infra: - name: Download needed tools inventory: 'localhost,' connection: local type: playbook source: "{{ cifmw_installyamls_repos }}/devsetup/download_tools.yaml" post_infra: - name: Fetch nodes facts and save them as parameters type: playbook inventory: "{{ ansible_user_dir }}/ci-framework-data/artifacts/zuul_inventory.yml" source: fetch_compute_facts.yml post_ctlplane_deploy: - name: Tune rabbitmq resources type: playbook source: rabbitmq_tuning.yml