tripleo-quickstart/config/nodes/baremetal_1ctlr_1comp.yml

32 lines
771 B
YAML

# Overcloud nodes are defined in hardware-specific files.
overcloud_nodes:
# Tell tripleo which nodes to deploy.
topology_map:
Controller:
scale: 1
networks:
- network: ctlplane
vif: true
- network: external
subnet: external_subnet
- network: internal_api
subnet: internal_api_subnet
- network: storage
subnet: storage_subnet
- network: storage_mgmt
subnet: storage_mgmt_subnet
- network: tenant
subnet: tenant_subnet
Compute:
scale: 1
networks:
- network: ctlplane
vif: true
- network: internal_api
subnet: internal_api_subnet
- network: tenant
subnet: tenant_subnet
- network: storage
subnet: storage_subnet