Remove unsupported values overrides - cinder
THe cinder chart contains several values overrides for older releases of openstack that are no longer supported by openstack-helm. This change removes these overrides from the cinder chart. Change-Id: I9d506e2cc1eebaeb6d2eacff5bd47113d069dbb0
This commit is contained in:
parent
1e49055cea
commit
f5647770fa
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Cinder
|
||||
name: cinder
|
||||
version: 0.2.16
|
||||
version: 0.2.17
|
||||
home: https://docs.openstack.org/cinder/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png
|
||||
sources:
|
||||
|
@ -1,18 +0,0 @@
|
||||
---
|
||||
images:
|
||||
tags:
|
||||
db_init: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
|
||||
cinder_db_sync: docker.io/openstackhelm/cinder:ocata-ubuntu_xenial
|
||||
db_drop: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
|
||||
ks_user: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
|
||||
ks_service: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
|
||||
ks_endpoints: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
|
||||
cinder_api: docker.io/openstackhelm/cinder:ocata-ubuntu_xenial
|
||||
bootstrap: docker.io/openstackhelm/heat:ocata-ubuntu_xenial
|
||||
cinder_scheduler: docker.io/openstackhelm/cinder:ocata-ubuntu_xenial
|
||||
cinder_volume: docker.io/openstackhelm/cinder:ocata-ubuntu_xenial
|
||||
cinder_volume_usage_audit: docker.io/openstackhelm/cinder:ocata-ubuntu_xenial
|
||||
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||
cinder_backup: docker.io/openstackhelm/cinder:ocata-ubuntu_xenial
|
||||
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||
...
|
@ -1,12 +0,0 @@
|
||||
# NOTE(lamt): The backup_driver name after Stein requires a full class name.
|
||||
# (e.g. cinder.backup.drivers.swift.SwiftBackupDriver).
|
||||
# Prior to Stein, this name was just set to the package name, e.g.
|
||||
# - cinder.backup.drivers.swift
|
||||
# - cinder.backup.drivers.ceph
|
||||
# - cinder.backup.drivers.posix
|
||||
---
|
||||
conf:
|
||||
cinder:
|
||||
DEFAULT:
|
||||
backup_driver: "cinder.backup.drivers.swift"
|
||||
...
|
@ -1,18 +0,0 @@
|
||||
---
|
||||
images:
|
||||
tags:
|
||||
db_init: docker.io/openstackhelm/heat:pike-ubuntu_xenial
|
||||
cinder_db_sync: docker.io/openstackhelm/cinder:pike-ubuntu_xenial
|
||||
db_drop: docker.io/openstackhelm/heat:pike-ubuntu_xenial
|
||||
ks_user: docker.io/openstackhelm/heat:pike-ubuntu_xenial
|
||||
ks_service: docker.io/openstackhelm/heat:pike-ubuntu_xenial
|
||||
ks_endpoints: docker.io/openstackhelm/heat:pike-ubuntu_xenial
|
||||
cinder_api: docker.io/openstackhelm/cinder:pike-ubuntu_xenial
|
||||
bootstrap: docker.io/openstackhelm/heat:pike-ubuntu_xenial
|
||||
cinder_scheduler: docker.io/openstackhelm/cinder:pike-ubuntu_xenial
|
||||
cinder_volume: docker.io/openstackhelm/cinder:pike-ubuntu_xenial
|
||||
cinder_volume_usage_audit: docker.io/openstackhelm/cinder:pike-ubuntu_xenial
|
||||
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||
cinder_backup: docker.io/openstackhelm/cinder:pike-ubuntu_xenial
|
||||
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||
...
|
@ -1,12 +0,0 @@
|
||||
# NOTE(lamt): The backup_driver name after Stein requires a full class name.
|
||||
# (e.g. cinder.backup.drivers.swift.SwiftBackupDriver).
|
||||
# Prior to Stein, this name was just set to the package name, e.g.
|
||||
# - cinder.backup.drivers.swift
|
||||
# - cinder.backup.drivers.ceph
|
||||
# - cinder.backup.drivers.posix
|
||||
---
|
||||
conf:
|
||||
cinder:
|
||||
DEFAULT:
|
||||
backup_driver: "cinder.backup.drivers.swift"
|
||||
...
|
@ -1,18 +0,0 @@
|
||||
---
|
||||
images:
|
||||
tags:
|
||||
db_init: docker.io/openstackhelm/heat:queens-ubuntu_xenial
|
||||
cinder_db_sync: docker.io/openstackhelm/cinder:queens-ubuntu_xenial
|
||||
db_drop: docker.io/openstackhelm/heat:queens-ubuntu_xenial
|
||||
ks_user: docker.io/openstackhelm/heat:queens-ubuntu_xenial
|
||||
ks_service: docker.io/openstackhelm/heat:queens-ubuntu_xenial
|
||||
ks_endpoints: docker.io/openstackhelm/heat:queens-ubuntu_xenial
|
||||
cinder_api: docker.io/openstackhelm/cinder:queens-ubuntu_xenial
|
||||
bootstrap: docker.io/openstackhelm/heat:queens-ubuntu_xenial
|
||||
cinder_scheduler: docker.io/openstackhelm/cinder:queens-ubuntu_xenial
|
||||
cinder_volume: docker.io/openstackhelm/cinder:queens-ubuntu_xenial
|
||||
cinder_volume_usage_audit: docker.io/openstackhelm/cinder:queens-ubuntu_xenial
|
||||
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||
cinder_backup: docker.io/openstackhelm/cinder:queens-ubuntu_xenial
|
||||
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||
...
|
@ -1,12 +0,0 @@
|
||||
# NOTE(lamt): The backup_driver name after Stein requires a full class name.
|
||||
# (e.g. cinder.backup.drivers.swift.SwiftBackupDriver).
|
||||
# Prior to Stein, this name was just set to the package name, e.g.
|
||||
# - cinder.backup.drivers.swift
|
||||
# - cinder.backup.drivers.ceph
|
||||
# - cinder.backup.drivers.posix
|
||||
---
|
||||
conf:
|
||||
cinder:
|
||||
DEFAULT:
|
||||
backup_driver: "cinder.backup.drivers.swift"
|
||||
...
|
@ -1,18 +0,0 @@
|
||||
---
|
||||
images:
|
||||
tags:
|
||||
db_init: docker.io/openstackhelm/heat:rocky-opensuse_15
|
||||
cinder_db_sync: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
||||
db_drop: docker.io/openstackhelm/heat:rocky-opensuse_15
|
||||
ks_user: docker.io/openstackhelm/heat:rocky-opensuse_15
|
||||
ks_service: docker.io/openstackhelm/heat:rocky-opensuse_15
|
||||
ks_endpoints: docker.io/openstackhelm/heat:rocky-opensuse_15
|
||||
cinder_api: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
||||
bootstrap: docker.io/openstackhelm/heat:rocky-opensuse_15
|
||||
cinder_scheduler: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
||||
cinder_volume: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
||||
cinder_volume_usage_audit: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
||||
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15
|
||||
cinder_backup: docker.io/openstackhelm/cinder:rocky-opensuse_15
|
||||
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-opensuse_15
|
||||
...
|
@ -1,18 +0,0 @@
|
||||
---
|
||||
images:
|
||||
tags:
|
||||
db_init: docker.io/openstackhelm/heat:rocky-ubuntu_bionic
|
||||
cinder_db_sync: docker.io/openstackhelm/cinder:rocky-ubuntu_bionic
|
||||
db_drop: docker.io/openstackhelm/heat:rocky-ubuntu_bionic
|
||||
ks_user: docker.io/openstackhelm/heat:rocky-ubuntu_bionic
|
||||
ks_service: docker.io/openstackhelm/heat:rocky-ubuntu_bionic
|
||||
ks_endpoints: docker.io/openstackhelm/heat:rocky-ubuntu_bionic
|
||||
cinder_api: docker.io/openstackhelm/cinder:rocky-ubuntu_bionic
|
||||
bootstrap: docker.io/openstackhelm/heat:rocky-ubuntu_bionic
|
||||
cinder_scheduler: docker.io/openstackhelm/cinder:rocky-ubuntu_bionic
|
||||
cinder_volume: docker.io/openstackhelm/cinder:rocky-ubuntu_bionic
|
||||
cinder_volume_usage_audit: docker.io/openstackhelm/cinder:rocky-ubuntu_bionic
|
||||
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||
cinder_backup: docker.io/openstackhelm/cinder:rocky-ubuntu_bionic
|
||||
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||
...
|
@ -1,18 +0,0 @@
|
||||
---
|
||||
images:
|
||||
tags:
|
||||
db_init: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
|
||||
cinder_db_sync: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
|
||||
db_drop: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
|
||||
ks_user: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
|
||||
ks_service: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
|
||||
ks_endpoints: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
|
||||
cinder_api: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
|
||||
bootstrap: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
|
||||
cinder_scheduler: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
|
||||
cinder_volume: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
|
||||
cinder_volume_usage_audit: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
|
||||
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||
cinder_backup: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
|
||||
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||
...
|
@ -1,12 +0,0 @@
|
||||
# NOTE(lamt): The backup_driver name after Stein requires a full class name.
|
||||
# (e.g. cinder.backup.drivers.swift.SwiftBackupDriver).
|
||||
# Prior to Stein, this name was just set to the package name, e.g.
|
||||
# - cinder.backup.drivers.swift
|
||||
# - cinder.backup.drivers.ceph
|
||||
# - cinder.backup.drivers.posix
|
||||
---
|
||||
conf:
|
||||
cinder:
|
||||
DEFAULT:
|
||||
backup_driver: "cinder.backup.drivers.swift"
|
||||
...
|
@ -33,4 +33,5 @@ cinder:
|
||||
- 0.2.14 Fix notifications
|
||||
- 0.2.15 Remove glance registry
|
||||
- 0.2.16 Enable taint toleration for Openstack services
|
||||
- 0.2.17 Remove unsupported values overrides
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user