From bdb3328a5db98d3d446d69a9c5be56a5bb75b2ae Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Wed, 12 Feb 2025 16:11:16 +0100 Subject: [PATCH] inital commit Signed-off-by: Christian Goll --- slurm-operator.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 slurm-operator.spec diff --git a/slurm-operator.spec b/slurm-operator.spec new file mode 100644 index 0000000..872a9e5 --- /dev/null +++ b/slurm-operator.spec @@ -0,0 +1,47 @@ +# +# spec file for package slurm-operator +# +# Copyright (c) 2025 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: slurm-operator +Version: 0.1.0 +Release: 0 +Summary: Provides a framework that runs Slurm in Kubernetes +License: Apache-2.0 +URL: https://github.com/SlinkyProject/slurm-operator +Source: https://github.com/SlinkyProject/slurm-operator/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: go +BuildRequires: helm + +%description +This project deploys Slurm on Kubernetes. These pods coexist with other running workloads on Kubernetes. This project provides controls over the Slurm cluster configuration and deployment, along with configurable autoscaling policy for Slurm compute nodes. + +%prep +%autosetup -p1 + +%build +%make_build + +%install +%make_install + + +%files +%license COPYING +%doc ChangeLog README + +%changelog +