From 242bef164a16c740b35a8182693c360cabdf678f Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Fri, 28 Sep 2018 22:47:00 +0200 Subject: [PATCH] Add a zaqar-swift-backend environment file The main purpose of this file is to enable the zaqar service but, unlike the environments/services/zaqar.yaml file it explicitely disables the redis service as this is meant to be used with swift/sqlalchemy. The main use case here being the containerized undercloud Change-Id: Ic11b4790a1a2c2336cd432784f19922e76e028ad Partial-Bug: #1795027 --- environments/services/zaqar-swift-backend.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 environments/services/zaqar-swift-backend.yaml diff --git a/environments/services/zaqar-swift-backend.yaml b/environments/services/zaqar-swift-backend.yaml new file mode 100644 index 0000000000..2cc486a96a --- /dev/null +++ b/environments/services/zaqar-swift-backend.yaml @@ -0,0 +1,4 @@ +# Env file to enable zaqar without makins use of Redis as a backend +resource_registry: + OS::TripleO::Services::Zaqar: ../../docker/services/zaqar.yaml + OS::TripleO::Services::Redis: OS::Heat::None