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
This commit is contained in:
Jiri Stransky 2017-04-06 15:32:23 +02:00
parent 161b2b4427
commit e9abec8273
3 changed files with 10 additions and 0 deletions

View File

@ -32,3 +32,4 @@ parameter_defaults:
- OS::TripleO::Services::CephOSD
- OS::TripleO::Services::Vpp
- OS::TripleO::Services::MySQLClient
- OS::TripleO::Services::Docker

View File

@ -0,0 +1,5 @@
---
features:
- |
When deploying with environments/docker.yaml, the docker service
is now deployed on all predefined roles.

View File

@ -162,6 +162,7 @@
- OS::TripleO::Services::Collectd
- OS::TripleO::Services::Vpp
- OS::TripleO::Services::MySQLClient
- OS::TripleO::Services::Docker
- name: BlockStorage
ServicesDefault:
@ -180,6 +181,7 @@
- OS::TripleO::Services::AuditD
- OS::TripleO::Services::Collectd
- OS::TripleO::Services::MySQLClient
- OS::TripleO::Services::Docker
- name: ObjectStorage
disable_upgrade_deployment: True
@ -200,6 +202,7 @@
- OS::TripleO::Services::AuditD
- OS::TripleO::Services::Collectd
- OS::TripleO::Services::MySQLClient
- OS::TripleO::Services::Docker
- name: CephStorage
ServicesDefault:
@ -218,3 +221,4 @@
- OS::TripleO::Services::AuditD
- OS::TripleO::Services::Collectd
- OS::TripleO::Services::MySQLClient
- OS::TripleO::Services::Docker