Skip to content

Commit

Permalink
Include syncing the rhacm policy generator image (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
akrzos authored Nov 13, 2023
1 parent b91db2d commit 40215bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ansible/roles/sync-acm-d/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
shell: |
oc image mirror -a {{ sync_path }}/pull-secret-bastion.acm_d.txt {{ ztp_site_generator_image }}:{{ ztp_site_generator_image_tag }} {{ registry_host }}:{{ registry_port }}/openshift-kni/ztp-site-generator:{{ ztp_site_generator_image_tag }} --keep-manifest-list --continue-on-error=true
- name: Mirror rhacm policy generator image
shell: |
oc image mirror -a {{ sync_path }}/pull-secret-bastion.acm_d.txt {{ rhacm_policy_generator_image }}:{{ rhacm_policy_generator_image_tag }} {{ registry_host }}:{{ registry_port }}/acm-d/multicluster-operators-subscription-rhel8:{{ rhacm_policy_generator_image_tag }} --keep-manifest-list --continue-on-error=true
- name: Mirror cluster-group-upgrades-operator image
shell: |
oc image mirror -a {{ sync_path }}/pull-secret-bastion.acm_d.txt {{ cluster_group_upgrades_operator_image }}:{{ cluster_group_upgrades_operator_image_tag }} {{ registry_host }}:{{ registry_port }}/openshift-kni/cluster-group-upgrades-operator:{{ cluster_group_upgrades_operator_image_tag }} --keep-manifest-list --continue-on-error=true
Expand Down
6 changes: 4 additions & 2 deletions ansible/vars/sync-acm-d.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@

rhacm_build: 2.8.0-DOWNSTREAM-2023-04-25-22-18-13

# Temporary fix to pull the correct image for this testing
# ztp_site_generator_image: quay.io/openshift-kni/ztp-site-generator
# ztp_site_generator_image_tag: 4.11.0
ztp_site_generator_image: registry-proxy.engineering.redhat.com/rh-osbs/openshift4-ztp-site-generate
ztp_site_generator_image_tag: v4.13.0-42

# TALO - Topology Aware Lifecycle Operator used with DU profile
rhacm_policy_generator_image: registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel8
rhacm_policy_generator_image_tag: v2.7

# TALM - Topology Aware Lifecycle Manager used with DU profile
cluster_group_upgrades_operator_image: quay.io/openshift-kni/cluster-group-upgrades-operator
cluster_group_upgrades_operator_image_tag: 4.14.0
cluster_group_upgrades_operator_precache_image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache
Expand Down

0 comments on commit 40215bf

Please sign in to comment.