Remove inactive network interface definitions from seed group vars
This commit is contained in:
parent
58c02fe032
commit
fba0e1eeb2
@ -6,30 +6,3 @@
|
||||
network_interfaces: >
|
||||
{{ (seed_default_network_interfaces +
|
||||
seed_extra_network_interfaces) | unique | list }}
|
||||
|
||||
###############################################################################
|
||||
# Network interface definitions.
|
||||
|
||||
# Overcloud provisioning network IP information.
|
||||
# provision_oc_net_interface:
|
||||
# provision_oc_net_bridge_ports:
|
||||
|
||||
# Workload provisioning network IP information.
|
||||
# provision_wl_net_interface:
|
||||
# provision_wl_net_bridge_ports:
|
||||
|
||||
# Internal network IP information.
|
||||
# internal_net_interface:
|
||||
# internal_net_bridge_ports:
|
||||
|
||||
# External network IP information.
|
||||
# external_net_interface:
|
||||
# external_net_bridge_ports:
|
||||
|
||||
# Storage network IP information.
|
||||
# storage_net_interface:
|
||||
# storage_net_bridge_ports:
|
||||
|
||||
# Storage management network IP information.
|
||||
# storage_mgmt_net_interface:
|
||||
# storage_mgmt_net_bridge_ports:
|
||||
|
Loading…
Reference in New Issue
Block a user