diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-05-19 14:35:39 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-05-22 14:32:51 +0300 |
commit | 9ede958714970d52c55d8180e203aa79627748c4 (patch) | |
tree | 3a409913deba3b0ffea15862b1c56008cebca5d5 /environments | |
parent | 0900c884281dc73dd3eccbb9ae9ea58efe5487ba (diff) |
Disable mongodb by default
It's not used by any service that we enable by default. So instead, I
added it to the environment that enables the services that use it.
Change-Id: Id2e6550fb7c319fc52469644ea022cf35757e0ce
Diffstat (limited to 'environments')
-rw-r--r-- | environments/services/ceilometer-collector.yaml | 1 | ||||
-rw-r--r-- | environments/services/zaqar.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/environments/services/ceilometer-collector.yaml b/environments/services/ceilometer-collector.yaml index 4cc765f2..f97d3e0b 100644 --- a/environments/services/ceilometer-collector.yaml +++ b/environments/services/ceilometer-collector.yaml @@ -1,2 +1,3 @@ resource_registry: OS::TripleO::Services::CeilometerCollector: ../../puppet/services/ceilometer-collector.yaml + OS::TripleO::Services::MongoDb: ../../puppet/services/database/mongodb.yaml diff --git a/environments/services/zaqar.yaml b/environments/services/zaqar.yaml index ee137925..e501b69c 100644 --- a/environments/services/zaqar.yaml +++ b/environments/services/zaqar.yaml @@ -1,2 +1,3 @@ resource_registry: OS::TripleO::Services::Zaqar: ../../puppet/services/zaqar.yaml + OS::TripleO::Services::MongoDb: ../../puppet/services/database/mongodb.yaml |