Skip to content

Commit

Permalink
Added missing copyright statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolau-manubens committed Sep 13, 2024
1 parent 6affca7 commit 5fbbbde
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 15 deletions.
2 changes: 0 additions & 2 deletions google/ceph/deployment/ceph-build.yaml.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF)
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions google/ceph/deployment/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF)
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -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

Expand Down
2 changes: 0 additions & 2 deletions google/lustre/deployment/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF)
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -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

Expand Down
2 changes: 0 additions & 2 deletions google/lustre/deployment/lustre-build.yaml.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF)
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -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:
Expand Down
18 changes: 18 additions & 0 deletions google/slurm-lustre/deploy.sh
Original file line number Diff line number Diff line change
@@ -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 >

Expand Down
18 changes: 18 additions & 0 deletions google/slurm-lustre/hpc-slurm-lustre.yaml.in
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
18 changes: 18 additions & 0 deletions google/slurm-lustre/slurm-lustre-build.yaml.in
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 0 additions & 3 deletions google/slurm/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF)
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -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

Expand Down
2 changes: 0 additions & 2 deletions google/slurm/hpc-slurm.yaml.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF)
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -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?}
Expand Down
2 changes: 0 additions & 2 deletions google/slurm/slurm-build.yaml.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Copyright 2022 European Centre for Medium-Range Weather Forecasts (ECMWF)
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -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:
Expand Down

0 comments on commit 5fbbbde

Please sign in to comment.