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.
11 lines
449 B
11 lines
449 B
resource_registry: |
|
OS::TripleO::Server: ../deployed-server/deployed-server.yaml |
|
OS::TripleO::DeployedServer::ControlPlanePort: OS::Neutron::Port |
|
OS::TripleO::DeployedServer::Bootstrap: OS::Heat::None |
|
|
|
{% for role in roles %} |
|
# Default nic config mappings |
|
OS::TripleO::{{role.name}}::Net::SoftwareConfig: ../net-config-static.yaml |
|
{% endfor %} |
|
|
|
OS::TripleO::ControllerDeployedServer::Net::SoftwareConfig: ../net-config-static-bridge.yaml
|
|
|