aboutsummaryrefslogtreecommitdiffstats
path: root/roles_data.yaml
diff options
context:
space:
mode:
authorJiri Stransky <jistr@redhat.com>2017-04-06 15:32:23 +0200
committerJiri Stransky <jistr@redhat.com>2017-04-07 14:28:59 +0200
commite9abec82733024a0ad10eb26009517f87362ce4d (patch)
tree5f9d1f28b6f4a6f5ef1f292b3de9b3ed80e7b3f7 /roles_data.yaml
parent161b2b4427f7db0cf65d209a3f63804de9724107 (diff)
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
Diffstat (limited to 'roles_data.yaml')
-rw-r--r--roles_data.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles_data.yaml b/roles_data.yaml
index 780c9c93..5f365f4a 100644
--- a/roles_data.yaml
+++ b/roles_data.yaml
@@ -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