From 5fbbbde34584c847581b6c79750dfb0f6615238f Mon Sep 17 00:00:00 2001 From: Nicolau Manubens Date: Fri, 13 Sep 2024 09:42:30 +0000 Subject: [PATCH] Added missing copyright statements. --- google/ceph/deployment/ceph-build.yaml.in | 2 -- google/ceph/deployment/deploy.sh | 2 -- google/lustre/deployment/deploy.sh | 2 -- google/lustre/deployment/lustre-build.yaml.in | 2 -- google/slurm-lustre/deploy.sh | 18 ++++++++++++++++++ google/slurm-lustre/hpc-slurm-lustre.yaml.in | 18 ++++++++++++++++++ google/slurm-lustre/slurm-lustre-build.yaml.in | 18 ++++++++++++++++++ google/slurm/deploy.sh | 3 --- google/slurm/hpc-slurm.yaml.in | 2 -- google/slurm/slurm-build.yaml.in | 2 -- 10 files changed, 54 insertions(+), 15 deletions(-) diff --git a/google/ceph/deployment/ceph-build.yaml.in b/google/ceph/deployment/ceph-build.yaml.in index 337a67e..4a882f8 100644 --- a/google/ceph/deployment/ceph-build.yaml.in +++ b/google/ceph/deployment/ceph-build.yaml.in @@ -1,4 +1,3 @@ - # Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF) # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,7 +16,6 @@ # granted to it by virtue of its status as an intergovernmental organisation nor # does it submit to any jurisdiction. - blueprint_name: ceph-build vars: diff --git a/google/ceph/deployment/deploy.sh b/google/ceph/deployment/deploy.sh index 8a1d043..719f432 100644 --- a/google/ceph/deployment/deploy.sh +++ b/google/ceph/deployment/deploy.sh @@ -1,4 +1,3 @@ - # Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF) # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,7 +16,6 @@ # granted to it by virtue of its status as an intergovernmental organisation nor # does it submit to any jurisdiction. - # assumes hpc-toolkit is installed in $HOME # last tested with hpc-toolkit v1.34.0 diff --git a/google/lustre/deployment/deploy.sh b/google/lustre/deployment/deploy.sh index 27c2dce..20c0b81 100644 --- a/google/lustre/deployment/deploy.sh +++ b/google/lustre/deployment/deploy.sh @@ -1,4 +1,3 @@ - # Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF) # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,7 +16,6 @@ # granted to it by virtue of its status as an intergovernmental organisation nor # does it submit to any jurisdiction. - # assumes hpc-toolkit is installed in $HOME # last tested with hpc-toolkit v1.34.0 diff --git a/google/lustre/deployment/lustre-build.yaml.in b/google/lustre/deployment/lustre-build.yaml.in index ac2bdef..a23135a 100644 --- a/google/lustre/deployment/lustre-build.yaml.in +++ b/google/lustre/deployment/lustre-build.yaml.in @@ -1,4 +1,3 @@ - # Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF) # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,7 +16,6 @@ # granted to it by virtue of its status as an intergovernmental organisation nor # does it submit to any jurisdiction. - blueprint_name: lustre-build vars: diff --git a/google/slurm-lustre/deploy.sh b/google/slurm-lustre/deploy.sh index 2525968..99bf3f6 100644 --- a/google/slurm-lustre/deploy.sh +++ b/google/slurm-lustre/deploy.sh @@ -1,6 +1,24 @@ +# Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF) +# +# 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. +# +# In applying this licence, ECMWF does not waive the privileges and immunities +# granted to it by virtue of its status as an intergovernmental organisation nor +# does it submit to any jurisdiction. # assumes hpc-toolkit is installed in $HOME # last tested with hpc-toolkit v1.34.0 + export PROJECT_ID=< INSERT GCP PROJECT ID > export NETWORK_NAME=< INSTER GCP NETWORK NAME LUSTRE IS BOUND TO > diff --git a/google/slurm-lustre/hpc-slurm-lustre.yaml.in b/google/slurm-lustre/hpc-slurm-lustre.yaml.in index 9be4e50..99d762f 100644 --- a/google/slurm-lustre/hpc-slurm-lustre.yaml.in +++ b/google/slurm-lustre/hpc-slurm-lustre.yaml.in @@ -1,3 +1,21 @@ +# Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF) +# +# 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. +# +# In applying this licence, ECMWF does not waive the privileges and immunities +# granted to it by virtue of its status as an intergovernmental organisation nor +# does it submit to any jurisdiction. + blueprint_name: hpc-slurm-lustre vars: diff --git a/google/slurm-lustre/slurm-lustre-build.yaml.in b/google/slurm-lustre/slurm-lustre-build.yaml.in index a90a5ed..1966302 100644 --- a/google/slurm-lustre/slurm-lustre-build.yaml.in +++ b/google/slurm-lustre/slurm-lustre-build.yaml.in @@ -1,3 +1,21 @@ +# Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF) +# +# 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. +# +# In applying this licence, ECMWF does not waive the privileges and immunities +# granted to it by virtue of its status as an intergovernmental organisation nor +# does it submit to any jurisdiction. + blueprint_name: hpc-slurm-lustre-build vars: diff --git a/google/slurm/deploy.sh b/google/slurm/deploy.sh index 08eec62..36cff3e 100644 --- a/google/slurm/deploy.sh +++ b/google/slurm/deploy.sh @@ -1,4 +1,3 @@ - # Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF) # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,8 +16,6 @@ # granted to it by virtue of its status as an intergovernmental organisation nor # does it submit to any jurisdiction. - - # assumes hpc-toolkit is installed in $HOME # last tested with hpc-toolkit v1.34.0 diff --git a/google/slurm/hpc-slurm.yaml.in b/google/slurm/hpc-slurm.yaml.in index c0d2d07..3a34cb8 100644 --- a/google/slurm/hpc-slurm.yaml.in +++ b/google/slurm/hpc-slurm.yaml.in @@ -1,4 +1,3 @@ - # Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF) # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,7 +16,6 @@ # granted to it by virtue of its status as an intergovernmental organisation nor # does it submit to any jurisdiction. - blueprint_name: hpc-slurm vars: project_id: ${PROJECT_ID?} diff --git a/google/slurm/slurm-build.yaml.in b/google/slurm/slurm-build.yaml.in index 3fc410c..7ccf6d6 100644 --- a/google/slurm/slurm-build.yaml.in +++ b/google/slurm/slurm-build.yaml.in @@ -1,4 +1,3 @@ - # Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF) # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,7 +16,6 @@ # granted to it by virtue of its status as an intergovernmental organisation nor # does it submit to any jurisdiction. - blueprint_name: hpc-slurm-daos-build vars: