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:
James Slagle 2021-07-15 16:52:09 -04:00
parent 7ade37b9f8
commit e5b1ae3c3a
1 changed files with 79 additions and 0 deletions

View 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: ""