You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although logs say it is reusing the image, the installation fails.
If I remove the image from my openstack tenant and retry, it works.
2021-04-19 14:18:01 jenkins-slave root[3156] INFO Reusing found image in openstack osia-rhcos-47.83.202102090044-0
Traceback (most recent call last):
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz_/lib/python3.6/site-packages/osia/installer/clouds/openstack.py", line 210, in resolve_image
add_cluster(osp_connection, image, cluster_name)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz_/lib/python3.6/site-packages/osia/installer/clouds/openstack.py", line 145, in add_cluster
osp_connection.image.update_image(image, osia_clusters=','.join(clusters))
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz_/lib/python3.6/site-packages/openstack/image/v2/proxy.py", line 516, in update_image
return self.update(image.Image, image, **attrs)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz/lib/python3.6/site-packages/openstack/proxy.py", line 47, in check
return method(self, expected, actual, *args, **kwargs)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz/lib/python3.6/site-packages/openstack/proxy.py", line 435, in update
return res.commit(self, base_path=base_path)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz/lib/python3.6/site-packages/openstack/resource.py", line 1543, in commit
retry_on_conflict=retry_on_conflict)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz/lib/python3.6/site-packages/openstack/resource.py", line 1569, in _commit
self.translate_response(response, has_body=has_body)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz/lib/python3.6/site-packages/openstack/resource.py", line 1158, in translate_response
exceptions.raise_from_response(response, error_message=error_message)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz/lib/python3.6/site-packages/openstack/exceptions.py", line 235, in raise_from_response
http_status=http_status, request_id=request_id
openstack.exceptions.ConflictException: ConflictException: 409: Client Error for url: https://rhos-d.infra.prod.upshift.rdu2.redhat.com:13292/v2/images/39513c9f-9035-49ef-8119-aa52b03b6054, Conflict
The text was updated successfully, but these errors were encountered:
While destroying clusters it might happen, that the DNS records are
already removed from route53. This should'nt prevent the osia from
continuing in cluster deletion. In order to fix this, it is necessary
to catch the exception thrown by boto3. It poses a bit of danger in case
of cluster installation, but the message and the error is properly logged,
so user should be informed that something bad happended with the DNS records.
Although logs say it is reusing the image, the installation fails.
If I remove the image from my openstack tenant and retry, it works.
2021-04-19 14:18:01 jenkins-slave root[3156] INFO Reusing found image in openstack osia-rhcos-47.83.202102090044-0
Traceback (most recent call last):
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz_/lib/python3.6/site-packages/osia/installer/clouds/openstack.py", line 210, in resolve_image
add_cluster(osp_connection, image, cluster_name)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz_/lib/python3.6/site-packages/osia/installer/clouds/openstack.py", line 145, in add_cluster
osp_connection.image.update_image(image, osia_clusters=','.join(clusters))
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz_/lib/python3.6/site-packages/openstack/image/v2/proxy.py", line 516, in update_image
return self.update(image.Image, image, **attrs)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz/lib/python3.6/site-packages/openstack/proxy.py", line 47, in check
return method(self, expected, actual, *args, **kwargs)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz/lib/python3.6/site-packages/openstack/proxy.py", line 435, in update
return res.commit(self, base_path=base_path)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz/lib/python3.6/site-packages/openstack/resource.py", line 1543, in commit
retry_on_conflict=retry_on_conflict)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz/lib/python3.6/site-packages/openstack/resource.py", line 1569, in _commit
self.translate_response(response, has_body=has_body)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz/lib/python3.6/site-packages/openstack/resource.py", line 1158, in translate_response
exceptions.raise_from_response(response, error_message=error_message)
File "/home/cloud-user/.local/share/virtualenvs/ocp4-configuration-b4-2WUz/lib/python3.6/site-packages/openstack/exceptions.py", line 235, in raise_from_response
http_status=http_status, request_id=request_id
openstack.exceptions.ConflictException: ConflictException: 409: Client Error for url: https://rhos-d.infra.prod.upshift.rdu2.redhat.com:13292/v2/images/39513c9f-9035-49ef-8119-aa52b03b6054, Conflict
The text was updated successfully, but these errors were encountered: