You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.0 KiB
40 lines
1.0 KiB
# Example vip data file for a routed networks scenario where Virtual IPs need |
|
# to be created on the specific subnet used by controller nodes. |
|
# |
|
# The vip data file should be a list of vip definitions, following is the |
|
# configurable options for each vip entry. |
|
# |
|
# name: |
|
# description: |
|
# - Virtual IP name (optional) |
|
# type: str |
|
# network: |
|
# description: |
|
# - Neutron Network name |
|
# type: str |
|
# required: True |
|
# ip_address: |
|
# description: |
|
# - IP address (Optional) |
|
# type: str |
|
# subnet: |
|
# description: |
|
# - Neutron Subnet name (Optional) |
|
# type: str |
|
# dns_name: |
|
# description: |
|
# - Dns Name |
|
# type: str |
|
# required: True |
|
# default: overcloud |
|
|
|
- network: storage_mgmt |
|
subnet: storage_mgmt_subnet01 |
|
- network: internal_api |
|
subnet: internal_api_subnet01 |
|
- network: storage |
|
subnet: storage_subnet01 |
|
- network: external |
|
subnet: external_subnet |
|
- network: ctlplane |
|
subnet: ctlplane-leaf1
|
|
|