aboutsummaryrefslogtreecommitdiffstats
path: root/environments/docker.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2017-04-15 11:08:09 -0400
committerDan Prince <dprince@redhat.com>2017-06-12 10:04:59 -0400
commit402b2283a84722787dae2de2f6c5705fababeec6 (patch)
tree2abd0f822e419e7218a42d627691a77fe3790c81 /environments/docker.yaml
parent9e6c10917cef4dc3a0193df979ce1f46c62c225a (diff)
Docker services for Cinder Api and Scheduler
Adds docker services for Cinder API and Scheduler. Co-Authored-By: Gorka Eguileor <geguileo@redhat.com> Co-Authored-By: Jon Bernard <jobernar@redhat.com> Co-Authored-By: Martin André <m.andre@redhat.com> Co-Authored-By: Alan Bishop <abishop@redhat.com> Depends-On: Ic1585bae27c318bd6bafc287e905f2ed250cce0f Change-Id: I5cff9587626a3b2a147e03146d5268242d1c9658 Partial-bug: #1668920
Diffstat (limited to 'environments/docker.yaml')
-rw-r--r--environments/docker.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/environments/docker.yaml b/environments/docker.yaml
index acc07c40..30cf6ee8 100644
--- a/environments/docker.yaml
+++ b/environments/docker.yaml
@@ -49,6 +49,8 @@ resource_registry:
OS::TripleO::Services::Horizon: ../docker/services/horizon.yaml
OS::TripleO::Services::Iscsid: ../docker/services/iscsid.yaml
OS::TripleO::Services::Multipathd: ../docker/services/multipathd.yaml
+ OS::TripleO::Services::CinderApi: ../docker/services/cinder-api.yaml
+ OS::TripleO::Services::CinderScheduler: ../docker/services/cinder-scheduler.yaml
OS::TripleO::PostDeploySteps: ../docker/post.yaml
OS::TripleO::PostUpgradeSteps: ../docker/post-upgrade.yaml