Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Remove leftover of MongoDB support
Browse files Browse the repository at this point in the history
MongoDB support was removed from TripleO 3+ years ago[1].

[1] be07f99

Change-Id: If99fb21ae1479f9c5ae5971bf024d162e42cfbe1
  • Loading branch information
kajinamit committed Oct 13, 2022
1 parent 2acf398 commit d08ee9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions environments/lifecycle/upgrade-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
resource_registry:
OS::TripleO::Tasks::*PreConfig: OS::Heat::None
OS::TripleO::Tasks::*PostConfig: OS::Heat::None
# Deprecated/Name changed services
OS::TripleO::Services::MongoDb: OS::Heat::None

parameter_defaults:
CephAnsiblePlaybook: default
Expand Down
1 change: 0 additions & 1 deletion overcloud-resource-registry-puppet.j2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ parameter_defaults:
AodhApiNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
BarbicanApiNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
GnocchiApiNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
MongodbNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
CinderApiNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
CinderIscsiNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
GlanceApiNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
Expand Down

0 comments on commit d08ee9b

Please sign in to comment.