diff --git a/.github/workflows/label_pr.yml b/.github/workflows/label_pr.yml index 72448ce2..dfcd25a9 100644 --- a/.github/workflows/label_pr.yml +++ b/.github/workflows/label_pr.yml @@ -1,4 +1,5 @@ --- + # Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index b04184ce..5edc636f 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -1,5 +1,19 @@ --- +# Copyright 2023 Cloudera, Inc. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name: Publish documentation on: diff --git a/.github/workflows/reset_pr.yml b/.github/workflows/reset_pr.yml index 3c4c4735..b3446f67 100644 --- a/.github/workflows/reset_pr.yml +++ b/.github/workflows/reset_pr.yml @@ -1,4 +1,5 @@ --- + # Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/.github/workflows/validate_pr.yml b/.github/workflows/validate_pr.yml index 6987e1ce..fb691eca 100644 --- a/.github/workflows/validate_pr.yml +++ b/.github/workflows/validate_pr.yml @@ -1,4 +1,5 @@ --- + # Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/.github/workflows/validate_pr_docs.yml b/.github/workflows/validate_pr_docs.yml index 1aa044a7..89e9e7bf 100644 --- a/.github/workflows/validate_pr_docs.yml +++ b/.github/workflows/validate_pr_docs.yml @@ -1,5 +1,19 @@ --- +# Copyright 2023 Cloudera, Inc. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name: Validate Pull Request documentation on: diff --git a/.gitignore b/.gitignore index 333e0c84..d46f0168 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docs/configuration.yml b/docs/configuration.yml index 5340f10b..8354cffb 100644 --- a/docs/configuration.yml +++ b/docs/configuration.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/galaxy.yml b/galaxy.yml index 06003895..5031e85f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -16,7 +16,7 @@ namespace: cloudera name: exe -version: 2.0.0-rc1 +version: 2.0.0 readme: README.md authors: [] diff --git a/meta/runtime.yml b/meta/runtime.yml index 0b882bff..ad64ca29 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/auto_repo_mirror/tasks/inject.yml b/roles/auto_repo_mirror/tasks/inject.yml index 55f6fd33..f64c42ad 100644 --- a/roles/auto_repo_mirror/tasks/inject.yml +++ b/roles/auto_repo_mirror/tasks/inject.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/auto_repo_mirror/tasks/parse_definition_for_mirror_targets.yml b/roles/auto_repo_mirror/tasks/parse_definition_for_mirror_targets.yml index ec78754f..45370f3e 100644 --- a/roles/auto_repo_mirror/tasks/parse_definition_for_mirror_targets.yml +++ b/roles/auto_repo_mirror/tasks/parse_definition_for_mirror_targets.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/auto_repo_mirror/tasks/populate_from_upstream.yml b/roles/auto_repo_mirror/tasks/populate_from_upstream.yml index ef7a8a1b..fc11c402 100644 --- a/roles/auto_repo_mirror/tasks/populate_from_upstream.yml +++ b/roles/auto_repo_mirror/tasks/populate_from_upstream.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/common/defaults/main.yml b/roles/common/defaults/main.yml index 9381cc8b..a1a3dbb9 100644 --- a/roles/common/defaults/main.yml +++ b/roles/common/defaults/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/common/meta/main.yml b/roles/common/meta/main.yml index acb23b1a..c97f5d18 100644 --- a/roles/common/meta/main.yml +++ b/roles/common/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 37e30437..32c0754a 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/common/vars/main.yml b/roles/common/vars/main.yml index a6cf5a8d..bd6b0076 100644 --- a/roles/common/vars/main.yml +++ b/roles/common/vars/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/data/defaults/main.yml b/roles/data/defaults/main.yml index 0f2d49b6..695efa6c 100644 --- a/roles/data/defaults/main.yml +++ b/roles/data/defaults/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/data/meta/main.yml b/roles/data/meta/main.yml index ae59900a..59cec4ac 100644 --- a/roles/data/meta/main.yml +++ b/roles/data/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/data/tasks/initialize.yml b/roles/data/tasks/initialize.yml index 8937bbfe..fae45d8f 100644 --- a/roles/data/tasks/initialize.yml +++ b/roles/data/tasks/initialize.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/data/tasks/initialize_aws.yml b/roles/data/tasks/initialize_aws.yml index 355a4d1b..c9cf8c6c 100644 --- a/roles/data/tasks/initialize_aws.yml +++ b/roles/data/tasks/initialize_aws.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/data/tasks/main.yml b/roles/data/tasks/main.yml index 8fd47c30..a8993e18 100644 --- a/roles/data/tasks/main.yml +++ b/roles/data/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/data/tasks/setup.yml b/roles/data/tasks/setup.yml index 8dab9211..61b0f065 100644 --- a/roles/data/tasks/setup.yml +++ b/roles/data/tasks/setup.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/data/tasks/setup_aws.yml b/roles/data/tasks/setup_aws.yml index a549e392..24cbc792 100644 --- a/roles/data/tasks/setup_aws.yml +++ b/roles/data/tasks/setup_aws.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/data/tasks/teardown.yml b/roles/data/tasks/teardown.yml index 04f3cce8..219e77fe 100644 --- a/roles/data/tasks/teardown.yml +++ b/roles/data/tasks/teardown.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/data/tasks/teardown_aws_policies.yml b/roles/data/tasks/teardown_aws_policies.yml index e8d935af..86ca37d1 100644 --- a/roles/data/tasks/teardown_aws_policies.yml +++ b/roles/data/tasks/teardown_aws_policies.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/data/tasks/teardown_aws_roles.yml b/roles/data/tasks/teardown_aws_roles.yml index d1c48c87..fb1f562e 100644 --- a/roles/data/tasks/teardown_aws_roles.yml +++ b/roles/data/tasks/teardown_aws_roles.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/data/tasks/validate.yml b/roles/data/tasks/validate.yml index 37e30437..32c0754a 100644 --- a/roles/data/tasks/validate.yml +++ b/roles/data/tasks/validate.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/data/vars/main.yml b/roles/data/vars/main.yml index 947e310c..c6327343 100644 --- a/roles/data/vars/main.yml +++ b/roles/data/vars/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/dynamic_inventory/tasks/create_static_inventory.yml b/roles/dynamic_inventory/tasks/create_static_inventory.yml index c310169f..01e16c9a 100644 --- a/roles/dynamic_inventory/tasks/create_static_inventory.yml +++ b/roles/dynamic_inventory/tasks/create_static_inventory.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/dynamic_inventory/tasks/refresh_inventory.yml b/roles/dynamic_inventory/tasks/refresh_inventory.yml index 8af957c4..6f2f4003 100644 --- a/roles/dynamic_inventory/tasks/refresh_inventory.yml +++ b/roles/dynamic_inventory/tasks/refresh_inventory.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/dynamic_inventory/tasks/retire_static_inventory.yml b/roles/dynamic_inventory/tasks/retire_static_inventory.yml index a4a5a4e6..08835eb6 100644 --- a/roles/dynamic_inventory/tasks/retire_static_inventory.yml +++ b/roles/dynamic_inventory/tasks/retire_static_inventory.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/freeipa_host_group/defaults/main.yml b/roles/freeipa_host_group/defaults/main.yml index a0e5d8ca..ba08a848 100644 --- a/roles/freeipa_host_group/defaults/main.yml +++ b/roles/freeipa_host_group/defaults/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/freeipa_host_group/meta/main.yml b/roles/freeipa_host_group/meta/main.yml index c92c0d76..c9344213 100644 --- a/roles/freeipa_host_group/meta/main.yml +++ b/roles/freeipa_host_group/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/freeipa_host_group/tasks/main.yml b/roles/freeipa_host_group/tasks/main.yml index bfc97de8..8d129b71 100644 --- a/roles/freeipa_host_group/tasks/main.yml +++ b/roles/freeipa_host_group/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/info/defaults/main.yml b/roles/info/defaults/main.yml index ef515f19..20099fa7 100644 --- a/roles/info/defaults/main.yml +++ b/roles/info/defaults/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/info/meta/main.yml b/roles/info/meta/main.yml index 8c51c47b..abdb7a18 100644 --- a/roles/info/meta/main.yml +++ b/roles/info/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/info/tasks/main.yml b/roles/info/tasks/main.yml index 3d023737..bc9a48d1 100644 --- a/roles/info/tasks/main.yml +++ b/roles/info/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/defaults/main.yml b/roles/infrastructure/defaults/main.yml index 7d862b75..4d113d5b 100644 --- a/roles/infrastructure/defaults/main.yml +++ b/roles/infrastructure/defaults/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/meta/main.yml b/roles/infrastructure/meta/main.yml index caffc17e..991a13ee 100644 --- a/roles/infrastructure/meta/main.yml +++ b/roles/infrastructure/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_aws.yml b/roles/infrastructure/tasks/initialize_aws.yml index cc86b006..513c8055 100644 --- a/roles/infrastructure/tasks/initialize_aws.yml +++ b/roles/infrastructure/tasks/initialize_aws.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_aws_terraform.yml b/roles/infrastructure/tasks/initialize_aws_terraform.yml index 2007318f..5ba15375 100644 --- a/roles/infrastructure/tasks/initialize_aws_terraform.yml +++ b/roles/infrastructure/tasks/initialize_aws_terraform.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_azure.yml b/roles/infrastructure/tasks/initialize_azure.yml index 25f68fec..9f10d25e 100644 --- a/roles/infrastructure/tasks/initialize_azure.yml +++ b/roles/infrastructure/tasks/initialize_azure.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_base.yml b/roles/infrastructure/tasks/initialize_base.yml index d01d6ae9..4dc7c8ee 100644 --- a/roles/infrastructure/tasks/initialize_base.yml +++ b/roles/infrastructure/tasks/initialize_base.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_gcp.yml b/roles/infrastructure/tasks/initialize_gcp.yml index decde484..3aa49566 100644 --- a/roles/infrastructure/tasks/initialize_gcp.yml +++ b/roles/infrastructure/tasks/initialize_gcp.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_setup.yml b/roles/infrastructure/tasks/initialize_setup.yml index 2aec045c..1ef30df6 100644 --- a/roles/infrastructure/tasks/initialize_setup.yml +++ b/roles/infrastructure/tasks/initialize_setup.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_setup_aws.yml b/roles/infrastructure/tasks/initialize_setup_aws.yml index 41fe8bc6..14ddedab 100644 --- a/roles/infrastructure/tasks/initialize_setup_aws.yml +++ b/roles/infrastructure/tasks/initialize_setup_aws.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_setup_azure.yml b/roles/infrastructure/tasks/initialize_setup_azure.yml index 4f1a1d10..85cefbbe 100644 --- a/roles/infrastructure/tasks/initialize_setup_azure.yml +++ b/roles/infrastructure/tasks/initialize_setup_azure.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_setup_gcp.yml b/roles/infrastructure/tasks/initialize_setup_gcp.yml index bd2d74b1..6b4aec03 100644 --- a/roles/infrastructure/tasks/initialize_setup_gcp.yml +++ b/roles/infrastructure/tasks/initialize_setup_gcp.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_teardown.yml b/roles/infrastructure/tasks/initialize_teardown.yml index 52fd8964..35c74451 100644 --- a/roles/infrastructure/tasks/initialize_teardown.yml +++ b/roles/infrastructure/tasks/initialize_teardown.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_teardown_aws.yml b/roles/infrastructure/tasks/initialize_teardown_aws.yml index 2897b204..d6179099 100644 --- a/roles/infrastructure/tasks/initialize_teardown_aws.yml +++ b/roles/infrastructure/tasks/initialize_teardown_aws.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_teardown_aws_terraform.yml b/roles/infrastructure/tasks/initialize_teardown_aws_terraform.yml index 73b244f3..c8f88a26 100644 --- a/roles/infrastructure/tasks/initialize_teardown_aws_terraform.yml +++ b/roles/infrastructure/tasks/initialize_teardown_aws_terraform.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_teardown_azure.yml b/roles/infrastructure/tasks/initialize_teardown_azure.yml index 97642f8f..176f8d56 100644 --- a/roles/infrastructure/tasks/initialize_teardown_azure.yml +++ b/roles/infrastructure/tasks/initialize_teardown_azure.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/initialize_teardown_gcp.yml b/roles/infrastructure/tasks/initialize_teardown_gcp.yml index 97642f8f..176f8d56 100644 --- a/roles/infrastructure/tasks/initialize_teardown_gcp.yml +++ b/roles/infrastructure/tasks/initialize_teardown_gcp.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/main.yml b/roles/infrastructure/tasks/main.yml index 2e92466b..3211b7d8 100644 --- a/roles/infrastructure/tasks/main.yml +++ b/roles/infrastructure/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup.yml b/roles/infrastructure/tasks/setup.yml index 8fe7f05f..0b179d9b 100644 --- a/roles/infrastructure/tasks/setup.yml +++ b/roles/infrastructure/tasks/setup.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_aws.yml b/roles/infrastructure/tasks/setup_aws.yml index 584fae04..d0d56e67 100644 --- a/roles/infrastructure/tasks/setup_aws.yml +++ b/roles/infrastructure/tasks/setup_aws.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_aws_compute.yml b/roles/infrastructure/tasks/setup_aws_compute.yml index 07876d9b..b8d28b4a 100644 --- a/roles/infrastructure/tasks/setup_aws_compute.yml +++ b/roles/infrastructure/tasks/setup_aws_compute.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_aws_network.yml b/roles/infrastructure/tasks/setup_aws_network.yml index 7a89781a..d0f8ebbe 100644 --- a/roles/infrastructure/tasks/setup_aws_network.yml +++ b/roles/infrastructure/tasks/setup_aws_network.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_aws_storage.yml b/roles/infrastructure/tasks/setup_aws_storage.yml index a2fa05d5..de48ed51 100644 --- a/roles/infrastructure/tasks/setup_aws_storage.yml +++ b/roles/infrastructure/tasks/setup_aws_storage.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_aws_utility_service.yml b/roles/infrastructure/tasks/setup_aws_utility_service.yml index 83b867ba..67e3a9a4 100644 --- a/roles/infrastructure/tasks/setup_aws_utility_service.yml +++ b/roles/infrastructure/tasks/setup_aws_utility_service.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_azure.yml b/roles/infrastructure/tasks/setup_azure.yml index 43bc38fe..18bd5edb 100644 --- a/roles/infrastructure/tasks/setup_azure.yml +++ b/roles/infrastructure/tasks/setup_azure.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_azure_compute.yml b/roles/infrastructure/tasks/setup_azure_compute.yml index 97642f8f..176f8d56 100644 --- a/roles/infrastructure/tasks/setup_azure_compute.yml +++ b/roles/infrastructure/tasks/setup_azure_compute.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_azure_download_mirror.yml b/roles/infrastructure/tasks/setup_azure_download_mirror.yml index 97642f8f..176f8d56 100644 --- a/roles/infrastructure/tasks/setup_azure_download_mirror.yml +++ b/roles/infrastructure/tasks/setup_azure_download_mirror.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_azure_network.yml b/roles/infrastructure/tasks/setup_azure_network.yml index 09400c71..74b12305 100644 --- a/roles/infrastructure/tasks/setup_azure_network.yml +++ b/roles/infrastructure/tasks/setup_azure_network.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_azure_storage.yml b/roles/infrastructure/tasks/setup_azure_storage.yml index 62144a2a..79467175 100644 --- a/roles/infrastructure/tasks/setup_azure_storage.yml +++ b/roles/infrastructure/tasks/setup_azure_storage.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_gcp.yml b/roles/infrastructure/tasks/setup_gcp.yml index 97642f8f..176f8d56 100644 --- a/roles/infrastructure/tasks/setup_gcp.yml +++ b/roles/infrastructure/tasks/setup_gcp.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_gcp_compute.yml b/roles/infrastructure/tasks/setup_gcp_compute.yml index 97642f8f..176f8d56 100644 --- a/roles/infrastructure/tasks/setup_gcp_compute.yml +++ b/roles/infrastructure/tasks/setup_gcp_compute.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_gcp_download_mirror.yml b/roles/infrastructure/tasks/setup_gcp_download_mirror.yml index 97642f8f..176f8d56 100644 --- a/roles/infrastructure/tasks/setup_gcp_download_mirror.yml +++ b/roles/infrastructure/tasks/setup_gcp_download_mirror.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_gcp_network.yml b/roles/infrastructure/tasks/setup_gcp_network.yml index 8b3bee66..c4b634cb 100644 --- a/roles/infrastructure/tasks/setup_gcp_network.yml +++ b/roles/infrastructure/tasks/setup_gcp_network.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_gcp_storage.yml b/roles/infrastructure/tasks/setup_gcp_storage.yml index f1a7e205..824ef96e 100644 --- a/roles/infrastructure/tasks/setup_gcp_storage.yml +++ b/roles/infrastructure/tasks/setup_gcp_storage.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/setup_terraform.yml b/roles/infrastructure/tasks/setup_terraform.yml index 9dae3b9c..d7d952da 100644 --- a/roles/infrastructure/tasks/setup_terraform.yml +++ b/roles/infrastructure/tasks/setup_terraform.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown.yml b/roles/infrastructure/tasks/teardown.yml index 1b35287b..c29bd6ff 100644 --- a/roles/infrastructure/tasks/teardown.yml +++ b/roles/infrastructure/tasks/teardown.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_aws.yml b/roles/infrastructure/tasks/teardown_aws.yml index 48819ccc..262075fc 100644 --- a/roles/infrastructure/tasks/teardown_aws.yml +++ b/roles/infrastructure/tasks/teardown_aws.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_aws_compute.yml b/roles/infrastructure/tasks/teardown_aws_compute.yml index 4a63c11e..683f20d0 100644 --- a/roles/infrastructure/tasks/teardown_aws_compute.yml +++ b/roles/infrastructure/tasks/teardown_aws_compute.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_aws_network.yml b/roles/infrastructure/tasks/teardown_aws_network.yml index 43842405..5e57e790 100644 --- a/roles/infrastructure/tasks/teardown_aws_network.yml +++ b/roles/infrastructure/tasks/teardown_aws_network.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_aws_storage.yml b/roles/infrastructure/tasks/teardown_aws_storage.yml index 9ff121ae..9c627499 100644 --- a/roles/infrastructure/tasks/teardown_aws_storage.yml +++ b/roles/infrastructure/tasks/teardown_aws_storage.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_aws_utility_service.yml b/roles/infrastructure/tasks/teardown_aws_utility_service.yml index ddfa7c87..fcb981ae 100644 --- a/roles/infrastructure/tasks/teardown_aws_utility_service.yml +++ b/roles/infrastructure/tasks/teardown_aws_utility_service.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_azure.yml b/roles/infrastructure/tasks/teardown_azure.yml index 1cc0cbf7..97eae668 100644 --- a/roles/infrastructure/tasks/teardown_azure.yml +++ b/roles/infrastructure/tasks/teardown_azure.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_azure_compute.yml b/roles/infrastructure/tasks/teardown_azure_compute.yml index 97642f8f..176f8d56 100644 --- a/roles/infrastructure/tasks/teardown_azure_compute.yml +++ b/roles/infrastructure/tasks/teardown_azure_compute.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_azure_network.yml b/roles/infrastructure/tasks/teardown_azure_network.yml index 78f53d09..32fae211 100644 --- a/roles/infrastructure/tasks/teardown_azure_network.yml +++ b/roles/infrastructure/tasks/teardown_azure_network.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_azure_storage.yml b/roles/infrastructure/tasks/teardown_azure_storage.yml index 80908b1d..bfbd30bf 100644 --- a/roles/infrastructure/tasks/teardown_azure_storage.yml +++ b/roles/infrastructure/tasks/teardown_azure_storage.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_azure_utility_service.yml b/roles/infrastructure/tasks/teardown_azure_utility_service.yml index 37e30437..32c0754a 100644 --- a/roles/infrastructure/tasks/teardown_azure_utility_service.yml +++ b/roles/infrastructure/tasks/teardown_azure_utility_service.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_gcp.yml b/roles/infrastructure/tasks/teardown_gcp.yml index 37e30437..32c0754a 100644 --- a/roles/infrastructure/tasks/teardown_gcp.yml +++ b/roles/infrastructure/tasks/teardown_gcp.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_gcp_compute.yml b/roles/infrastructure/tasks/teardown_gcp_compute.yml index 97642f8f..176f8d56 100644 --- a/roles/infrastructure/tasks/teardown_gcp_compute.yml +++ b/roles/infrastructure/tasks/teardown_gcp_compute.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_gcp_network.yml b/roles/infrastructure/tasks/teardown_gcp_network.yml index 4610fdeb..2ad859f6 100644 --- a/roles/infrastructure/tasks/teardown_gcp_network.yml +++ b/roles/infrastructure/tasks/teardown_gcp_network.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_gcp_storage.yml b/roles/infrastructure/tasks/teardown_gcp_storage.yml index 749dd19a..cedfc820 100644 --- a/roles/infrastructure/tasks/teardown_gcp_storage.yml +++ b/roles/infrastructure/tasks/teardown_gcp_storage.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_gcp_utility_service.yml b/roles/infrastructure/tasks/teardown_gcp_utility_service.yml index 97642f8f..176f8d56 100644 --- a/roles/infrastructure/tasks/teardown_gcp_utility_service.yml +++ b/roles/infrastructure/tasks/teardown_gcp_utility_service.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/teardown_terraform.yml b/roles/infrastructure/tasks/teardown_terraform.yml index 7c87cbbd..10ba20c6 100644 --- a/roles/infrastructure/tasks/teardown_terraform.yml +++ b/roles/infrastructure/tasks/teardown_terraform.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/validate.yml b/roles/infrastructure/tasks/validate.yml index 7dcb289a..f6680fc7 100644 --- a/roles/infrastructure/tasks/validate.yml +++ b/roles/infrastructure/tasks/validate.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/validate_aws.yml b/roles/infrastructure/tasks/validate_aws.yml index 1cbeaee3..0e500e1e 100644 --- a/roles/infrastructure/tasks/validate_aws.yml +++ b/roles/infrastructure/tasks/validate_aws.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/validate_aws_terraform.yml b/roles/infrastructure/tasks/validate_aws_terraform.yml index a41cecfc..4a372569 100644 --- a/roles/infrastructure/tasks/validate_aws_terraform.yml +++ b/roles/infrastructure/tasks/validate_aws_terraform.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/validate_azure.yml b/roles/infrastructure/tasks/validate_azure.yml index c10e4595..b9689585 100644 --- a/roles/infrastructure/tasks/validate_azure.yml +++ b/roles/infrastructure/tasks/validate_azure.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/infrastructure/tasks/validate_gcp.yml b/roles/infrastructure/tasks/validate_gcp.yml index cb812384..a01b6ec0 100644 --- a/roles/infrastructure/tasks/validate_gcp.yml +++ b/roles/infrastructure/tasks/validate_gcp.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/init_deployment/defaults/main.yml b/roles/init_deployment/defaults/main.yml index f14b9568..6376e3ce 100644 --- a/roles/init_deployment/defaults/main.yml +++ b/roles/init_deployment/defaults/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/init_deployment/tasks/marshall.yml b/roles/init_deployment/tasks/marshall.yml index 8b4ea3fe..0f244774 100644 --- a/roles/init_deployment/tasks/marshall.yml +++ b/roles/init_deployment/tasks/marshall.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/init_deployment/tasks/prep_pvc.yml b/roles/init_deployment/tasks/prep_pvc.yml index 5c25e76c..4627d72e 100644 --- a/roles/init_deployment/tasks/prep_pvc.yml +++ b/roles/init_deployment/tasks/prep_pvc.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/init_deployment/tasks/runlevels.yml b/roles/init_deployment/tasks/runlevels.yml index 91b4dda3..7e35c8c9 100644 --- a/roles/init_deployment/tasks/runlevels.yml +++ b/roles/init_deployment/tasks/runlevels.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/init_deployment/tasks/ssh.yml b/roles/init_deployment/tasks/ssh.yml index 76e87fe1..6998de53 100644 --- a/roles/init_deployment/tasks/ssh.yml +++ b/roles/init_deployment/tasks/ssh.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/init_deployment/vars/basic_cluster.yml b/roles/init_deployment/vars/basic_cluster.yml index f653e902..973eb4f9 100644 --- a/roles/init_deployment/vars/basic_cluster.yml +++ b/roles/init_deployment/vars/basic_cluster.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/defaults/main.yml b/roles/platform/defaults/main.yml index 8c4a63a1..d7100966 100644 --- a/roles/platform/defaults/main.yml +++ b/roles/platform/defaults/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/meta/main.yml b/roles/platform/meta/main.yml index 2045f3f1..ad7c8e4f 100644 --- a/roles/platform/meta/main.yml +++ b/roles/platform/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,7 +22,6 @@ galaxy_info: addition to the CDP services, the role handles the deployment and management of the cloud provider artifacts required for CDP operations, e.g. roles, policies. company: Cloudera - namespace: cloudera license: Apache-2.0 min_ansible_version: 2.10 diff --git a/roles/platform/tasks/aws_policy_download.yml b/roles/platform/tasks/aws_policy_download.yml index 177556e4..31690ad0 100644 --- a/roles/platform/tasks/aws_policy_download.yml +++ b/roles/platform/tasks/aws_policy_download.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/aws_policy_regex.yml b/roles/platform/tasks/aws_policy_regex.yml index dce342fe..2a9b1e17 100644 --- a/roles/platform/tasks/aws_policy_regex.yml +++ b/roles/platform/tasks/aws_policy_regex.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_aws.yml b/roles/platform/tasks/initialize_aws.yml index bf835d48..aceecb74 100644 --- a/roles/platform/tasks/initialize_aws.yml +++ b/roles/platform/tasks/initialize_aws.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_aws_terraform.yml b/roles/platform/tasks/initialize_aws_terraform.yml index 9e726c99..122fe795 100644 --- a/roles/platform/tasks/initialize_aws_terraform.yml +++ b/roles/platform/tasks/initialize_aws_terraform.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_azure.yml b/roles/platform/tasks/initialize_azure.yml index a76da585..20a663c3 100644 --- a/roles/platform/tasks/initialize_azure.yml +++ b/roles/platform/tasks/initialize_azure.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_gcp.yml b/roles/platform/tasks/initialize_gcp.yml index 2db164d6..540495b2 100644 --- a/roles/platform/tasks/initialize_gcp.yml +++ b/roles/platform/tasks/initialize_gcp.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_setup.yml b/roles/platform/tasks/initialize_setup.yml index 73803c57..96bfe8a2 100644 --- a/roles/platform/tasks/initialize_setup.yml +++ b/roles/platform/tasks/initialize_setup.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_setup_aws.yml b/roles/platform/tasks/initialize_setup_aws.yml index 7481b3db..771ce7e4 100644 --- a/roles/platform/tasks/initialize_setup_aws.yml +++ b/roles/platform/tasks/initialize_setup_aws.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_setup_azure.yml b/roles/platform/tasks/initialize_setup_azure.yml index a1bbfe3d..8ff5e08e 100644 --- a/roles/platform/tasks/initialize_setup_azure.yml +++ b/roles/platform/tasks/initialize_setup_azure.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_setup_base.yml b/roles/platform/tasks/initialize_setup_base.yml index 7c1014db..f943dcb9 100644 --- a/roles/platform/tasks/initialize_setup_base.yml +++ b/roles/platform/tasks/initialize_setup_base.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_setup_gcp.yml b/roles/platform/tasks/initialize_setup_gcp.yml index d6582905..d9b5d976 100644 --- a/roles/platform/tasks/initialize_setup_gcp.yml +++ b/roles/platform/tasks/initialize_setup_gcp.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_teardown.yml b/roles/platform/tasks/initialize_teardown.yml index 2f2bbe39..7e7a7fbb 100644 --- a/roles/platform/tasks/initialize_teardown.yml +++ b/roles/platform/tasks/initialize_teardown.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_teardown_aws.yml b/roles/platform/tasks/initialize_teardown_aws.yml index 37e30437..32c0754a 100644 --- a/roles/platform/tasks/initialize_teardown_aws.yml +++ b/roles/platform/tasks/initialize_teardown_aws.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_teardown_aws_terraform.yml b/roles/platform/tasks/initialize_teardown_aws_terraform.yml index 6cbb0edc..55b39a6b 100644 --- a/roles/platform/tasks/initialize_teardown_aws_terraform.yml +++ b/roles/platform/tasks/initialize_teardown_aws_terraform.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_teardown_azure.yml b/roles/platform/tasks/initialize_teardown_azure.yml index 6772fad4..c3c6f530 100644 --- a/roles/platform/tasks/initialize_teardown_azure.yml +++ b/roles/platform/tasks/initialize_teardown_azure.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/initialize_teardown_gcp.yml b/roles/platform/tasks/initialize_teardown_gcp.yml index 97642f8f..176f8d56 100644 --- a/roles/platform/tasks/initialize_teardown_gcp.yml +++ b/roles/platform/tasks/initialize_teardown_gcp.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/main.yml b/roles/platform/tasks/main.yml index c02ea98a..1c05fbf7 100644 --- a/roles/platform/tasks/main.yml +++ b/roles/platform/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup.yml b/roles/platform/tasks/setup.yml index 0911ea29..8cb7c869 100644 --- a/roles/platform/tasks/setup.yml +++ b/roles/platform/tasks/setup.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_aws_authz.yml b/roles/platform/tasks/setup_aws_authz.yml index 3dac385b..121fac00 100644 --- a/roles/platform/tasks/setup_aws_authz.yml +++ b/roles/platform/tasks/setup_aws_authz.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_aws_datalake.yml b/roles/platform/tasks/setup_aws_datalake.yml index 7939447f..9bf9f418 100644 --- a/roles/platform/tasks/setup_aws_datalake.yml +++ b/roles/platform/tasks/setup_aws_datalake.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_aws_env.yml b/roles/platform/tasks/setup_aws_env.yml index a93ebdc7..1331b249 100644 --- a/roles/platform/tasks/setup_aws_env.yml +++ b/roles/platform/tasks/setup_aws_env.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_aws_idbroker.yml b/roles/platform/tasks/setup_aws_idbroker.yml index e35156e5..a04bd30a 100644 --- a/roles/platform/tasks/setup_aws_idbroker.yml +++ b/roles/platform/tasks/setup_aws_idbroker.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_aws_terraform_authz.yml b/roles/platform/tasks/setup_aws_terraform_authz.yml index a53ac868..3ec0fa5d 100644 --- a/roles/platform/tasks/setup_aws_terraform_authz.yml +++ b/roles/platform/tasks/setup_aws_terraform_authz.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_azure_authz.yml b/roles/platform/tasks/setup_azure_authz.yml index 7b18ab4c..e42bda4c 100644 --- a/roles/platform/tasks/setup_azure_authz.yml +++ b/roles/platform/tasks/setup_azure_authz.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_azure_datalake.yml b/roles/platform/tasks/setup_azure_datalake.yml index fa0f8b77..a1907315 100644 --- a/roles/platform/tasks/setup_azure_datalake.yml +++ b/roles/platform/tasks/setup_azure_datalake.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_azure_env.yml b/roles/platform/tasks/setup_azure_env.yml index 2b59ed09..8545d866 100644 --- a/roles/platform/tasks/setup_azure_env.yml +++ b/roles/platform/tasks/setup_azure_env.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_azure_idbroker.yml b/roles/platform/tasks/setup_azure_idbroker.yml index c4038fcf..94472591 100644 --- a/roles/platform/tasks/setup_azure_idbroker.yml +++ b/roles/platform/tasks/setup_azure_idbroker.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_base.yml b/roles/platform/tasks/setup_base.yml index 3c8353d1..6e8718ab 100644 --- a/roles/platform/tasks/setup_base.yml +++ b/roles/platform/tasks/setup_base.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_gcp_authz.yml b/roles/platform/tasks/setup_gcp_authz.yml index 69c37850..1681bbc6 100644 --- a/roles/platform/tasks/setup_gcp_authz.yml +++ b/roles/platform/tasks/setup_gcp_authz.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_gcp_datalake.yml b/roles/platform/tasks/setup_gcp_datalake.yml index 7ba72bb3..58b1cc1b 100644 --- a/roles/platform/tasks/setup_gcp_datalake.yml +++ b/roles/platform/tasks/setup_gcp_datalake.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_gcp_env.yml b/roles/platform/tasks/setup_gcp_env.yml index 9db07dc3..3c67727b 100644 --- a/roles/platform/tasks/setup_gcp_env.yml +++ b/roles/platform/tasks/setup_gcp_env.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/setup_gcp_idbroker.yml b/roles/platform/tasks/setup_gcp_idbroker.yml index 5bb05c27..2e802c00 100644 --- a/roles/platform/tasks/setup_gcp_idbroker.yml +++ b/roles/platform/tasks/setup_gcp_idbroker.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/teardown.yml b/roles/platform/tasks/teardown.yml index 066afdcd..5b096a8e 100644 --- a/roles/platform/tasks/teardown.yml +++ b/roles/platform/tasks/teardown.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/teardown_aws_authz.yml b/roles/platform/tasks/teardown_aws_authz.yml index e320c013..1d082f6e 100644 --- a/roles/platform/tasks/teardown_aws_authz.yml +++ b/roles/platform/tasks/teardown_aws_authz.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/teardown_aws_terraform_authz.yml b/roles/platform/tasks/teardown_aws_terraform_authz.yml index a48e8feb..c504dc12 100644 --- a/roles/platform/tasks/teardown_aws_terraform_authz.yml +++ b/roles/platform/tasks/teardown_aws_terraform_authz.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/teardown_azure_authz.yml b/roles/platform/tasks/teardown_azure_authz.yml index 0eccc570..861890d5 100644 --- a/roles/platform/tasks/teardown_azure_authz.yml +++ b/roles/platform/tasks/teardown_azure_authz.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/teardown_gcp_authz.yml b/roles/platform/tasks/teardown_gcp_authz.yml index 27d6dc09..a737e9d4 100644 --- a/roles/platform/tasks/teardown_gcp_authz.yml +++ b/roles/platform/tasks/teardown_gcp_authz.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/validate.yml b/roles/platform/tasks/validate.yml index 43682994..e3b17334 100644 --- a/roles/platform/tasks/validate.yml +++ b/roles/platform/tasks/validate.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/validate_aws.yml b/roles/platform/tasks/validate_aws.yml index 2d6a039d..920c4ef0 100644 --- a/roles/platform/tasks/validate_aws.yml +++ b/roles/platform/tasks/validate_aws.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/validate_aws_terraform.yml b/roles/platform/tasks/validate_aws_terraform.yml index 970144a1..95808683 100644 --- a/roles/platform/tasks/validate_aws_terraform.yml +++ b/roles/platform/tasks/validate_aws_terraform.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/validate_azure.yml b/roles/platform/tasks/validate_azure.yml index 8eb28932..710b354c 100644 --- a/roles/platform/tasks/validate_azure.yml +++ b/roles/platform/tasks/validate_azure.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/tasks/validate_gcp.yml b/roles/platform/tasks/validate_gcp.yml index b1b11427..b52fb430 100644 --- a/roles/platform/tasks/validate_gcp.yml +++ b/roles/platform/tasks/validate_gcp.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/platform/vars/main.yml b/roles/platform/vars/main.yml index 27749d8c..f7f57f28 100644 --- a/roles/platform/vars/main.yml +++ b/roles/platform/vars/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/defaults/main.yml b/roles/runtime/defaults/main.yml index b9e0ffde..444afffb 100644 --- a/roles/runtime/defaults/main.yml +++ b/roles/runtime/defaults/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/meta/main.yml b/roles/runtime/meta/main.yml index 4fe42bfb..b28a1061 100644 --- a/roles/runtime/meta/main.yml +++ b/roles/runtime/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/initialize_base.yml b/roles/runtime/tasks/initialize_base.yml index 05ddf58c..0e8aa767 100644 --- a/roles/runtime/tasks/initialize_base.yml +++ b/roles/runtime/tasks/initialize_base.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/initialize_setup.yml b/roles/runtime/tasks/initialize_setup.yml index 17589f89..599a9612 100644 --- a/roles/runtime/tasks/initialize_setup.yml +++ b/roles/runtime/tasks/initialize_setup.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/initialize_setup_aws.yml b/roles/runtime/tasks/initialize_setup_aws.yml index e2cd1442..46bb98fd 100644 --- a/roles/runtime/tasks/initialize_setup_aws.yml +++ b/roles/runtime/tasks/initialize_setup_aws.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/initialize_setup_azure.yml b/roles/runtime/tasks/initialize_setup_azure.yml index 1302eca2..5ef60382 100644 --- a/roles/runtime/tasks/initialize_setup_azure.yml +++ b/roles/runtime/tasks/initialize_setup_azure.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/initialize_setup_gcp.yml b/roles/runtime/tasks/initialize_setup_gcp.yml index 5d503047..cf5714dc 100644 --- a/roles/runtime/tasks/initialize_setup_gcp.yml +++ b/roles/runtime/tasks/initialize_setup_gcp.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/initialize_teardown.yml b/roles/runtime/tasks/initialize_teardown.yml index 60f81f5f..13c2d4fc 100644 --- a/roles/runtime/tasks/initialize_teardown.yml +++ b/roles/runtime/tasks/initialize_teardown.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/main.yml b/roles/runtime/tasks/main.yml index 2e92466b..3211b7d8 100644 --- a/roles/runtime/tasks/main.yml +++ b/roles/runtime/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/setup.yml b/roles/runtime/tasks/setup.yml index 5b0ff683..4ec25988 100644 --- a/roles/runtime/tasks/setup.yml +++ b/roles/runtime/tasks/setup.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/setup_aws.yml b/roles/runtime/tasks/setup_aws.yml index 32f769b1..585fd57f 100644 --- a/roles/runtime/tasks/setup_aws.yml +++ b/roles/runtime/tasks/setup_aws.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/setup_azure.yml b/roles/runtime/tasks/setup_azure.yml index 37e30437..32c0754a 100644 --- a/roles/runtime/tasks/setup_azure.yml +++ b/roles/runtime/tasks/setup_azure.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/setup_base.yml b/roles/runtime/tasks/setup_base.yml index 6baac52f..a09fefb4 100644 --- a/roles/runtime/tasks/setup_base.yml +++ b/roles/runtime/tasks/setup_base.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/setup_gcp.yml b/roles/runtime/tasks/setup_gcp.yml index 37e30437..32c0754a 100644 --- a/roles/runtime/tasks/setup_gcp.yml +++ b/roles/runtime/tasks/setup_gcp.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/teardown.yml b/roles/runtime/tasks/teardown.yml index e819f499..94865ad6 100644 --- a/roles/runtime/tasks/teardown.yml +++ b/roles/runtime/tasks/teardown.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/teardown_base.yml b/roles/runtime/tasks/teardown_base.yml index d0fcb9cc..1b6b295d 100644 --- a/roles/runtime/tasks/teardown_base.yml +++ b/roles/runtime/tasks/teardown_base.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/validate.yml b/roles/runtime/tasks/validate.yml index d0affbf2..3ee2714c 100644 --- a/roles/runtime/tasks/validate.yml +++ b/roles/runtime/tasks/validate.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/tasks/validate_base.yml b/roles/runtime/tasks/validate_base.yml index 78d843e2..7bb1175c 100644 --- a/roles/runtime/tasks/validate_base.yml +++ b/roles/runtime/tasks/validate_base.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/templates/datahub_instance_group_base.j2 b/roles/runtime/templates/datahub_instance_group_base.j2 index e835a436..23f6e356 100644 --- a/roles/runtime/templates/datahub_instance_group_base.j2 +++ b/roles/runtime/templates/datahub_instance_group_base.j2 @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/templates/datahub_streams_messaging_light.j2 b/roles/runtime/templates/datahub_streams_messaging_light.j2 index 5be2be7e..f471907c 100644 --- a/roles/runtime/templates/datahub_streams_messaging_light.j2 +++ b/roles/runtime/templates/datahub_streams_messaging_light.j2 @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/templates/ml_k8s_request_base.j2 b/roles/runtime/templates/ml_k8s_request_base.j2 index 66f24b28..100a95d4 100644 --- a/roles/runtime/templates/ml_k8s_request_base.j2 +++ b/roles/runtime/templates/ml_k8s_request_base.j2 @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/runtime/vars/main.yml b/roles/runtime/vars/main.yml index d65bcd8f..d48aee99 100644 --- a/roles/runtime/vars/main.yml +++ b/roles/runtime/vars/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/sequence/defaults/main.yml b/roles/sequence/defaults/main.yml index 598301db..358e72e5 100644 --- a/roles/sequence/defaults/main.yml +++ b/roles/sequence/defaults/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/sequence/meta/main.yml b/roles/sequence/meta/main.yml index 6dca10ce..416e5ccb 100644 --- a/roles/sequence/meta/main.yml +++ b/roles/sequence/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/sequence/tasks/main.yml b/roles/sequence/tasks/main.yml index bd6ca5de..534e8d1a 100644 --- a/roles/sequence/tasks/main.yml +++ b/roles/sequence/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/sudoers/defaults/main.yml b/roles/sudoers/defaults/main.yml index 5ee8a4a9..cfc24c0e 100644 --- a/roles/sudoers/defaults/main.yml +++ b/roles/sudoers/defaults/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/sudoers/meta/main.yml b/roles/sudoers/meta/main.yml index 1df472a3..15106f47 100644 --- a/roles/sudoers/meta/main.yml +++ b/roles/sudoers/meta/main.yml @@ -1,4 +1,4 @@ -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/sudoers/tasks/main.yml b/roles/sudoers/tasks/main.yml index 9bc90c59..4afc5531 100644 --- a/roles/sudoers/tasks/main.yml +++ b/roles/sudoers/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/roles/sudoers/tasks/teardown.yml b/roles/sudoers/tasks/teardown.yml index 7c75a627..0406851a 100644 --- a/roles/sudoers/tasks/teardown.yml +++ b/roles/sudoers/tasks/teardown.yml @@ -1,6 +1,6 @@ --- -# Copyright 2021 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/config.yml b/tests/config.yml index 39b6a531..535d3223 100644 --- a/tests/config.yml +++ b/tests/config.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/integration_config.yml.template b/tests/integration/integration_config.yml.template index 9f49af35..3c44fc7b 100644 --- a/tests/integration/integration_config.yml.template +++ b/tests/integration/integration_config.yml.template @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt index 5d2ab58c..94b22946 100644 --- a/tests/integration/requirements.txt +++ b/tests/integration/requirements.txt @@ -1,4 +1,4 @@ -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/exec_cdp/aliases b/tests/integration/targets/exec_cdp/aliases index 6eb29279..021acfbb 100644 --- a/tests/integration/targets/exec_cdp/aliases +++ b/tests/integration/targets/exec_cdp/aliases @@ -1,4 +1,4 @@ -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/exec_cdp/meta/main.yml b/tests/integration/targets/exec_cdp/meta/main.yml index 1616523d..e837b3b0 100644 --- a/tests/integration/targets/exec_cdp/meta/main.yml +++ b/tests/integration/targets/exec_cdp/meta/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/exec_cdp/tasks/main.yml b/tests/integration/targets/exec_cdp/tasks/main.yml index b4d6cd42..4b9df9cd 100644 --- a/tests/integration/targets/exec_cdp/tasks/main.yml +++ b/tests/integration/targets/exec_cdp/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/light_duty_l1/aliases b/tests/integration/targets/light_duty_l1/aliases index c812d7dc..2fbe30cd 100644 --- a/tests/integration/targets/light_duty_l1/aliases +++ b/tests/integration/targets/light_duty_l1/aliases @@ -1,4 +1,4 @@ -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/light_duty_l1/tasks/main.yml b/tests/integration/targets/light_duty_l1/tasks/main.yml index 86fdd2a8..52dc24d5 100644 --- a/tests/integration/targets/light_duty_l1/tasks/main.yml +++ b/tests/integration/targets/light_duty_l1/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/light_duty_l1/vars/cdp.yml b/tests/integration/targets/light_duty_l1/vars/cdp.yml index df28f82b..37d82aaa 100644 --- a/tests/integration/targets/light_duty_l1/vars/cdp.yml +++ b/tests/integration/targets/light_duty_l1/vars/cdp.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/medium_duty_l1/aliases b/tests/integration/targets/medium_duty_l1/aliases index 9159adac..4cbff743 100644 --- a/tests/integration/targets/medium_duty_l1/aliases +++ b/tests/integration/targets/medium_duty_l1/aliases @@ -1,4 +1,4 @@ -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/medium_duty_l1/tasks/main.yml b/tests/integration/targets/medium_duty_l1/tasks/main.yml index 0c85ed5f..13d9ba12 100644 --- a/tests/integration/targets/medium_duty_l1/tasks/main.yml +++ b/tests/integration/targets/medium_duty_l1/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/medium_duty_l1/vars/cdp.yml b/tests/integration/targets/medium_duty_l1/vars/cdp.yml index 1ef78147..662e94a2 100644 --- a/tests/integration/targets/medium_duty_l1/vars/cdp.yml +++ b/tests/integration/targets/medium_duty_l1/vars/cdp.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/setup_infra/aliases b/tests/integration/targets/setup_infra/aliases index 51cd7a58..3df4681f 100644 --- a/tests/integration/targets/setup_infra/aliases +++ b/tests/integration/targets/setup_infra/aliases @@ -1,4 +1,4 @@ -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/setup_infra/meta/main.yml b/tests/integration/targets/setup_infra/meta/main.yml index ed108a14..7a8a1e08 100644 --- a/tests/integration/targets/setup_infra/meta/main.yml +++ b/tests/integration/targets/setup_infra/meta/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/setup_infra/tasks/main.yml b/tests/integration/targets/setup_infra/tasks/main.yml index 762af7de..f99a911e 100644 --- a/tests/integration/targets/setup_infra/tasks/main.yml +++ b/tests/integration/targets/setup_infra/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/setup_infra/vars/infra.yml b/tests/integration/targets/setup_infra/vars/infra.yml index d1a5f128..32c0754a 100644 --- a/tests/integration/targets/setup_infra/vars/infra.yml +++ b/tests/integration/targets/setup_infra/vars/infra.yml @@ -1,4 +1,4 @@ -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/teardown_infra/aliases b/tests/integration/targets/teardown_infra/aliases index 51cd7a58..3df4681f 100644 --- a/tests/integration/targets/teardown_infra/aliases +++ b/tests/integration/targets/teardown_infra/aliases @@ -1,4 +1,4 @@ -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/teardown_infra/meta/main.yml b/tests/integration/targets/teardown_infra/meta/main.yml index ed108a14..7a8a1e08 100644 --- a/tests/integration/targets/teardown_infra/meta/main.yml +++ b/tests/integration/targets/teardown_infra/meta/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/teardown_infra/tasks/main.yml b/tests/integration/targets/teardown_infra/tasks/main.yml index 0e53de2e..cbb55e3e 100644 --- a/tests/integration/targets/teardown_infra/tasks/main.yml +++ b/tests/integration/targets/teardown_infra/tasks/main.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/integration/targets/teardown_infra/vars/infra.yml b/tests/integration/targets/teardown_infra/vars/infra.yml index 47c0ff2e..540d4253 100644 --- a/tests/integration/targets/teardown_infra/vars/infra.yml +++ b/tests/integration/targets/teardown_infra/vars/infra.yml @@ -1,6 +1,6 @@ --- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/plugins/filter/test_core_exe.py b/tests/unit/plugins/filter/test_core_exe.py index ab3ceb9b..8e81b915 100644 --- a/tests/unit/plugins/filter/test_core_exe.py +++ b/tests/unit/plugins/filter/test_core_exe.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index da7f2e48..0d49f35a 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -1,4 +1,4 @@ -# Copyright 2022 Cloudera, Inc. All Rights Reserved. +# Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.