From 359fcdf8492134bfc133a5dc92422b62e954212d Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Thu, 25 May 2017 18:24:11 +0200 Subject: Align optional services with optional services-docker Add missing optional services for docker, if present in non-docker optional services, and vice versa. Fix issues with non containerized Mongo resources are missing when deploying optional containerized zaqar service. Add non containerized Ironix-Pxe resources to the optional Ironic services, as it is done for the containerized Ironic. Change-Id: I56675e015fa4bbd6d9809dbf7c21453939321410 Signed-off-by: Bogdan Dobrelya --- environments/services-docker/zaqar.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'environments/services-docker') diff --git a/environments/services-docker/zaqar.yaml b/environments/services-docker/zaqar.yaml index ca0b3b15..08033d91 100644 --- a/environments/services-docker/zaqar.yaml +++ b/environments/services-docker/zaqar.yaml @@ -1,2 +1,3 @@ resource_registry: OS::TripleO::Services::Zaqar: ../../docker/services/zaqar.yaml + OS::TripleO::Services::MongoDb: ../../docker/services/database/mongodb.yaml -- cgit 1.2.3-korg