diff --git a/.github/workflows/build_push_image.yml b/.github/workflows/build_push_image.yml index c28eb1b..564e0fa 100644 --- a/.github/workflows/build_push_image.yml +++ b/.github/workflows/build_push_image.yml @@ -1,4 +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. + # See https://github.com/cloin/ee-builds name: Build and push Execution Environment image to Packages diff --git a/.github/workflows/label_pr.yml b/.github/workflows/label_pr.yml index b69bf74..934bf69 100644 --- a/.github/workflows/label_pr.yml +++ b/.github/workflows/label_pr.yml @@ -1,4 +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. + # See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ name: Label validated Pull Request diff --git a/.github/workflows/publish_matrix_images.yml b/.github/workflows/publish_matrix_images.yml index 781a793..827d4d3 100644 --- a/.github/workflows/publish_matrix_images.yml +++ b/.github/workflows/publish_matrix_images.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 all Execution Environment images on: diff --git a/.github/workflows/publish_single_image.yml b/.github/workflows/publish_single_image.yml index 6ec3cbd..62397fd 100644 --- a/.github/workflows/publish_single_image.yml +++ b/.github/workflows/publish_single_image.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 a single Execution Environment image on: diff --git a/.github/workflows/reset_pr.yml b/.github/workflows/reset_pr.yml index 2663ea7..5c64cbb 100644 --- a/.github/workflows/reset_pr.yml +++ b/.github/workflows/reset_pr.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: Reset Pull Request validation label on: diff --git a/.github/workflows/validate_image.yml b/.github/workflows/validate_image.yml index dce27ae..16b4061 100644 --- a/.github/workflows/validate_image.yml +++ b/.github/workflows/validate_image.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: Build (validate) Execution Environment image # See https://docs.docker.com/build/ci/github-actions/share-image-jobs/ diff --git a/.gitignore b/.gitignore index 1c70537..5d2616a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,16 @@ +# 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. + **/context .pytest_cache diff --git a/base/bashrc b/base/bashrc index 50e7f93..2788064 100644 --- a/base/bashrc +++ b/base/bashrc @@ -1,3 +1,17 @@ +# 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. + # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc diff --git a/base/requirements.yml b/base/requirements.yml index 0576a2b..93f0649 100644 --- a/base/requirements.yml +++ b/base/requirements.yml @@ -17,6 +17,12 @@ # Galaxy requirements for base cldr-runner collections: + - name: https://github.com/cloudera-labs/cloudera.cloud.git + type: git + version: main + - name: https://github.com/cloudera-labs/cloudera.cluster.git + type: git + version: main - name: https://github.com/cloudera-labs/cloudera.exe.git type: git version: main diff --git a/full/kubernetes.repo b/full/kubernetes.repo index 8830e53..9984a8f 100644 --- a/full/kubernetes.repo +++ b/full/kubernetes.repo @@ -1,3 +1,17 @@ +# 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. + [kubernetes] name=Kubernetes baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64 diff --git a/gcp/google-cloud-cli.repo b/gcp/google-cloud-cli.repo index bf12c1a..54d3492 100644 --- a/gcp/google-cloud-cli.repo +++ b/gcp/google-cloud-cli.repo @@ -1,3 +1,17 @@ +# 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. + [google-cloud-cli] name=Google Cloud CLI baseurl=https://packages.cloud.google.com/yum/repos/cloud-sdk-el8-x86_64 diff --git a/local_development.yml b/local_development.yml index 3ec5248..0b74e57 100644 --- a/local_development.yml +++ b/local_development.yml @@ -1,4 +1,5 @@ --- + # Copyright 2023 Cloudera, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License");