10e2926132
The check expects that we have the ctlplane network. Including the subnet as well might cause issues with the current check implementation: https://opendev.org/openstack/tripleo-ansible/src/branch/master/tripleo_ansible/ansible_plugins/modules/tripleo_baremetal_expand_roles.py#L95-L102 Full discussion is on: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/841114 Change-Id: I93ad750ffb1677145d6f0954d9e4e0c000d2b41e
122 lines
3.1 KiB
YAML
122 lines
3.1 KiB
YAML
- name: Controller
|
|
count: 3
|
|
defaults:
|
|
network_config:
|
|
template: templates/net_config_bridge.j2
|
|
default_route_network:
|
|
- external
|
|
instances:
|
|
- hostname: overcloud-controller-0
|
|
managed: true
|
|
networks:
|
|
- network: ctlplane
|
|
fixed_ip: 192.168.24.10
|
|
- network: external
|
|
subnet: external_subnet
|
|
fixed_ip: 172.20.12.80
|
|
- network: internal_api
|
|
subnet: internal_api_subnet
|
|
fixed_ip: 172.16.2.85
|
|
- network: storage
|
|
subnet: storage_subnet
|
|
fixed_ip: 172.16.1.148
|
|
- network: storage_mgmt
|
|
subnet: storage_mgmt_subnet
|
|
- network: tenant
|
|
subnet: tenant_subnet
|
|
fixed_ip: 172.16.0.244
|
|
- hostname: overcloud-controller-1
|
|
managed: true
|
|
networks:
|
|
- network: ctlplane
|
|
fixed_ip: 192.168.24.11
|
|
- network: external
|
|
subnet: external_subnet
|
|
fixed_ip: 172.20.12.81
|
|
- network: internal_api
|
|
subnet: internal_api_subnet
|
|
fixed_ip: 172.16.2.86
|
|
- network: storage
|
|
subnet: storage_subnet
|
|
fixed_ip: 172.16.1.149
|
|
- network: storage_mgmt
|
|
subnet: storage_mgmt_subnet
|
|
- network: tenant
|
|
subnet: tenant_subnet
|
|
fixed_ip: 172.16.0.245
|
|
- hostname: overcloud-controller-2
|
|
managed: true
|
|
networks:
|
|
- network: ctlplane
|
|
fixed_ip: 192.168.24.12
|
|
- network: external
|
|
subnet: external_subnet
|
|
fixed_ip: 172.20.12.82
|
|
- network: internal_api
|
|
subnet: internal_api_subnet
|
|
fixed_ip: 172.16.2.87
|
|
- network: storage
|
|
subnet: storage_subnet
|
|
fixed_ip: 172.16.1.150
|
|
- network: storage_mgmt
|
|
subnet: storage_mgmt_subnet
|
|
- network: tenant
|
|
subnet: tenant_subnet
|
|
fixed_ip: 172.16.0.246
|
|
- name: Compute
|
|
count: 3
|
|
defaults:
|
|
network_config:
|
|
template: ""
|
|
instances:
|
|
- hostname: overcloud-compute-0
|
|
managed: true
|
|
networks:
|
|
- network: ctlplane
|
|
fixed_ip: 192.168.24.20
|
|
- network: external
|
|
subnet: external_subnet
|
|
fixed_ip: 172.20.12.90
|
|
- network: internal_api
|
|
subnet: internal_api_subnet
|
|
fixed_ip: 172.16.2.95
|
|
- network: storage
|
|
subnet: storage_subnet
|
|
fixed_ip: 172.16.1.158
|
|
- network: tenant
|
|
subnet: tenant_subnet
|
|
fixed_ip: 172.16.0.144
|
|
- hostname: overcloud-compute-1
|
|
managed: true
|
|
networks:
|
|
- network: ctlplane
|
|
fixed_ip: 192.168.24.21
|
|
- network: external
|
|
subnet: external_subnet
|
|
fixed_ip: 172.20.12.91
|
|
- network: internal_api
|
|
subnet: internal_api_subnet
|
|
fixed_ip: 172.16.2.96
|
|
- network: storage
|
|
subnet: storage_subnet
|
|
fixed_ip: 172.16.1.159
|
|
- network: tenant
|
|
subnet: tenant_subnet
|
|
fixed_ip: 172.16.0.145
|
|
- hostname: overcloud-compute-2
|
|
managed: true
|
|
networks:
|
|
- network: ctlplane
|
|
fixed_ip: 192.168.24.22
|
|
- network: external
|
|
subnet: external_subnet
|
|
fixed_ip: 172.20.12.92
|
|
- network: internal_api
|
|
subnet: internal_api_subnet
|
|
fixed_ip: 172.16.2.98
|
|
- network: storage
|
|
subnet: storage_subnet
|
|
fixed_ip: 172.16.1.160
|
|
- network: tenant
|
|
subnet: tenant_subnet
|
|
fixed_ip: 172.16.0.146 |