aboutsummaryrefslogtreecommitdiffstats
path: root/environments/overcloud-baremetal.j2.yaml
blob: 8d7bc8d97f551b82f799787c680b5191481f0ed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
resource_registry:
  OS::TripleO::AllNodes::SoftwareConfig: OS::Heat::None
  OS::TripleO::PostDeploySteps: OS::Heat::None
  OS::TripleO::DefaultPasswords: OS::Heat::None
  OS::TripleO::RandomString: OS::Heat::None
  OS::TripleO::AllNodesDeployment: OS::Heat::None
  OS::TripleO::DeployedServerEnvironment: ../deployed-server/deployed-server-environment-output.yaml

parameter_defaults:
  # Deploy no services
{% for role in roles %}
  {{role.name}}Services: []
{% endfor %}

  # Consistent Hostname format
  ControllerHostnameFormat: overcloud-controller-%index%
  ComputeHostnameFormat: overcloud-novacompute-%index%
  ObjectStorageHostnameFormat: overcloud-objectstorage-%index%
  CephStorageHostnameFormat: overcloud-cephstorage-%index%
  BlockStorageHostnameFormat: overcloud-blockstorage-%index%