CI: Register overcloud host image as shared and add stackhpc-dev#1035
Closed
markgoddard wants to merge 3 commits intostackhpc/yogafrom
Closed
CI: Register overcloud host image as shared and add stackhpc-dev#1035markgoddard wants to merge 3 commits intostackhpc/yogafrom
markgoddard wants to merge 3 commits intostackhpc/yogafrom
Conversation
08fe6af to
a798ad9
Compare
In order for developers to be able to use overcloud images for testing, they must be available in the stackhpc-dev project on Leafcloud. To do this we can make the image shared, and add stackhpc-dev as a member. Unfortunately someone in the stackhpc-dev project must also accept the image membership before it becomes active. It's not possible to do this with the existing app creds which are scoped to the stackhpc-ci project. Instead we provide instructions on how to do it as a debug message.
a798ad9 to
b7ed4fb
Compare
Member
|
@MaxBed4d could you add this task to your backlog? It should be quite an easy change since openstack.cloud collection has been updated now. Just re-target this at Caracal, fix the FIXME comments, and make the project ID variable (for SMS/Leafcloud) |
Member
|
Superseded by #1631 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In order for developers to be able to use overcloud images for testing,
they must be available in the stackhpc-dev project on Leafcloud. To do
this we can make the image shared, and add stackhpc-dev as a member.
Unfortunately someone in the stackhpc-dev project must also accept the
image membership before it becomes active. It's not possible to do this
with the existing app creds which are scoped to the stackhpc-ci project.
Instead we provide instructions on how to do it as a debug message.