File tree Expand file tree Collapse file tree 19 files changed +16
-25
lines changed
set_openstack_containers/defaults
update_containers/defaults Expand file tree Collapse file tree 19 files changed +16
-25
lines changed Original file line number Diff line number Diff line change 1+ ../../group_vars
Original file line number Diff line number Diff line change 11---
22cifmw_reportportal_dry_run : false
3- cifmw_reportportal_basedir : " {{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}"
3+ cifmw_reportportal_basedir : " {{ cifmw_basedir }}"
44cifmw_reportportal_datarouter_url : " "
55cifmw_reportportal_datarouter_username : " "
66cifmw_reportportal_datarouter_password : " "
Original file line number Diff line number Diff line change 2020cifmw_reproducer_controller_user : " {{ hostvars['controller-0']['ansible_ssh_user'] | default('zuul') }}"
2121cifmw_reproducer_controller_user_dir : " /home/{{ cifmw_reproducer_controller_user }}"
2222cifmw_reproducer_controller_basedir : " {{ cifmw_reproducer_controller_user_dir }}/ci-framework-data"
23- cifmw_reproducer_basedir : " {{ cifmw_basedir | default( ansible_user_dir ~ '/ci-framework-data') }}"
23+ cifmw_reproducer_basedir : " {{ cifmw_basedir }}"
2424cifmw_reproducer_src_dir : " {{ cifmw_ci_src_dir | default( ansible_user_dir ~ '/src') }}"
2525cifmw_reproducer_kubecfg : " {{ cifmw_libvirt_manager_configuration.vms.crc.image_local_dir }}/kubeconfig"
2626cifmw_reproducer_params : {}
Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ cifmw_rhol_crc_base_url: >-
3939# In case we don't use cifmw_basedir it will get the
4040# base_dir of the project if .git exists - change dir
4141# does not affect other tasks:
42- cifmw_rhol_crc_basedir : >-
43- {{ cifmw_basedir | default( ansible_user_dir ~ '/ci-framework-data') }}
42+ cifmw_rhol_crc_basedir : " {{ cifmw_basedir }}"
4443cifmw_rhol_crc_binary_folder : " {{ ansible_user_dir }}/bin"
4544cifmw_rhol_crc_binary : " {{ cifmw_rhol_crc_binary_folder }}/crc"
4645cifmw_rhol_crc_force_cleanup : false
Original file line number Diff line number Diff line change 1212 {%- else -%}
1313 {{ hook.source }}
1414 {%- endif -%}
15- _bdir : >-
16- {{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}
15+ _bdir : " {{ cifmw_basedir }}"
1716 _operator_namespace : >-
1817 {{
1918 cifmw_install_yamls_defaults['OPERATOR_NAMESPACE'] |
Original file line number Diff line number Diff line change 1717
1818# All variables intended for modification should be placed in this file.
1919# All variables within this role should have a prefix of "cifmw_set_openstack_containers"
20- cifmw_set_openstack_containers_basedir : " {{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}"
20+ cifmw_set_openstack_containers_basedir : " {{ cifmw_basedir }}"
2121cifmw_set_openstack_containers_registry : quay.io
2222cifmw_set_openstack_containers_namespace : podified-antelope-centos9
2323cifmw_set_openstack_containers_tag : current-podified
Original file line number Diff line number Diff line change 1919# All variables within this role should have a prefix of "cifmw_shiftstack"
2020cifmw_shiftstack_ansible_command_logs_dir : " {{ cifmw_shiftstack_basedir }}/ansible_command_logs"
2121cifmw_shiftstack_artifacts_dir : " {{ cifmw_shiftstack_basedir }}/artifacts"
22- cifmw_shiftstack_basedir : " {{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}/tests/shiftstack"
22+ cifmw_shiftstack_basedir : " {{ cifmw_basedir }}/tests/shiftstack"
2323cifmw_shiftstack_client_incluster_secret_manifest : " {{ cifmw_shiftstack_client_pod_name }}_incluster_secret.yml"
2424cifmw_shiftstack_client_incluster_secret_name : " incluster-kubeconfig"
2525cifmw_shiftstack_client_pod_image : " quay.io/shiftstack-qe/shiftstack-client:latest"
Original file line number Diff line number Diff line change 1818# All variables intended for modification should be placed in this file.
1919# All variables within this role should have a prefix of "cifmw_sushy_emulator"
2020
21- cifmw_sushy_emulator_basedir : >-
22- {{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}
21+ cifmw_sushy_emulator_basedir : " {{ cifmw_basedir }}"
2322cifmw_sushy_emulator_container_name : " cifmw-sushy_emulator"
2423cifmw_sushy_emulator_driver : libvirt
2524cifmw_sushy_emulator_driver_openstack_client_config_file : /etc/openstack/clouds.yaml
Original file line number Diff line number Diff line change 1717
1818# All variables intended for modification should be placed in this file.
1919# All variables within this role should have a prefix of "cifmw_tempest"
20- cifmw_tempest_artifacts_basedir : " {{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}/tests/tempest"
20+ cifmw_tempest_artifacts_basedir : " {{ cifmw_basedir }}/tests/tempest"
2121cifmw_tempest_default_groups :
2222 - default
2323cifmw_tempest_default_jobs :
Original file line number Diff line number Diff line change 1919 hosts : all
2020 vars :
2121 ansible_user_dir : " {{ lookup('env', 'HOME') }}"
22- cifmw_basedir : " {{ ansible_user_dir }}/ci-framework-data"
2322 cifmw_install_yamls_tasks_out : " {{ ansible_user_dir }}/zuul-jobs/roles/install_yamls_makes/tasks"
2423 cifmw_install_yamls_defaults :
2524 NAMESPACE : openstack
You can’t perform that action at this time.
0 commit comments