From bb6785d56c4620118e45c73c71971120f79efa45 Mon Sep 17 00:00:00 2001 From: Jesse Schmidt Date: Wed, 10 Jan 2024 15:52:21 -0600 Subject: [PATCH] fix yaml --- testdata/bin/.gitignore | 4 ---- testdata/sources/dim_nostorage_cluster_cr.yaml | 2 +- testdata/sources/hdd_dii_storage_cluster_cr.yaml | 2 +- testdata/sources/hdd_dim_storage_cluster_cr.yaml | 2 +- testdata/sources/host_network_cluster_cr.yaml | 2 +- testdata/sources/podspec_cr.yaml | 2 +- testdata/sources/rack_enabled_cluster_cr.yaml | 2 +- testdata/sources/sc_mode_cluster_cr.yaml | 2 +- testdata/sources/shadow_device_cluster_cr.yaml | 2 +- testdata/sources/shadow_file_cluster_cr.yaml | 2 +- 10 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 testdata/bin/.gitignore diff --git a/testdata/bin/.gitignore b/testdata/bin/.gitignore deleted file mode 100644 index 86d0cb2..0000000 --- a/testdata/bin/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore \ No newline at end of file diff --git a/testdata/sources/dim_nostorage_cluster_cr.yaml b/testdata/sources/dim_nostorage_cluster_cr.yaml index a986275..8e95c78 100644 --- a/testdata/sources/dim_nostorage_cluster_cr.yaml +++ b/testdata/sources/dim_nostorage_cluster_cr.yaml @@ -14,7 +14,7 @@ network: port: 3001 heartbeat: mode: multicast - multicast-group: 239.1.99.222 + multicast-groups: 239.1.99.222 port: 3002 service: port: 3000 diff --git a/testdata/sources/hdd_dii_storage_cluster_cr.yaml b/testdata/sources/hdd_dii_storage_cluster_cr.yaml index fa5618b..fc5b43c 100644 --- a/testdata/sources/hdd_dii_storage_cluster_cr.yaml +++ b/testdata/sources/hdd_dii_storage_cluster_cr.yaml @@ -29,7 +29,7 @@ network: port: 3001 heartbeat: mode: multicast - multicast-group: 239.1.99.222 + multicast-groups: 239.1.99.222 port: 3002 service: port: 3000 diff --git a/testdata/sources/hdd_dim_storage_cluster_cr.yaml b/testdata/sources/hdd_dim_storage_cluster_cr.yaml index 24e5467..bf8c9de 100644 --- a/testdata/sources/hdd_dim_storage_cluster_cr.yaml +++ b/testdata/sources/hdd_dim_storage_cluster_cr.yaml @@ -16,7 +16,7 @@ network: port: 3001 heartbeat: mode: multicast - multicast-group: 239.1.99.222 + multicast-groups: 239.1.99.222 port: 3002 service: port: 3000 diff --git a/testdata/sources/host_network_cluster_cr.yaml b/testdata/sources/host_network_cluster_cr.yaml index f5309cc..1edebbc 100644 --- a/testdata/sources/host_network_cluster_cr.yaml +++ b/testdata/sources/host_network_cluster_cr.yaml @@ -14,7 +14,7 @@ network: port: 3001 heartbeat: mode: multicast - multicast-group: 239.1.99.222 + multicast-groups: 239.1.99.222 port: 3002 service: port: 3000 diff --git a/testdata/sources/podspec_cr.yaml b/testdata/sources/podspec_cr.yaml index ca0f800..b3bae07 100644 --- a/testdata/sources/podspec_cr.yaml +++ b/testdata/sources/podspec_cr.yaml @@ -12,7 +12,7 @@ network: port: 3001 heartbeat: mode: multicast - multicast-group: 239.1.99.222 + multicast-groups: 239.1.99.222 port: 3002 service: port: 3000 diff --git a/testdata/sources/rack_enabled_cluster_cr.yaml b/testdata/sources/rack_enabled_cluster_cr.yaml index 72237b6..a82ae5f 100644 --- a/testdata/sources/rack_enabled_cluster_cr.yaml +++ b/testdata/sources/rack_enabled_cluster_cr.yaml @@ -19,7 +19,7 @@ network: port: 3001 heartbeat: mode: multicast - multicast-group: 239.1.99.222 + multicast-groups: 239.1.99.222 port: 3002 service: port: 3000 diff --git a/testdata/sources/sc_mode_cluster_cr.yaml b/testdata/sources/sc_mode_cluster_cr.yaml index f75a9d7..93d5118 100644 --- a/testdata/sources/sc_mode_cluster_cr.yaml +++ b/testdata/sources/sc_mode_cluster_cr.yaml @@ -15,7 +15,7 @@ network: port: 3001 heartbeat: mode: multicast - multicast-group: 239.1.99.222 + multicast-groups: 239.1.99.222 port: 3002 service: port: 3000 diff --git a/testdata/sources/shadow_device_cluster_cr.yaml b/testdata/sources/shadow_device_cluster_cr.yaml index a184ed7..ddab067 100644 --- a/testdata/sources/shadow_device_cluster_cr.yaml +++ b/testdata/sources/shadow_device_cluster_cr.yaml @@ -14,7 +14,7 @@ network: port: 3001 heartbeat: mode: multicast - multicast-group: 239.1.99.222 + multicast-groups: 239.1.99.222 port: 3002 service: port: 3000 diff --git a/testdata/sources/shadow_file_cluster_cr.yaml b/testdata/sources/shadow_file_cluster_cr.yaml index 4e1514a..d82efcd 100644 --- a/testdata/sources/shadow_file_cluster_cr.yaml +++ b/testdata/sources/shadow_file_cluster_cr.yaml @@ -15,7 +15,7 @@ network: port: 3001 heartbeat: mode: multicast - multicast-group: 239.1.99.222 + multicast-groups: 239.1.99.222 port: 3002 service: port: 3000