-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CRD]Move container images to top level
To simplify service container image defaulting and upgrade this patch removes the container image fields from the service templates and the cell template. Instead it adds container image URL fields to the NovaSpec and the NovaCellSpec. The former is expected to be set by the openstack-operator the latter is set by the nova reconciler. We keep the service Spec container image fields and they are now populated from the NovaSpec or NovaCellSpec respectively. This limits the ability to define different container image for the same service type in different cells. If such capability is needed, e.g.: for debugging, then oc debug can be used. More permanent hotfix on an individual cell level will not be possible, the fix needs to be deployed to every cell in the controlplane.
- Loading branch information
1 parent
d9341ba
commit 7f619ee
Showing
22 changed files
with
268 additions
and
209 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.