Skip to content

Commit

Permalink
Drop container images from config/samples
Browse files Browse the repository at this point in the history
Jira: OSP-30111
  • Loading branch information
dprince committed Oct 31, 2023
1 parent be7c8bc commit 62239b2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions config/samples/nova_v1beta1_nova-multi-cell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
defaultConfigOverwrite:
logging.conf: |
# my custom logging configuration
containerImage: quay.io/podified-antelope-centos9/openstack-nova-api:current-podified
nodeSelector: {}
schedulerServiceTemplate:
customServiceConfig: |
Expand All @@ -39,7 +38,6 @@ spec:
defaultConfigOverwrite:
policy.yaml: |
# my custom policy
containerImage: quay.io/podified-antelope-centos9/openstack-nova-scheduler:current-podified
nodeSelector: {}
metadataServiceTemplate:
customServiceConfig: |
Expand All @@ -49,7 +47,6 @@ spec:
defaultConfigOverwrite:
logging.conf: |
# my custom logging configuration
containerImage: quay.io/podified-antelope-centos9/openstack-nova-api:current-podified
nodeSelector: {}
cellTemplates:
cell0:
Expand All @@ -68,7 +65,6 @@ spec:
defaultConfigOverwrite:
logging.conf: |
# my custom logging configuration
containerImage: quay.io/podified-antelope-centos9/openstack-nova-conductor:current-podified
nodeSelector: {}
cell1:
cellDatabaseInstance: mariadb-cell1
Expand All @@ -85,7 +81,6 @@ spec:
defaultConfigOverwrite:
logging.conf: |
# my custom logging configuration
containerImage: quay.io/podified-antelope-centos9/openstack-nova-conductor:current-podified
nodeSelector: {}
noVNCProxyServiceTemplate:
customServiceConfig: |
Expand All @@ -95,7 +90,6 @@ spec:
defaultConfigOverwrite:
logging.conf: |
# my custom logging configuration
containerImage: quay.io/podified-antelope-centos9/openstack-nova-novncproxy:current-podified
nodeSelector: {}
cell2:
cellDatabaseInstance: mariadb-cell2
Expand All @@ -111,7 +105,6 @@ spec:
defaultConfigOverwrite:
logging.conf: |
# my custom logging configuration
containerImage: quay.io/podified-antelope-centos9/openstack-nova-conductor:current-podified
nodeSelector: {}
noVNCProxyServiceTemplate:
customServiceConfig: |
Expand All @@ -121,5 +114,4 @@ spec:
defaultConfigOverwrite:
logging.conf: |
# my custom logging configuration
containerImage: quay.io/podified-antelope-centos9/openstack-nova-novncproxy:current-podified
nodeSelector: {}
1 change: 0 additions & 1 deletion config/samples/nova_v1beta1_novaapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
spec:
apiDatabaseHostname: openstack
cell0DatabaseHostname: openstack
containerImage: quay.io/podified-antelope-centos9/openstack-nova-api:current-podified
keystoneAuthURL: http://keystone-public-openstack.apps-crc.testing
secret: osp-secret
serviceAccount: nova
Expand Down
1 change: 0 additions & 1 deletion config/samples/nova_v1beta1_novaconductor-cell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: novaconductor-sample
spec:
cellName: cell1
containerImage: quay.io/podified-antelope-centos9/openstack-nova-conductor:current-podified
keystoneAuthURL: http://keystone-public-openstack.apps-crc.testing
secret: osp-secret
serviceAccount: nova
1 change: 0 additions & 1 deletion config/samples/nova_v1beta1_novaconductor-super.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
spec:
apiDatabaseHostname: openstack
cellName: cell0
containerImage: quay.io/podified-antelope-centos9/openstack-nova-conductor:current-podified
keystoneAuthURL: http://keystone-public-openstack.apps-crc.testing
secret: osp-secret
serviceAccount: nova
1 change: 0 additions & 1 deletion config/samples/nova_v1beta1_novametadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ spec:
apiDatabaseHostname: openstack
cellDatabaseHostname: openstack
cellDatabaseUser: nova_cell0
containerImage: quay.io/podified-antelope-centos9/openstack-nova-api:current-podified
keystoneAuthURL: http://keystone-public-openstack.apps-crc.testing
secret: osp-secret
apiDatabaseUser: nova_api
Expand Down
1 change: 0 additions & 1 deletion config/samples/nova_v1beta1_novascheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ spec:
secret: osp-secret
apiDatabaseHostname: openstack
cell0DatabaseHostname: openstack
containerImage: quay.io/podified-antelope-centos9/openstack-nova-scheduler:current-podified
keystoneAuthURL: http://keystone-public-openstack.apps-crc.testing
customServiceConfig: |
[DEFAULT]
Expand Down

0 comments on commit 62239b2

Please sign in to comment.