From e9abec82733024a0ad10eb26009517f87362ce4d Mon Sep 17 00:00:00 2001 From: Jiri Stransky Date: Thu, 6 Apr 2017 15:32:23 +0200 Subject: Add Docker service to all roles This will add the Docker service to all roles. Note that currently by default the Docker service is mapped to OS::Heat::None by default. It will only be deployed if environments/docker.yaml file is included in the deployment. Change-Id: I9d8348b7b6576b94c872781bc89fecb42075cde0 Related-Bug: #1680395 --- environments/hyperconverged-ceph.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'environments/hyperconverged-ceph.yaml') diff --git a/environments/hyperconverged-ceph.yaml b/environments/hyperconverged-ceph.yaml index 8f74ec35..fee874dc 100644 --- a/environments/hyperconverged-ceph.yaml +++ b/environments/hyperconverged-ceph.yaml @@ -32,3 +32,4 @@ parameter_defaults: - OS::TripleO::Services::CephOSD - OS::TripleO::Services::Vpp - OS::TripleO::Services::MySQLClient + - OS::TripleO::Services::Docker -- cgit 1.2.3-korg