Skip to content

Commit

Permalink
add ContainerUtils repositories for head with micro55 and for micro6
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Dec 21, 2024
1 parent 1b814f5 commit bfd0222
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions backend_modules/libvirt/host/combustion
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ zypper ar http://${ use_mirror_images ? mirror : "download.opensuse.org"}/reposi
zypper ar http://${ use_mirror_images ? mirror : "download.suse.de/ibs"}/SUSE/Products/SUSE-Manager-Tools-For-SL-Micro/6/x86_64/product/ tools_pool_repo
%{ endif }

%{ if container_server || container_proxy }
%{ if product_version == "uyuni-master" || product_version == "uyuni-pr" }
zypper ar http://${ use_mirror_images ? mirror : "download.opensuse.org" }/repositories/systemsmanagement:/Uyuni:/Master:/ContainerUtils/openSUSE_Leap_16.0/ container_utils
%{ else }
zypper ar http://${ use_mirror_images ? mirror : "download.suse.de/ibs"/Devel:/Galaxy:/Manager:/Head/images/repo/SUSE-Multi-Linux-Manager-Server-5.1-x86_64/
%{ endif }
%{ endif }

%{ if testsuite }
zypper ar http://${ use_mirror_images ? mirror : "download.opensuse.org" }/repositories/systemsmanagement:/Uyuni:/Test-Packages:/Pool/rpm/ test_repo_rpm_pool

Expand Down
6 changes: 4 additions & 2 deletions backend_modules/libvirt/host/user_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,11 @@ zypper:
%{ if product_version == "head" }
- id: container_tools_repo
name: container_tools_repo
baseurl: http://${ use_mirror_images ? mirror : "download.suse.de/ibs" }/Devel:/Galaxy:/Manager:/Head/images/repo/SUSE-Manager-Server-5.0-POOL-x86_64-Media1/
baseurl: http://${ use_mirror_images ? mirror : "download.opensuse.org" }/repositories/systemsmanagement:/Uyuni:/Master:/ContainerUtils/SLE-Micro55/
enabled: 1
autorefresh: 1
gpgcheck: false
# baseurl: http://${ use_mirror_images ? mirror : "download.suse.de/ibs" }/Devel:/Galaxy:/Manager:/Head/images/repo/SUSE-Multi-Linux-Manager-Server-5.1-x86_64/
%{ endif }
%{ if product_version == "5.0-nightly" }
- id: container_tools_repo
Expand All @@ -334,10 +335,11 @@ zypper:
%{ if product_version == "head" }
- id: container_tools_repo
name: container_tools_repo
baseurl: http://${ use_mirror_images ? mirror : "download.suse.de/ibs" }/Devel:/Galaxy:/Manager:/Head/images/repo/SUSE-Manager-Proxy-5.0-POOL-x86_64-Media1/
baseurl: http://${ use_mirror_images ? mirror : "download.opensuse.org" }/repositories/systemsmanagement:/Uyuni:/Master:/ContainerUtils/SLE-Micro55/
enabled: 1
autorefresh: 1
gpgcheck: false
# baseurl: http://${ use_mirror_images ? mirror : "download.suse.de/ibs" }/Devel:/Galaxy:/Manager:/Head/images/repo/SUSE-Multi-Linux-Manager-Proxy-5.1-x86_64/
%{ endif }
%{ if product_version == "5.0-nightly" }
- id: container_tools_repo
Expand Down

0 comments on commit bfd0222

Please sign in to comment.