Bug 1816126
| Summary: | [RFE] Requesting a way to match containers with z-releases of Openstack | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | David Vallee Delisle <dvd> |
| Component: | rhosp-release | Assignee: | Jason Joyce <jjoyce> |
| Status: | CLOSED EOL | QA Contact: | Nobody <nobody> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 13.0 (Queens) | CC: | bdobreli, broose, cory.bannister, dhill, ealcaniz, jmelvin, jschluet, jslagle, m.andre, mvalsecc, vz.mec |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged, ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-07-10 17:28:00 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1853419 | ||
|
Description
David Vallee Delisle
2020-03-23 12:00:38 UTC
The problem here is that some customer always specify "latest" tag for containers. Because Satellite server keeping synchronizing with CDN every day or week, and we cannot freeze containers as we can do with RPM packages using content view, the "latest" tag is going to be a newer version when deploying in production. I know we have z11 code now and that is what we are testing, but when we deploy in another region, "latest" will be something else, maybe Z12 or higher. Maybe a proper workflow here would be to freeze the RPMs along the specific {version}-{release} ... rather than having other processes to keep track of which versions are within which z-release.
yeah we should probably tag with zX imho. (In reply to David Hill from comment #3) > Maybe a proper workflow here would be to freeze the RPMs along the specific > {version}-{release} ... rather than having other processes to keep track of > which versions are within which z-release. Slightly off-topic: Regarding overcloud containers, even if an operator has no understanding/knowledge of z-releases they can "take a snapshot of the container" deployed in a certain env, at any given point of time. That can be done by using `openstack object save overcloud environments/containers-default-parameters.yaml --file overcloud_images.yaml` using undercloud credentials, and then use the output file in future deployments (in a `pip freeze` fashion). Is any of you aware of a similar workaround for the undercloud container images? The use case is for operators managing multiple environments having the hard requirement to be 1:1 (down to container 16.X-Y tag) with the original one even if deployed later in time. IIUC, in those cases using "tag: 16.1.2" for `container image prepare` would not be enough, as 16.1.X tag might later point to containers included with async releases, etc. and diverge from the original env. (In reply to Michele Valsecchi from comment #12) > (In reply to David Hill from comment #3) > > Maybe a proper workflow here would be to freeze the RPMs along the specific > > {version}-{release} ... rather than having other processes to keep track of > > which versions are within which z-release. > > Slightly off-topic: > Regarding overcloud containers, even if an operator has no > understanding/knowledge of z-releases they can "take a snapshot of the > container" deployed in a certain env, at any given point of time. > That can be done by using `openstack object save overcloud > environments/containers-default-parameters.yaml --file > overcloud_images.yaml` using undercloud credentials, and then use the output > file in future deployments (in a `pip freeze` fashion). > > Is any of you aware of a similar workaround for the undercloud container > images? > > The use case is for operators managing multiple environments having the hard > requirement to be 1:1 (down to container 16.X-Y tag) with the original one > even if deployed later in time. > IIUC, in those cases using "tag: 16.1.2" for `container image prepare` would > not be enough, as 16.1.X tag might later point to containers included with > async releases, etc. and diverge from the original env. Our customer wants to do this, however we can add the overcloud_images.yaml to the deployment, but the images wan't be pulled down to the director if it's not in the container_images_prepare.yaml right? How can we do this and ensure the images are pulled to the director before deployment? OSP13 support officially ended on 27 June 2023 |