Skip to content

Commit 7df0af1

Browse files
committed
Skip syncing of less relevant repositories
1 parent 935bfd7 commit 7df0af1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,18 +304,21 @@ rpm_package_repos:
304304
short_name: epel
305305
sync_group: epel
306306
distribution_name: extra-packages-for-enterprise-linux-8-x86_64-
307+
sync: false
307308
- name: Extra Packages for Enterprise Linux Modular 8 - x86_64
308309
url: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-modular-8&arch=x86_64&country=DE&infra=stock&content=centos&protocol=https
309310
base_path: epel/8/Modular/x86_64/
310311
short_name: epel_modular
311312
sync_group: epel
312313
distribution_name: extra-packages-for-enterprise-linux-modular-8-x86_64-
314+
sync: false
313315
- name: Extra Packages for Enterprise Linux 8 - source
314316
url: https://mirrors.fedoraproject.org/mirrorlist?repo=epel-source-8&arch=source&country=DE&infra=stock&content=centos&protocol=https
315317
base_path: epel/8/Everything/source/tree/
316318
short_name: epel_source
317319
sync_group: epel
318320
distribution_name: extra-packages-for-enterprise-linux-8-source-
321+
sync: false
319322

320323
# Third-party repositories
321324
- name: Docker CE for CentOS 8
@@ -324,6 +327,7 @@ rpm_package_repos:
324327
short_name: docker
325328
sync_group: docker
326329
distribution_name: docker-ce-for-centos-8-
330+
sync: false
327331
# Note(piotrp): With repository size of 39G - for now we'll want this on_demand
328332
- name: ELK repository for 7.x packages
329333
url: https://artifacts.elastic.co/packages/oss-7.x/yum
@@ -332,6 +336,7 @@ rpm_package_repos:
332336
short_name: elasticsearch_logstash_kibana_7_x
333337
sync_group: third_party
334338
distribution_name: elasticsearch-logstash-kibana-7.x-
339+
sync: false
335340
# Note(matta): Sync content immediately as it can be removed from the upstream mirrors
336341
- name: Grafana
337342
url: https://rpm.grafana.com
@@ -702,20 +707,23 @@ rpm_package_repos:
702707
short_name: centos_stream_9_openstack_yoga
703708
sync_group: centos
704709
distribution_name: centos-stream-9-openstack-yoga-
710+
sync: false
705711
# Openstack Zed for CentOS Stream 9
706712
- name: CentOS Stream 9 - OpenStack Zed
707713
url: https://mirror.stream.centos.org/SIGs/9-stream/cloud/x86_64/openstack-zed/
708714
base_path: centos/9-stream/cloud/x86_64/openstack-zed/
709715
short_name: centos_stream_9_openstack_zed
710716
sync_group: centos
711717
distribution_name: centos-stream-9-openstack-zed-
718+
sync: false
712719
# OpenStack Antelope for CentOS Stream 9
713720
- name: CentOS Stream 9 - OpenStack Antelope
714721
url: https://mirror.stream.centos.org/SIGs/9-stream/cloud/x86_64/openstack-antelope/
715722
base_path: centos/9-stream/cloud/x86_64/openstack-antelope/
716723
short_name: centos_stream_9_openstack_antelope
717724
sync_group: centos
718725
distribution_name: centos-stream-9-openstack-antelope-
726+
sync: false
719727
# OpenStack Caracal for CentOS Stream 9
720728
- name: CentOS Stream 9 - OpenStack Caracal
721729
url: https://mirror.stream.centos.org/SIGs/9-stream/cloud/x86_64/openstack-caracal/

0 commit comments

Comments
 (0)