cd354bc386
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for all mistral services. With this patch the baremetal version of each mistral service has been removed. Related-Blueprint: services-yaml-flattening Change-Id: I3f2ac51c885548333299df2c92c1f8df154d241e
6 lines
436 B
YAML
6 lines
436 B
YAML
resource_registry:
|
|
OS::TripleO::Services::MistralEngine: ../../deployment/mistral/mistral-engine-container-puppet.yaml
|
|
OS::TripleO::Services::MistralApi: ../../deployment/mistral/mistral-api-container-puppet.yaml
|
|
OS::TripleO::Services::MistralExecutor: ../../deployment/mistral/mistral-executor-container-puppet.yaml
|
|
OS::TripleO::Services::MistralEventEngine: ../../deployment/mistral/mistral-event-engine-container-puppet.yaml
|