From 5d9a8a00285b2883280c016db99f2c52017311e7 Mon Sep 17 00:00:00 2001 From: Jiri Stransky Date: Tue, 11 Apr 2017 10:51:41 +0200 Subject: Add Docker to services list in multinode CI environments We need the service to be present to run jobs involving containers. Note that this is effectively a no-op for the current CI jobs, as by default the Docker service is mapped to OS::Heat::None. Docker will actually be deployed only if environments/docker.yaml is included in the deploy command. Change-Id: I97a35e30e428ff64feeb411bf63dbb7aa54f9829 --- ci/environments/scenario001-multinode.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/environments/scenario001-multinode.yaml') diff --git a/ci/environments/scenario001-multinode.yaml b/ci/environments/scenario001-multinode.yaml index 63e51e29..382bf0cd 100644 --- a/ci/environments/scenario001-multinode.yaml +++ b/ci/environments/scenario001-multinode.yaml @@ -23,6 +23,7 @@ resource_registry: parameter_defaults: ControllerServices: + - OS::TripleO::Services::Docker - OS::TripleO::Services::Kernel - OS::TripleO::Services::Keystone - OS::TripleO::Services::GlanceApi -- cgit 1.2.3-korg