File tree Expand file tree Collapse file tree 12 files changed +4
-16
lines changed
build_containers/molecule
build_openstack_packages/molecule/default
devscripts/molecule/default
edpm_build_images/molecule/default
hci_prepare/molecule/default
run_hook/molecule/default Expand file tree Collapse file tree 12 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 1818- name : Prepare
1919 hosts : all
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_basedir : " {{ ansible_user_dir }}/ci-framework-data/"
2322 roles :
2423 - role : test_deps
Original file line number Diff line number Diff line change 1818- name : Prepare
1919 hosts : all
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_basedir : " {{ ansible_user_dir }}/ci-framework-data/"
2322 roles :
2423 - role : test_deps
Original file line number Diff line number Diff line change 1818- name : Converge
1919 hosts : all
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_basedir : " {{ cifmw_project_dir_absolute }}"
2322 cifmw_bop_openstack_release : master
2423 cifmw_bop_dlrn_baseurl : https://trunk.rdoproject.org/centos9-master
Original file line number Diff line number Diff line change 1818- name : Prepare
1919 hosts : all
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_basedir : " {{ cifmw_project_dir_absolute }}"
2322 roles :
2423 - role : test_deps
Original file line number Diff line number Diff line change 1616
1717- name : Create $HOME/bin dir
1818 ansible.builtin.file :
19- path : " {{ lookup('env', 'HOME') }}/bin"
19+ path : " {{ ansible_user_dir }}/bin"
2020 state : directory
2121 mode : ' 0755'
2222
3030 _arch : " {{ lookup('pipe', 'go env GOARCH') }}"
3131 ansible.builtin.get_url :
3232 url : " https://github.com/cert-manager/cmctl/releases/{{ cifmw_cert_manager_version }}/download/cmctl_{{ _os }}_{{ _arch }}"
33- dest : " {{ lookup('env', 'HOME') }}/bin/cmctl"
33+ dest : " {{ ansible_user_dir }}/bin/cmctl"
3434 mode : " 0755"
3535
3636- name : Verify cert_manager api
3737 environment :
3838 KUBECONFIG : " {{ cifmw_openshift_kubeconfig }}"
3939 PATH : " {{ cifmw_path }}"
40- ansible.builtin.command : " {{ lookup('env', 'HOME') }}/bin/cmctl check api --wait=2m"
40+ ansible.builtin.command : " {{ ansible_user_dir }}/bin/cmctl check api --wait=2m"
Original file line number Diff line number Diff line change 1919 hosts : all
2020
2121 vars :
22- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2322 cifmw_path : " {{ ansible_user_dir }}/.crc/bin:{{ ansible_user_dir }}/.crc/bin/oc:{{ ansible_user_dir }}/bin:{{ ansible_env.PATH }}"
2423 cifmw_use_libvirt : true
2524
Original file line number Diff line number Diff line change 1818- name : Converge
1919 hosts : all
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_edpm_build_images_dry_run : true
2322 cifmw_edpm_build_images_via_rpm : false
2423 roles :
Original file line number Diff line number Diff line change 1717- name : Converge
1818 hosts : all
1919 vars :
20- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2120 cifmw_basedir : " {{ ansible_user_dir }}/ci-framework-data"
2221 cifmw_path : " /path/to/bin"
2322 cifmw_openshift_kubeconfig : " path/to/kubeconfig"
Original file line number Diff line number Diff line change 1818 hosts : all
1919
2020 vars :
21- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2221 cifmw_path : " {{ ansible_user_dir }}/.crc/bin:{{ ansible_user_dir }}/.crc/bin/oc:{{ ansible_user_dir }}/bin:{{ ansible_env.PATH }}"
2322 cifmw_hive_artifacts_dir : " {{ ansible_user_dir }}/ci-framework-data"
2423 cifmw_hive_kubeconfig : test_path
Original file line number Diff line number Diff line change 1919 hosts : all
2020
2121 vars :
22- ansible_user_dir : " {{ lookup('env', 'HOME') }}"
2322 cifmw_path : " {{ ansible_user_dir }}/.crc/bin:{{ ansible_user_dir }}/.crc/bin/oc:{{ ansible_user_dir }}/bin:{{ ansible_env.PATH }}"
2423
2524 roles :
You can’t perform that action at this time.
0 commit comments