Add sample baremetal_deployment.yaml
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>
This commit is contained in:
parent
7ade37b9f8
commit
e5b1ae3c3a
79
baremetal-samples/baremetal_deployment.yaml
Normal file
79
baremetal-samples/baremetal_deployment.yaml
Normal file
@ -0,0 +1,79 @@
|
||||
- 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: ""
|
Loading…
Reference in New Issue
Block a user