Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qualify the container image names to localhost #17645

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 18 additions & 11 deletions conf/content_host.yaml.template
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
content_host:
default_rhel_version: 7
default_rhel_version: 9
rhel6:
vm:
workflow: deploy-base-rhel
workflow: deploy-rhel
deploy_rhel_version: '6'
target_memory: 1GiB
target_cores: 1
container:
container_host: rhel6:latest
container_host: localhost/rhel6:latest
rhel7:
vm:
workflow: deploy-base-rhel
workflow: deploy-rhel
deploy_rhel_version: '7'
target_memory: 1GiB
target_cores: 1
container:
container_host: ubi7:latest
container_host: localhost/ubi7:latest
rhel7_fips:
vm:
workflow: deploy-base-rhel-fips
Expand All @@ -24,12 +24,12 @@ content_host:
target_cores: 1
rhel8:
vm:
workflow: deploy-base-rhel
workflow: deploy-rhel
deploy_rhel_version: '8'
target_memory: 1536 MiB
target_cores: 1
container:
container_host: ubi8:latest
container_host: localhost/ubi8:latest
rhel8_fips:
vm:
workflow: deploy-base-rhel-fips
Expand All @@ -38,18 +38,25 @@ content_host:
target_cores: 1
rhel9:
vm:
workflow: deploy-base-rhel
workflow: deploy-rhel
deploy_rhel_version: '9'
target_memory: 1536 MiB
target_cores: 1
container:
container_host: ubi9:latest
container_host: localhost/ubi9:latest
rhel9_fips:
vm:
workflow: deploy-base-rhel-fips
deploy_rhel_version: '9'
target_memory: 1536 MiB
target_cores: 1
rhel10:
vm:
workflow: deploy-template
deploy_template_type: rhel
deploy_custom_template_version: 10
container:
container_host: localhost/ubi10-beta:latest
centos7:
vm:
workflow: deploy-centos
Expand All @@ -61,7 +68,7 @@ content_host:
vm:
workflow: deploy-centos
deploy_scenario: centos
deploy_rhel_version: '8.6'
deploy_rhel_version: '8.5'
target_memory: 1536 MiB
target_cores: 1
oracle7:
Expand All @@ -75,6 +82,6 @@ content_host:
vm:
workflow: deploy-oracle-linux
deploy_scenario: oracle
deploy_rhel_version: '8.6'
deploy_rhel_version: '8.10'
target_memory: 1536 MiB
target_cores: 1