File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 connection : local
55 gather_facts : false
66 vars :
7- rh_url : " https://datagrepper.engineering.redhat.com/raw?topic=/topic/VirtualTopic.eng.ci.redhat-container-image.index.built&contains=%s&rows_per_page=20 "
7+ rh_url : " https://datagrepper.engineering.redhat.com/raw?topic=/topic/VirtualTopic.eng.ci.redhat-container-image.index.built&delta=15780000& contains=%s"
88 operator : " openshift-gitops-1-gitops-operator-bundle"
99 ocp_versions : {}
1010 tasks :
1111 - name : Set url fact
1212 ansible.builtin.set_fact :
13- url : " {{ rh_url | format(operator + ':v' ) }}"
13+ url : " {{ rh_url | format(operator) }}"
1414
1515 - name : Fetch URI
1616 ansible.builtin.uri :
Original file line number Diff line number Diff line change 33A set of ansible plays to fetch an IIB (Image Index Bundle, aka a container created by the operator sdk
44that contains a bunch of references to operators that can be installed in an OpenShift cluster)
55
6- Run ` make lookup ` to see which IIBs are available.
6+ Run ` ansible-playbook common/ansible/playbooks/iib-ci/lookup.yml ` to see which IIBs are available (defaults to
7+ openshift-gitops). If you want to look up IIBs for a different operator run:
8+ ` ansible-playbook -e operator=acm-operator common/ansible/playbooks/iib-ci/lookup.yml `
79
810Typically IIB are prerelease stuff that lives on some internal boxes. What these scripts do is fetch
911the IIB internally, mirror it to the registry inside the cluster, parse all the needed images and mirror
You can’t perform that action at this time.
0 commit comments