Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1594110

Summary: File not found : docker://registry.access.redhat.com/rhosp13/openstack-ceilometer-notification:latest
Product: Red Hat OpenStack Reporter: David Casier <david.casier>
Component: openstack-containersAssignee: Dan Prince <dprince>
Status: CLOSED DUPLICATE QA Contact: Omri Hochman <ohochman>
Severity: medium Docs Contact: Andrew Burden <aburden>
Priority: unspecified    
Version: 13.0 (Queens)CC: m.andre
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-06-22 07:22:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Casier 2018-06-22 06:50:28 UTC
Description of problem:
When using the undercloud as local registry

Version-Release number of selected component (if applicable):
RHOP 13 latest

How reproducible:

openstack overcloud container image prepare --namespace=registry.access.redhat.com/rhosp13 --push-destination=192.168.220.100:8787 --prefix=openstack- --tag-from-label {version}-{release} --output-env-file=/home/stack/templates/overcloud_images.yaml --output-images-file /home/stack/local_registry_images.yaml --verbose


Actual results:

Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-aodh-api:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-aodh-evaluator:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-aodh-listener:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-aodh-notifier:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-ceilometer-central:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-ceilometer-notification:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-cinder-scheduler:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-cinder-api:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-cinder-volume:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-ceilometer-compute:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-cron:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-glance-api:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-gnocchi-api:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-gnocchi-metricd:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-gnocchi-statsd:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-haproxy:latest
Running skopeo inspect docker://registry.access.redhat.com/rhosp13/openstack-heat-api-cfn:latest
Error inspecting image: docker://registry.access.redhat.com/rhosp13/openstack-ceilometer-notification:latest
time="2018-06-22T08:36:51+02:00" level=fatal msg="Error reading manifest latest in registry.access.redhat.com/rhosp13/openstack-ceilometer-notification: error parsing HTTP 404 response body: invalid character 'F' looking for beginning of value: "File not found.\"""

Comment 1 David Casier 2018-06-22 07:22:24 UTC
Duplicate :
https://bugzilla.redhat.com/show_bug.cgi?id=1577537

It works with :
openstack overcloud container image prepare --namespace=registry.access.redhat.com/rhosp13-beta --push-destination=192.168.220.100:8787 --prefix=openstack- --tag-from-label {version}-{release} --output-env-file=/home/stack/templates/overcloud_images.yaml --output-images-file /home/stack/local_registry_images.yaml

*** This bug has been marked as a duplicate of bug 1577537 ***