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.
20 lines
764 B
20 lines
764 B
resource_registry: |
|
OS::TripleO::Controller::Ports::ExternalPort: ../network/ports/external_from_pool.yaml |
|
OS::TripleO::Controller::Ports::InternalApiPort: ../network/ports/internal_api_from_pool.yaml |
|
OS::TripleO::Controller::Ports::StoragePort: ../network/ports/storage_from_pool.yaml |
|
OS::TripleO::Controller::Ports::StorageMgmtPort: ../network/ports/storage_mgmt_from_pool.yaml |
|
OS::TripleO::Controller::Ports::TenantPort: ../network/ports/tenant_from_pool.yaml |
|
|
|
parameter_defaults: |
|
ControllerIPs: |
|
# Each controller will get an IP from the lists below, first controller, first IP |
|
external: |
|
- 10.0.0.251 |
|
internal_api: |
|
- 172.16.2.251 |
|
storage: |
|
- 172.16.1.251 |
|
storage_mgmt: |
|
- 172.16.3.251 |
|
tenant: |
|
- 172.16.0.251
|
|
|