e5b1ae3c3a
baremetal_deployment.yaml is a sample baremetal configuration file for use with "openstack overcloud node provision" or "openstack overcloud deploy --baremetal-deployment" that matches default roles_data.yaml from tripleo-heat-templates. Change-Id: Idab44a83a846295679980569635a5dac0ff5055b Signed-off-by: James Slagle <jslagle@redhat.com>
80 lines
1.8 KiB
YAML
80 lines
1.8 KiB
YAML
- name: Controller
|
|
count: 1
|
|
defaults:
|
|
networks:
|
|
- network: ctlplane
|
|
subnet: ctlplane-subnet
|
|
vif: true
|
|
- network: external
|
|
subnet: external_subnet
|
|
- network: internalapi
|
|
subnet: internal_api_subnet
|
|
- network: storage
|
|
subnet: storage_subnet
|
|
- network: storagemgmt
|
|
subnet: storage_mgmt_subnet
|
|
- network: tenant
|
|
subnet: tenant_subnet
|
|
network_config:
|
|
template: templates/net_config_bridge.j2
|
|
default_route_network:
|
|
- external
|
|
- name: Compute
|
|
count: 1
|
|
defaults:
|
|
networks:
|
|
- network: ctlplane
|
|
subnet: ctlplane-subnet
|
|
vif: true
|
|
- network: internalapi
|
|
subnet: internal_api_subnet
|
|
- network: tenant
|
|
subnet: tenant_subnet
|
|
- network: storage
|
|
subnet: storage_subnet
|
|
network_config:
|
|
template: ""
|
|
- name: BlockStorage
|
|
count: 0
|
|
defaults:
|
|
networks:
|
|
- network: ctlplane
|
|
subnet: ctlplane-subnet
|
|
vif: true
|
|
- network: internalapi
|
|
subnet: internal_api_subnet
|
|
- network: storage
|
|
subnet: storage_subnet
|
|
- network: storage_mgmt
|
|
subnet: storage_mgmt_subnet
|
|
network_config:
|
|
template: ""
|
|
- name: ObjectStorage
|
|
count: 0
|
|
defaults:
|
|
networks:
|
|
- network: ctlplane
|
|
subnet: ctlplane-subnet
|
|
vif: true
|
|
- network: internalapi
|
|
subnet: internal_api_subnet
|
|
- network: storage
|
|
subnet: storage_subnet
|
|
- network: storage_mgmt
|
|
subnet: storage_mgmt_subnet
|
|
network_config:
|
|
template: ""
|
|
- name: CephStorage
|
|
count: 0
|
|
defaults:
|
|
networks:
|
|
- network: ctlplane
|
|
subnet: ctlplane-subnet
|
|
vif: true
|
|
- network: storage
|
|
subnet: storage_subnet
|
|
- network: storage_mgmt
|
|
subnet: storage_mgmt_subnet
|
|
network_config:
|
|
template: ""
|