Update network templates for latest TripleO
Regenerate the templates using the latest net-iso-gen to reflect a necessary change for recent versions of TripleO
This commit is contained in:
parent
efc47f8a16
commit
ca2f47d343
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
@ -9,26 +9,74 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the external network
|
description: IP address/subnet on the external network
|
||||||
type: string
|
type: string
|
||||||
|
ExternalInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the external network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
InternalApiIpSubnet:
|
InternalApiIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the internal_api network
|
description: IP address/subnet on the internal_api network
|
||||||
type: string
|
type: string
|
||||||
|
InternalApiInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the internal_api network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageIpSubnet:
|
StorageIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage network
|
description: IP address/subnet on the storage network
|
||||||
type: string
|
type: string
|
||||||
|
StorageInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
StorageMgmtIpSubnet:
|
StorageMgmtIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the storage_mgmt network
|
description: IP address/subnet on the storage_mgmt network
|
||||||
type: string
|
type: string
|
||||||
|
StorageMgmtInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the storage_mgmt network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
TenantIpSubnet:
|
TenantIpSubnet:
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the tenant network
|
description: IP address/subnet on the tenant network
|
||||||
type: string
|
type: string
|
||||||
|
TenantInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the tenant network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
ManagementIpSubnet: # Only populated when including environments/network-management.yaml
|
||||||
default: ''
|
default: ''
|
||||||
description: IP address/subnet on the management network
|
description: IP address/subnet on the management network
|
||||||
type: string
|
type: string
|
||||||
|
ManagementInterfaceRoutes:
|
||||||
|
default: []
|
||||||
|
description: >
|
||||||
|
Routes for the management network traffic.
|
||||||
|
JSON route e.g. [{'destination':'10.0.0.0/16', 'nexthop':'10.0.0.1'}]
|
||||||
|
Unless the default is changed, the parameter is automatically resolved
|
||||||
|
from the subnet host_routes attribute.
|
||||||
|
type: json
|
||||||
BondInterfaceOvsOptions:
|
BondInterfaceOvsOptions:
|
||||||
default: 'bond_mode=active-backup'
|
default: 'bond_mode=active-backup'
|
||||||
description: The ovs_options string for the bond interface. Set things like
|
description: The ovs_options string for the bond interface. Set things like
|
||||||
|
Loading…
Reference in New Issue
Block a user