Merge "Non-ha multinode environment for container upgrade job"
[apex-tripleo-heat-templates.git] / environments / docker-services-tls-everywhere.yaml
1 # This environment contains the services that can work with TLS-everywhere.
2 resource_registry:
3   # This can be used when you don't want to run puppet on the host,
4   # e.g atomic, but it has been replaced with OS::TripleO::Services::Docker
5   # OS::TripleO::NodeUserData: ../docker/firstboot/setup_docker_host.yaml
6   OS::TripleO::Services::Docker: ../puppet/services/docker.yaml
7   # The compute node still needs extra initialization steps
8   OS::TripleO::Compute::NodeUserData: ../docker/firstboot/setup_docker_host.yaml
9
10   # NOTE: add roles to be docker enabled as we support them.
11   OS::TripleO::Services::Keystone: ../docker/services/keystone.yaml
12
13   OS::TripleO::PostDeploySteps: ../docker/post.yaml
14   OS::TripleO::PostUpgradeSteps: ../docker/post-upgrade.yaml
15
16   OS::TripleO::Services: ../docker/services/services.yaml
17
18 parameter_defaults:
19   # Defaults to 'tripleoupstream'.  Specify a local docker registry
20   # Example: 192.168.24.1:8787/tripleoupstream
21   DockerNamespace: tripleoupstream
22   DockerNamespaceIsRegistry: false
23
24   ComputeServices:
25     - OS::TripleO::Services::NovaCompute
26     - OS::TripleO::Services::NovaLibvirt
27     - OS::TripleO::Services::ComputeNeutronOvsAgent
28     - OS::TripleO::Services::Docker