-
Notifications
You must be signed in to change notification settings - Fork 23
Check if repos backup exists in kolla footer #775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
When a child service is build, such as neutron-infoblox-ipam-agent being a child of neutron-server, the fotoer is ran twice. This means it fails as the repo backup has already been moved.
6faeac5
to
be9efd1
Compare
I guess this also means we wouldn't use pulp in the images that build on an image where the footer has already run? |
dcd3728
to
3be5458
Compare
Co-authored-by: Mark Goddard <[email protected]>
985146c
to
7c2f630
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, please update once tested.
Tested and the builds got much further than before, so I believe this has fixed things. (The test build was cancelled after two hours due to not being needed). Could hold off for a complete build test if that's preferable |
Did it build the neutron infoblox image that was previously broken? |
Yes, had a successful build here: https://github.com/stackhpc/stackhpc-kayobe-config/actions/runs/6863952531/job/18664728341 |
When a child service is build, such as neutron-infoblox-ipam-agent being a child of neutron-server, the fotoer is ran twice.
This means it fails as the repo backup has already been moved.