aboutsummaryrefslogtreecommitdiffstats
path: root/ci/environments/multinode_major_upgrade.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/multinode_major_upgrade.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/multinode_major_upgrade.yaml')
-rw-r--r--ci/environments/multinode_major_upgrade.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/environments/multinode_major_upgrade.yaml b/ci/environments/multinode_major_upgrade.yaml
index 2251cc0c..c97080fb 100644
--- a/ci/environments/multinode_major_upgrade.yaml
+++ b/ci/environments/multinode_major_upgrade.yaml
@@ -14,6 +14,7 @@ resource_registry:
parameter_defaults:
ControllerServices:
- OS::TripleO::Services::CACerts
+ - OS::TripleO::Services::Docker
- OS::TripleO::Services::Kernel
- OS::TripleO::Services::Keystone
- OS::TripleO::Services::GlanceApi