Skip to content

Commit

Permalink
Merge pull request #289 from sdatko/redis
Browse files Browse the repository at this point in the history
Drop Redis

As per [1] it is apparently no longer a thing,
hence removing all references from this repository.
[1] openstack-k8s-operators/openstack-operator#748

Reviewed-by: Andrew Bays <andrew.bays@gmail.com>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jun 14, 2024
2 parents b40e104 + 880573e commit 4abe0e7
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 37 deletions.
12 changes: 0 additions & 12 deletions dt/uni01alpha/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,18 +249,6 @@ replacements:
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.redis.enabled
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.redis.enabled
options:
create: true

- source:
kind: ConfigMap
name: service-values
Expand Down
15 changes: 0 additions & 15 deletions dt/uni05epsilon/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,21 +357,6 @@ replacements:
fieldPaths:
- spec.config

#
# Redis
#
- source:
kind: ConfigMap
name: service-values
fieldPath: data.redis.enabled
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.redis.enabled
options:
create: true

#
# Swift
#
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni01alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ work properly and can be deployed with any/default configuration.
| Ceilometer | needed by Telemetry |
| Heat | needed by Telemetry |
| Prometheus | needed by Telemetry |
| Redis | needed by Octavia |


### Additional configuration

Expand Down
3 changes: 0 additions & 3 deletions examples/dt/uni01alpha/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ data:
heat:
enabled: true

redis:
enabled: true

telemetry:
enabled: true
metricStorage:
Expand Down
1 change: 0 additions & 1 deletion examples/dt/uni05epsilon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ to work properly and can be deployed with any/default configuration.
| ---------------- |--------------------------- |
| Nova | needed by scenario testing |
| Keystone | needed by all services |
| Redis | needed by Octavia |


### Additional configuration
Expand Down
3 changes: 0 additions & 3 deletions examples/dt/uni05epsilon/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,5 @@ data:
nicMappings:
- octavia: octbr

redis:
enabled: true

swift:
enabled: true
2 changes: 0 additions & 2 deletions lib/control-plane/openstackcontrolplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ spec:
replicas: 3
rabbitmq-cell1:
replicas: 3
redis:
enabled: false
secret: osp-secret
storageClass: _replaced_
swift:
Expand Down

0 comments on commit 4abe0e7

Please sign in to comment.