|
2 | 2 | ############################################################################### |
3 | 3 | # Network interface definitions for the storage group. |
4 | 4 |
|
5 | | -# Overcloud provisioning network IP information. |
6 | | -# provision_oc_net_interface: |
7 | | -# provision_oc_net_bridge_ports: |
8 | | -# provision_oc_net_bond_slaves: |
9 | | - |
10 | | -# External network IP information. |
11 | | -# external_net_interface: |
12 | | -# external_net_bridge_ports: |
13 | | -# external_net_bond_slaves: |
14 | | - |
15 | | -# Storage network IP information. |
16 | | -# storage_net_interface: |
17 | | -# storage_net_bridge_ports: |
18 | | -# storage_net_bond_slaves: |
19 | | - |
20 | | -# Storage management network IP information. |
21 | | -# storage_mgmt_net_interface: |
22 | | -# storage_mgmt_net_bridge_ports: |
23 | | -# storage_mgmt_net_bond_slaves: |
24 | | - |
25 | | -# Swift storage network IP information. |
26 | | -# swift_storage_net_interface: |
27 | | -# swift_storage_net_bridge_ports: |
28 | | -# swift_storage_net_bond_slaves: |
29 | | - |
30 | | -# Swift storage management network IP information. |
31 | | -# swift_storage_replication_net_interface: |
32 | | -# swift_storage_replication_net_bridge_ports: |
33 | | -# swift_storage_replication_net_bond_slaves: |
| 5 | +# NOTE: The content of this section is very deployment-specific, since it |
| 6 | +# depends on the names and types of networks in the deployment. It should |
| 7 | +# define the group-specific attributes of networks. The following example shows |
| 8 | +# a basic configuration for a network called "example": |
| 9 | +# |
| 10 | +# example_interface: eth0 |
| 11 | +# |
| 12 | +# Global network attributes such as subnet CIDRs are typically configured in |
| 13 | +# etc/kayobe/networks.yml. |
| 14 | +# |
| 15 | +# Further information on the available network attributes is provided in the |
| 16 | +# network configuration reference in the Kayobe documentation. |
34 | 17 |
|
35 | 18 | ############################################################################### |
36 | 19 | # Dummy variable to allow Ansible to accept this file. |
|
0 commit comments