File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ config_opts['yum.conf'] += """
2+
3+ [centos-gluster11]
4+ name=CentOS-$releasever-stream - Gluster 11
5+ metalink=https://mirrors.centos.org/metalink?repo=centos-storage-sig-gluster-11-$releasever-stream&arch=$basearch
6+ #baseurl=http://mirror.stream.centos.org/SIGs/$releasever-stream/storage/$basearch/gluster-11/
7+ gpgcheck=0
8+ enabled=1
9+ """
Original file line number Diff line number Diff line change 3737 - /etc/mock/centos-stream+epel-next-9-{{ os_arch }}.cfg
3838 - /etc/mock/rhel-8-{{ os_arch }}.cfg
3939 - /etc/mock/rhel-9-{{ os_arch }}.cfg
40- - glusterfs-nightly-repo .tpl
40+ - sig-storage-gluster .tpl
4141 - ceph-repo.tpl.j2
4242 - epel-restricted.tpl
4343
Original file line number Diff line number Diff line change 22 lineinfile :
33 path : " {{ mock_config }}"
44 insertafter : EOF
5- line : " include('{{ mock_dir }}/glusterfs-nightly-repo .tpl')"
5+ line : " include('{{ mock_dir }}/sig-storage-gluster .tpl')"
66 with_items :
77 - " {{ mock_dir }}/centos-stream+epel-next-{{ os_vers }}-{{ os_arch }}.cfg"
88 - " {{ mock_dir }}/rhel-{{ os_vers }}-{{ os_arch }}.cfg"
99 loop_control :
1010 loop_var : mock_config
11- when : os_arch == 'x86_64'
1211
1312- name : adapt mock config to use additional template for ceph
1413 block :
You can’t perform that action at this time.
0 commit comments