aboutsummaryrefslogtreecommitdiffstats
path: root/ci/environments/scenario001-multinode.yaml
diff options
context:
space:
mode:
authorJiri Stransky <jistr@redhat.com>2017-04-11 10:51:41 +0200
committerJiri Stransky <jistr@redhat.com>2017-04-11 10:51:41 +0200
commit5d9a8a00285b2883280c016db99f2c52017311e7 (patch)
tree7646599f3eaf83c0909d15dfcf3b7bfeba0c3910 /ci/environments/scenario001-multinode.yaml
parent161b2b4427f7db0cf65d209a3f63804de9724107 (diff)
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
Diffstat (limited to 'ci/environments/scenario001-multinode.yaml')
-rw-r--r--ci/environments/scenario001-multinode.yaml1
1 files changed, 1 insertions, 0 deletions
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