Skip to content
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

remove hard-coded container images from docs and check tests #165

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/openstack/cinder_adoption.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ configuration would go in `customServiceConfig` (or a `Secret` and then used in

6. Check if any of the cinder volume drivers being used requires a custom vendor
image. If they do, find the location of the image in the vendor's instruction
available in the wOpenStack Cinder ecosystem
available in the w [OpenStack Cinder ecosystem
page](https://catalog.redhat.com/software/search?target_platforms=Red%20Hat%20OpenStack%20Platform&p=1&functionalCategories=Data%20storage)
and add it under the specific's driver section using the `containerImage` key.
For example, if we had a Pure Storage array and the driver was already certified
Expand Down
1 change: 0 additions & 1 deletion docs/openstack/glance_adoption.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ spec:
enabled: true
template:
databaseInstance: openstack
containerImage: quay.io/podified-antelope-centos9/openstack-glance-api:current-podified
customServiceConfig: |
[DEFAULT]
enabled_backends=default_backend:rbd
Expand Down
3 changes: 0 additions & 3 deletions docs/openstack/ovn_adoption.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,10 @@ spec:
template:
ovnDBCluster:
ovndbcluster-nb:
containerImage: quay.io/podified-antelope-centos9/openstack-ovn-nb-db-server:current-podified
dbType: NB
storageRequest: 10G
networkAttachment: internalapi
ovndbcluster-sb:
containerImage: quay.io/podified-antelope-centos9/openstack-ovn-sb-db-server:current-podified
dbType: SB
storageRequest: 10G
networkAttachment: internalapi
Expand Down Expand Up @@ -147,7 +145,6 @@ spec:
    enabled: true
template:
ovnNorthd:
containerImage: quay.io/podified-antelope-centos9/openstack-ovn-northd:current-podified
networkAttachment: internalapi
'
```
Loading