diff options
author | Alex Schultz <aschultz@redhat.com> | 2017-08-29 09:30:18 -0600 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-08-30 12:06:34 +0000 |
commit | 39950e6cd8a4a9b69a0f6b78110fb7cb25765111 (patch) | |
tree | 023945c0ac8e4c84cc24049079df06fc3dfdafa8 /roles | |
parent | d772eb77273402a54503906ff40d2d8aa0dc5630 (diff) |
Add missing Docker service
The example composable roles are missing the docker service declaration
so they currently do not work when trying to deploy with containerized
services.
Change-Id: I986ae561b950e74aacea10bce84673e8d0c9bd97
Closes-Bug: #1713755
(cherry picked from commit 50c975d1590930e6ce453942f99759a25ec08703)
Diffstat (limited to 'roles')
-rw-r--r-- | roles/Database.yaml | 1 | ||||
-rw-r--r-- | roles/IronicConductor.yaml | 1 | ||||
-rw-r--r-- | roles/Messaging.yaml | 1 | ||||
-rw-r--r-- | roles/Networker.yaml | 1 | ||||
-rw-r--r-- | roles/Telemetry.yaml | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/roles/Database.yaml b/roles/Database.yaml index ffeada05..689b1617 100644 --- a/roles/Database.yaml +++ b/roles/Database.yaml @@ -12,6 +12,7 @@ - OS::TripleO::Services::CACerts - OS::TripleO::Services::CertmongerUser - OS::TripleO::Services::Collectd + - OS::TripleO::Services::Docker - OS::TripleO::Services::FluentdClient - OS::TripleO::Services::Kernel - OS::TripleO::Services::MySQL diff --git a/roles/IronicConductor.yaml b/roles/IronicConductor.yaml index d5d8ddd7..3d437aa3 100644 --- a/roles/IronicConductor.yaml +++ b/roles/IronicConductor.yaml @@ -10,6 +10,7 @@ - OS::TripleO::Services::CACerts - OS::TripleO::Services::CertmongerUser - OS::TripleO::Services::Collectd + - OS::TripleO::Services::Docker - OS::TripleO::Services::FluentdClient - OS::TripleO::Services::IronicConductor - OS::TripleO::Services::Kernel diff --git a/roles/Messaging.yaml b/roles/Messaging.yaml index cd6071c4..5c793740 100644 --- a/roles/Messaging.yaml +++ b/roles/Messaging.yaml @@ -12,6 +12,7 @@ - OS::TripleO::Services::CACerts - OS::TripleO::Services::CertmongerUser - OS::TripleO::Services::Collectd + - OS::TripleO::Services::Docker - OS::TripleO::Services::FluentdClient - OS::TripleO::Services::Kernel - OS::TripleO::Services::Ntp diff --git a/roles/Networker.yaml b/roles/Networker.yaml index 1bf58031..ac30c2fd 100644 --- a/roles/Networker.yaml +++ b/roles/Networker.yaml @@ -13,6 +13,7 @@ - OS::TripleO::Services::CACerts - OS::TripleO::Services::CertmongerUser - OS::TripleO::Services::Collectd + - OS::TripleO::Services::Docker - OS::TripleO::Services::FluentdClient - OS::TripleO::Services::Kernel - OS::TripleO::Services::MySQLClient diff --git a/roles/Telemetry.yaml b/roles/Telemetry.yaml index 1dbb887f..5cea5f45 100644 --- a/roles/Telemetry.yaml +++ b/roles/Telemetry.yaml @@ -19,6 +19,7 @@ - OS::TrieplO::Services::CeilometerCollector - OS::TripleO::Services::CeilometerExpirer - OS::TripleO::Services::CertmongerUser + - OS::TripleO::Services::Docker - OS::TripleO::Services::GnocchiApi - OS::TripleO::Services::GnocchiMetricd - OS::TripleO::Services::GnocchiStatsd |