From 33bf9e27279b2d8d1603fc58e320f9015c39c04f Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Fri, 11 Jan 2019 15:47:45 -0600 Subject: [PATCH] Correct indentation in nic-configs There was an indentation problem in the new nic-configs from the previous commit. This corrects it. --- .../bond-network-templates-v2/nic-configs/ceph-storage.yaml | 6 +++--- .../nic-configs/cinder-storage.yaml | 6 +++--- .../bond-network-templates-v2/nic-configs/compute.yaml | 6 +++--- .../bond-network-templates-v2/nic-configs/controller.yaml | 6 +++--- .../nic-configs/swift-storage.yaml | 6 +++--- .../ipv6-network-templates-v2/nic-configs/ceph-storage.yaml | 6 +++--- .../nic-configs/cinder-storage.yaml | 6 +++--- .../ipv6-network-templates-v2/nic-configs/compute.yaml | 6 +++--- .../ipv6-network-templates-v2/nic-configs/controller.yaml | 6 +++--- .../nic-configs/swift-storage.yaml | 6 +++--- .../network-templates-v2/nic-configs/ceph-storage.yaml | 6 +++--- .../network-templates-v2/nic-configs/cinder-storage.yaml | 6 +++--- .../network-templates-v2/nic-configs/compute.yaml | 6 +++--- .../network-templates-v2/nic-configs/controller.yaml | 6 +++--- .../network-templates-v2/nic-configs/swift-storage.yaml | 6 +++--- 15 files changed, 45 insertions(+), 45 deletions(-) diff --git a/overcloud-templates/bond-network-templates-v2/nic-configs/ceph-storage.yaml b/overcloud-templates/bond-network-templates-v2/nic-configs/ceph-storage.yaml index 068542a..5875957 100644 --- a/overcloud-templates/bond-network-templates-v2/nic-configs/ceph-storage.yaml +++ b/overcloud-templates/bond-network-templates-v2/nic-configs/ceph-storage.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/bond-network-templates-v2/nic-configs/cinder-storage.yaml b/overcloud-templates/bond-network-templates-v2/nic-configs/cinder-storage.yaml index 191ed24..f0af3c4 100644 --- a/overcloud-templates/bond-network-templates-v2/nic-configs/cinder-storage.yaml +++ b/overcloud-templates/bond-network-templates-v2/nic-configs/cinder-storage.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/bond-network-templates-v2/nic-configs/compute.yaml b/overcloud-templates/bond-network-templates-v2/nic-configs/compute.yaml index 8690a54..db4c1a2 100644 --- a/overcloud-templates/bond-network-templates-v2/nic-configs/compute.yaml +++ b/overcloud-templates/bond-network-templates-v2/nic-configs/compute.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/bond-network-templates-v2/nic-configs/controller.yaml b/overcloud-templates/bond-network-templates-v2/nic-configs/controller.yaml index 7d34d00..51ee41a 100644 --- a/overcloud-templates/bond-network-templates-v2/nic-configs/controller.yaml +++ b/overcloud-templates/bond-network-templates-v2/nic-configs/controller.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/bond-network-templates-v2/nic-configs/swift-storage.yaml b/overcloud-templates/bond-network-templates-v2/nic-configs/swift-storage.yaml index 191ed24..f0af3c4 100644 --- a/overcloud-templates/bond-network-templates-v2/nic-configs/swift-storage.yaml +++ b/overcloud-templates/bond-network-templates-v2/nic-configs/swift-storage.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/ipv6-network-templates-v2/nic-configs/ceph-storage.yaml b/overcloud-templates/ipv6-network-templates-v2/nic-configs/ceph-storage.yaml index ec49ee0..801a970 100644 --- a/overcloud-templates/ipv6-network-templates-v2/nic-configs/ceph-storage.yaml +++ b/overcloud-templates/ipv6-network-templates-v2/nic-configs/ceph-storage.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/ipv6-network-templates-v2/nic-configs/cinder-storage.yaml b/overcloud-templates/ipv6-network-templates-v2/nic-configs/cinder-storage.yaml index 191ed24..f0af3c4 100644 --- a/overcloud-templates/ipv6-network-templates-v2/nic-configs/cinder-storage.yaml +++ b/overcloud-templates/ipv6-network-templates-v2/nic-configs/cinder-storage.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/ipv6-network-templates-v2/nic-configs/compute.yaml b/overcloud-templates/ipv6-network-templates-v2/nic-configs/compute.yaml index 1b857a7..cf76ee8 100644 --- a/overcloud-templates/ipv6-network-templates-v2/nic-configs/compute.yaml +++ b/overcloud-templates/ipv6-network-templates-v2/nic-configs/compute.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/ipv6-network-templates-v2/nic-configs/controller.yaml b/overcloud-templates/ipv6-network-templates-v2/nic-configs/controller.yaml index 8c54653..848969d 100644 --- a/overcloud-templates/ipv6-network-templates-v2/nic-configs/controller.yaml +++ b/overcloud-templates/ipv6-network-templates-v2/nic-configs/controller.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/ipv6-network-templates-v2/nic-configs/swift-storage.yaml b/overcloud-templates/ipv6-network-templates-v2/nic-configs/swift-storage.yaml index 191ed24..f0af3c4 100644 --- a/overcloud-templates/ipv6-network-templates-v2/nic-configs/swift-storage.yaml +++ b/overcloud-templates/ipv6-network-templates-v2/nic-configs/swift-storage.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/network-templates-v2/nic-configs/ceph-storage.yaml b/overcloud-templates/network-templates-v2/nic-configs/ceph-storage.yaml index 6163854..3d610ee 100644 --- a/overcloud-templates/network-templates-v2/nic-configs/ceph-storage.yaml +++ b/overcloud-templates/network-templates-v2/nic-configs/ceph-storage.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/network-templates-v2/nic-configs/cinder-storage.yaml b/overcloud-templates/network-templates-v2/nic-configs/cinder-storage.yaml index 191ed24..f0af3c4 100644 --- a/overcloud-templates/network-templates-v2/nic-configs/cinder-storage.yaml +++ b/overcloud-templates/network-templates-v2/nic-configs/cinder-storage.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/network-templates-v2/nic-configs/compute.yaml b/overcloud-templates/network-templates-v2/nic-configs/compute.yaml index 4216b74..04442d4 100644 --- a/overcloud-templates/network-templates-v2/nic-configs/compute.yaml +++ b/overcloud-templates/network-templates-v2/nic-configs/compute.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/network-templates-v2/nic-configs/controller.yaml b/overcloud-templates/network-templates-v2/nic-configs/controller.yaml index e854dd0..9891735 100644 --- a/overcloud-templates/network-templates-v2/nic-configs/controller.yaml +++ b/overcloud-templates/network-templates-v2/nic-configs/controller.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like diff --git a/overcloud-templates/network-templates-v2/nic-configs/swift-storage.yaml b/overcloud-templates/network-templates-v2/nic-configs/swift-storage.yaml index 191ed24..f0af3c4 100644 --- a/overcloud-templates/network-templates-v2/nic-configs/swift-storage.yaml +++ b/overcloud-templates/network-templates-v2/nic-configs/swift-storage.yaml @@ -76,7 +76,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the storage_mgmt network. - type: number + type: number TenantIpSubnet: default: '' description: IP address/subnet on the tenant network @@ -94,7 +94,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the tenant network. - type: number + type: number ManagementIpSubnet: # Only populated when including environments/network-management.yaml default: '' description: IP address/subnet on the management network @@ -112,7 +112,7 @@ parameters: description: The maximum transmission unit (MTU) size(in bytes) that is guaranteed to pass through the data path of the segments in the management network. - type: number + type: number BondInterfaceOvsOptions: default: 'bond_mode=active-backup' description: The ovs_options string for the bond interface. Set things like