You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
474 B
13 lines
474 B
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 %}
|
|
|