File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
test/e2e/data/ironic-standalone-operator/operator Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,16 @@ if [[ ! -f "${IMAGE_DIR}/${IMAGE_FILE}" ]]; then
151151 wget --quiet -P " ${IMAGE_DIR} /" https://artifactory.nordix.org/artifactory/metal3/images/sysrescue/systemrescue-11.00-amd64.iso
152152fi
153153
154+ # # Download IPA (Ironic Python Agent) image
155+ # Ironic IPA downloader is configured to use this local image in the tests.
156+ # This saves time, especially during ironic upgrade tests and also
157+ # gives us early failure in case there is some issue downloading it.
158+ IPA_FILE=" ipa-centos9-master.tar.gz"
159+ IPA_BASEURI=https://artifactory.nordix.org/artifactory/openstack-remote-cache/ironic-python-agent/dib/
160+ if [[ ! -f " ${IMAGE_DIR} /${IPA_FILE} " ]]; then
161+ wget --quiet -P " ${IMAGE_DIR} /" " ${IPA_BASEURI} /${IPA_FILE} "
162+ fi
163+
154164# # Start the image server
155165docker start image-server-e2e || docker run --name image-server-e2e -d \
156166 -p 80:8080 \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ generatorOptions:
1111configMapGenerator :
1212- name : ironic-operator-config
1313 literals :
14- - IPA_BASEURI=https ://artifactory.nordix.org/artifactory/openstack-remote-cache/ironic-python-agent/dib
14+ - IPA_BASEURI=http ://192.168.222.1
1515
1616patches :
1717- target :
You can’t perform that action at this time.
0 commit comments