Skip to content

Commit 09501e7

Browse files
committed
Fix linter errors
1 parent d3e51e1 commit 09501e7

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

scenarios/uni05epsilon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ stacks:
154154
stack: cell2
155155
- name: Multi-stack post all stacks deploy manage /etc/hosts
156156
type: playbook
157-
source: adoption_multicell_post_stack_all.yml
157+
source: adoption_multicell_post_stack_all.yml

scenarios/uni05epsilon/config_download_cell1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ parameter_defaults:
4545
SshFirewallAllowAll: true
4646

4747
# Specify that this is an additional cell
48-
NovaAdditionalCell: True
48+
NovaAdditionalCell: true
4949
# Disable network creation in order to use the `network_data.yaml` file from the overcloud stack,
5050
# and create ports for the nodes in the separate stacks on the existing networks.
5151
# NOTE(bogdando): might need to enable it, to deploy cells-specific subdomains from different network_data_cellX.yaml files.
5252
# Also, test RHOSO adoption for a metadata agent deployed per each cell, to see if it handles each one properly,
5353
# when transitioning all to a superconductor layoyt from a flat OSP17.1 layout
5454
ManageNetworks: false
55-
NovaLocalMetadataPerCell: True
55+
NovaLocalMetadataPerCell: true
5656

5757
RedisVirtualFixedIPs:
5858
- ip_address: 192.168.122.111
@@ -118,4 +118,4 @@ parameter_defaults:
118118
gateway_ip: 192.168.122.1
119119
host_routes: []
120120
name: ctlplane-subnet
121-
ip_version: 4
121+
ip_version: 4

scenarios/uni05epsilon/config_download_cell2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ parameter_defaults:
4545
SshFirewallAllowAll: true
4646

4747
# Specify that this is an additional cell
48-
NovaAdditionalCell: True
48+
NovaAdditionalCell: true
4949
# Disable network creation in order to use the `network_data.yaml` file from the overcloud stack,
5050
# and create ports for the nodes in the separate stacks on the existing networks.
5151
# NOTE(bogdando): might need to enable it, to deploy cells-specific subdomains from different network_data_cellX.yaml files.
5252
# Also, test RHOSO adoption for a metadata agent deployed per each cell, to see if it handles each one properly,
5353
# when transitioning all to a superconductor layoyt from a flat OSP17.1 layout
5454
ManageNetworks: false
55-
NovaLocalMetadataPerCell: True
55+
NovaLocalMetadataPerCell: true
5656

5757
RedisVirtualFixedIPs:
5858
- ip_address: 192.168.122.112
@@ -118,4 +118,4 @@ parameter_defaults:
118118
gateway_ip: 192.168.122.1
119119
host_routes: []
120120
name: ctlplane-subnet
121-
ip_version: 4
121+
ip_version: 4

scenarios/uni05epsilon/config_download_overcloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ parameter_defaults:
100100
gateway_ip: 192.168.122.1
101101
host_routes: []
102102
name: ctlplane-subnet
103-
ip_version: 4
103+
ip_version: 4

scenarios/uni05epsilon/network_data.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
vlan: 44
6262
gateway_ip: '172.21.0.2'
6363
ip_subnet: '172.21.0.0/24'
64-
allocation_pools: [{'start': '172.21.0.160', 'end': '172.21.0.250'}]
64+
allocation_pools: [{'start': '172.21.0.160', 'end': '172.21.0.250'}]

scenarios/uni05epsilon/roles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,4 +372,4 @@
372372
- OS::TripleO::Services::TripleoFirewall
373373
- OS::TripleO::Services::TripleoPackages
374374
- OS::TripleO::Services::Tuned
375-
- OS::TripleO::Services::Ptp
375+
- OS::TripleO::Services::Ptp

scenarios/uni05epsilon/vips_data_cell1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
- name: external_vip
1919
network: external
2020
subnet: external_subnet
21-
dns_name: overcloud
21+
dns_name: overcloud

scenarios/uni05epsilon/vips_data_cell2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
- name: external_vip
1919
network: external
2020
subnet: external_subnet
21-
dns_name: overcloud
21+
dns_name: overcloud

scenarios/uni05epsilon/vips_data_overcloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
- name: external_vip
2020
network: external
2121
subnet: external_subnet
22-
dns_name: overcloud
22+
dns_name: overcloud

0 commit comments

Comments
 (0)