Projects in the topic susemanager
A best-in-class open source infrastructure management solution for your software-defined infrastructure.


SUSE Manager/Spacewalk client debug/test shell

an idea by dmacvicar

When developing for SUSE Manager, it gets tiresome to setup clients in order to debug and test with clients. The idea is to create a nice shell (with history, command completion, colors) that allows to simulate being a client.

Updated about 5 years ago. 3 hacker ♥️. Has no hacker: grab it!

Static download endpoint for SUSE Manager

an invention by dmacvicar

The download end-point of Spacewalk/SUSE Manager resolves the packages from channels dynamically with a database query. With the integration of Salt into SUSE Manager we have the chance to rethink this.

Updated about 5 years ago. 1 hackers ♥️.

Taskotop on the web

a project by dleidi

Taskotop is a tool to check what taskomatic is currently doing on a SUSE Manager server: it's a command line python tool. The core of the tool is to get some info about jobs that taskomatic is running with a fixed time cycle running some queries and showing results to the shell.

Updated about 5 years ago. 7 hacker ♥️.

YaST module for (SUSE Manager) salt parametrizable formulas

a project by dmacvicar

Parametrizable formulas is a normal salt module plus some metadata in order to interactively parametrize them. The metadata is used to automatically generate forms that are then injected as pillar data. See original Hackweek project, SUSE Manager support for formulas blog article and its (internal for now) docs.

Updated about 2 years ago. 5 hacker ♥️.

SUSE Manager / Salt integration revisited

a project by j_renner

There is a number of possible improvements to the architecture of SUSE Manager / Salt integration that should be investigated in order to improve the reliability and scalability of the backend: 1. Actions are currently scheduled in the minions using the schedule module of Salt. This brings problems with reliability as for instance a minion can be down at the specified schedule time which leads to actions not being executed. Scalability can be an issue as actions being scheduled for many minions might return results to the server at the same time. Instead it might be better to keep control over scheduled actions on the server to allow batching of actions as well as downtimes of minions or even the server. There is a work in progress branch to get started.

Updated about 2 years ago. 5 hacker ♥️.

SUSE MANAGER automation of creating custom channels "suma-custom-channel"

a project by asemen

SUSE Manager has the possibility to add custom channels using the GUI. Use cases are:

Updated about 4 years ago. 3 hacker ♥️.

Go async (and non-blocking) with HTTP requests

a project by j_renner

There is a couple of libraries available for asynchronous and non-blocking processing of HTTP requests (in Java) that can be used to avoid having threads waiting for responses in request intensive applications, for example: - Apache HttpAsyncClient

Updated about 5 years ago. 4 hacker ♥️.

My Little Manager

a project by lucidd

Yes this project is yet another project for creating a Suse Manager clone. The motivation for that comes mainly from my need for a simple suse manager that i can easily run at home without the massive overhead involved in suse manager setup. Also since i mainly need to manage opensuse machines most of which are tumbleweed, suse managers repository model does not really work well in that case.

Updated almost 5 years ago. 4 hacker ♥️. 1 follower.

Add SUSE Manager virtualization management capabilities

a project by cbosdonnat

SUSE Manager can do some virtual machines management, but needs a lot to be complete. This project is about investigating more on that topic.

Updated over 4 years ago. 4 hacker ♥️.

Learning & using Tensorflow to estimate patch installation times on SUSE Manager

an invention by PSuarezHernandez

Introduction

TensorFlow™ is an open-source software library for Machine Intelligence written on Python. It was originally developed by researchers and engineers working on the Google Brain Team within Google's Machine Intelligence research organization for the purposes of conducting machine learning and deep neural networks research, but the system is general enough to be applicable in a wide variety of other domains as well. (https://www.tensorflow.org/)

Updated over 4 years ago. 5 hacker ♥️. 1 follower.

SUSE Manager containerization

a project by mbologna

Let's containerize SUSE Manager! This will open up different (and interesting) scenarios: - From a development perspective: learn about all the components that constitute SUSE Manager

Updated about 4 years ago. 7 hacker ♥️.

Clean up the Uyuni frontend stack

a project by j_renner

Many of the Uyuni / SUSE Manager web UIs are still based on the no longer maintained Struts framework (version 1.2!) and implemented as JSP pages, while we added newer features based on the Spark framework and React. For me there is a vision of using only one technology stack (especially just one web framework, frontend framework and template engine) eventually, so it is about time to get rid of the old stack. While this is surely a huge effort, why not start with a new login page and then go from there rewriting other pages one by one? Things to look at in particular:

Updated about 5 years ago. 3 hacker ♥️.

SUSE Manager - self sufficient frontend server

an invention by LuNeves

Explore the possibility to have a self sufficient frontend server running locally. This server would compile all the frontend code and act as a proxy/middleware pointing either for a dev ref-server or to a local SUMA instance. This way would be possible to do modifications in frontend even without having a SUMA server running locally. http://imagebin.suse.de/2542/img

Updated almost 5 years ago. 4 hacker ♥️.

Teach SUMA to sign repository metadata

an invention by mcalmer

Signing metadata requires a lot of manual interaction and knowledge of the customer. This was the reason why we never implemented it for SUMA as the benefit was very low. Now with the change in the zypp stack to not allow installing unsigned RPMs without user interaction or completly disabling GPG checks the benefit of such a feature increased.

Updated about 5 years ago. 1 hackers ♥️.

SUMA add test=True for highstate to UI

an invention by mcalmer

First thing you learn, when you start with salt, is to use test=True before you really call the highstate. This is not yet possible from the SUSE Manager UI.

Updated about 4 years ago. 1 hackers ♥️.

Suse Manager - SPA

a project by LuNeves

The experience while navigating throughout the UI of Suse Manager it's not that nice. Whenever we navigate to a new page, the whole page gets refreshed and recreated, even when half of it didn't change a thing, for instance, the menu, topbar, and the notifications WebSocket connection, which in my opinion doesn't provide a smooth experience. This project has the goal to test out an automatic way to transform the Suse Manager UI into a Single Page Application.

Updated almost 5 years ago. 5 hacker ♥️. 2 followers.

terracumber: python replacement for sumaform-test-runner

an invention by juliogonzalezgil

At SUSE Manager and Uyuni we use right now a set of bash scripts called sumaform-test-runner to run terraform and cucumber, send notifications and store cucumber results. However such scripts are currently hard to maintain and extend, and bash is clearly showing it's limitations when it comes to parsing cucumber results, working with JSON stuff, or using APIs. Besides it forces us to have credentials hardcoded at the main.tf files, which is a huge problem for making a public CI for Uyuni.

Updated about 4 years ago. 1 hackers ♥️. 1 follower.

Investigate options to introduce Plugins to SUSE Manager

a project by cbosdonnat

For years we have been discussing the idea to modularize SUSE Manager. This would enable developers to create their own extensions to SUSE Manager without needing to touch the core repository. There are several frameworks that could be helping in that direction. The goal here is to create a Proof of Concept with the virtualization features moved into an add-on.

Updated about 4 years ago. 7 hacker ♥️. 2 followers.

SUSE Manager: Better feedback for scheduled actions

a project by fkobzik

Motivation

Running async actions in SUSE Manager lacks a user-friendly feedback. For instance, running a salt highstate on a system:

Updated about 2 years ago. 3 hacker ♥️. 2 followers.

Testing and adding GNU/Linux distributions on Uyuni

an invention by juliogonzalezgil

Join the Gitter channel! https://gitter.im/uyuni-project/hackweek

Updated 5 months ago. 13 hacker ♥️. 10 followers.

Uyuni: re-architecting code with Akka

a project by moio

Simplify the codebase by using a more modern toolkit to accelerate maintenance and future development. Enjoy Hakkaweek!

Updated about 2 years ago. 6 hacker ♥️. 3 followers.

Uyuni/SUSE Manager: build Python APE and a Salt+Python bundle to support ANY client operating system

an idea by pagarcia

Uyuni/SUSE Manager build client tools for each of the supported operating systems: SLES 11, SLES 12, SLES 15, RHEL 6, RHEL 7, RHEL 8, Ubuntu 16.04, Ubuntu 18.04, Ubuntu 20.04, Debian 9, Debian 10... the list is long. This is required because each operating system has different base libraries (glibc, OpenSSL, Python version, etc). A few months ago, the SUSE Manager development team started a (yet unfinished) research task to try to build Salt and all the required dependencies (minus glibc and OpenSSL, because it would break FIPS certification) so that we can always ship the latest version of Salt on each client operating system:

Updated about 3 years ago. 5 hacker ♥️. 4 followers. Has no hacker: grab it!

Uyuni/SUSE Manager: Windows client support

a project by pagarcia

I'll continue the effort I started at last Hackweek to support Windows clients in Uyuni/SUSE Manager using Salt. When this is done, SUSE Manager would act as a WSUS server to Windows clients. https://hackweek.suse.com/20/projects/suse-manager-windows-client-support

Updated about 2 years ago. 3 hacker ♥️. 4 followers.

Uyuni/SUSE Manager containerization project

a project by moio

Deploy Uyuni as an app from the Rancher marketplace - or install via Helm on any Kubernetes cluster, on any OS, or any Public Cloud.

The dream

Updated about 2 years ago. 10 hacker ♥️. 13 followers.

Raspberry Pi and SUSE Manager

a project by e_bischoff

I have bought a Raspberry Pi 400 and would like to experiment how it integrates into SUSE ecosystem.

Project Description

Updated over 2 years ago. 5 hacker ♥️. 6 followers.

On-demand notification using spacewalk (SUMA) API

a project by atighineanu

Project Description

Make possible to notify a <SUMA:user> about node draining and rebooting (using kured reboot sentinel).

Updated about 3 years ago. 1 hackers ♥️. 1 follower.

Uyuni as a Bootstrap theme

an idea by Etheryte

Project Description

Currently, Uyuni has three themes: Uyuni, SUMA light & SUMA dark. All of these are tailored around a common core using CSS preprocessor variables, mainly to switch out colors, fonts and the like. Core layout such as spacing, sizing and so forth is shared between all three and stems from the shared core.

Updated about 2 years ago. 2 hacker ♥️. 1 follower. Has no hacker: grab it!

Modern frontend build tooling for Uyuni

an idea by Etheryte

Project Description

At the moment, Uyuni uses a pretty standard frontend build chain based on Webpack 4, Terser, and a few loaders here and there. This works reliably, albeit fairly slowly. In part this may be attributed to large package sizes, in part to the tooling itself.

Updated about 2 years ago. 2 hacker ♥️. 2 followers. Has no hacker: grab it!

Uyuni/SUSE Manager Server Helm chart on k3s

a project by moio

Combined icons of k3s and Uyuni Building on the lessons learned in the previous HackWeek, attack the Server specifically to create a set of containers deployable on k3s via Helm.

Updated about 2 years ago. 4 hacker ♥️. 3 followers.

Refresh the internal SUSE Manager maintenance documentation

a project by deneb_alpha

Project Description

With this project I would like to refresh/update the confluence documentation describing how SUSE Manager maintenance works and how to process a SUSE Manager update round.

Updated almost 2 years ago. 1 hackers ♥️. 1 follower.

Saline: Salt state appliement monitoring

a project by vzhestkov

Project Description

In case of applying states for a huge number of minions it's very hard to monitor the status of applying the states.

Updated almost 2 years ago. No love. 1 follower.

Create tool to analyze supportconfig to spot common SUSE Manager / Uyuni issues

an invention by cbosdonnat

Project Description

A supportconfig provides a lot of files and data from the system, but it is often hard to spot the real issue in it. The idea of this project is to get machine-readable output for the supportconfig data and analyze them.

Updated 7 months ago. 11 hacker ♥️. 2 followers.

Uyuni test suite improvements

a project by dgedon

Project Description

Uyuni is the upstream community project from which the very popular SUSE Manager is derived. It uses its own QE test suite wirtten in Cucumber and Ruby. Currently the Uyuni test suite runs with Ruby 2.5.9 which is EOL since 2021. This is because the most current Ruby version for openSUSE Leap 15.4, which the test suite controller runs on, is still Ruby 2.5.9. Updating the Ruby version allows us to modernize the test suite code base and to use more recent Ruby gems that do not support the old Ruby version anymore.

Updated about 1 year ago. 4 hacker ♥️. 2 followers.

Spike about integrating Trento in SUMA

an invention by oscar-barrios

Project Description

  • I would like to learn about Trento, understand its business case and how it works.
Updated about 1 year ago. 4 hacker ♥️. 2 followers.

Improve OpenSCAP support in Uyuni

a project by admehmood

Project Description

SUSE Manager and Uyuni do support OpenSCAP and user can make use of it to keep the compliance status in check.

Updated about 1 year ago. 1 hackers ♥️. 2 followers.

Deploy Uyuni proxy using Elemental and Fleet

an invention by cbosdonnat

Project Description

Now that Uyuni proxy can be run as containers this project is about deploying it using Elemental and Fleet.

Updated about 1 year ago. 4 hacker ♥️. 2 followers.

Container images for building the Uyuni docs

an invention by juliogonzalezgil

Project Description

The Uyuni doc requires a lot of dependencies installed to be built. Keeping your system on the right versions or reinstalling can be a challenge.

Updated about 1 year ago. 2 hacker ♥️. 1 follower.

Code Coverage of spacewalk-java aka Suma Server after a full TestSuite execution

a project by oscar-barrios

Project Description

GitHub Card: https://github.com/SUSE/spacewalk/issues/8583

Updated about 1 year ago. 1 hackers ♥️. 1 follower.

UYUNI - synchronize content between registry servers

an invention by RDiasMateus

Project Description

UYUNI has the ability to synchronize packages from remote locations. But doesn't have a similar solution for container images.

Updated about 1 year ago. 1 hackers ♥️. 3 followers.

Enhance product migration feature in Uyuni(SUSE Manager) to migrate from regular SLES to SLES4SAP

a project by admehmood

Project Description

Currently, Uyuni(SUSE Manager) offers a product migration feature, but it doesn't support migration from SLE to SLES4SAP. Users are required to run a separate script to perform this migration, which may not be ideal, especially if Uyuni is already installed. Additionally, the script's requirements vary with each service pack.

Updated 6 months ago. 4 hacker ♥️. 3 followers.

Saline (state deployment control and monitoring tool for SUSE Manager/Uyuni)

a project by vizhestkov

Project Description

Saline is an addition for salt used in SUSE Manager/Uyuni aimed to provide better control and visibility for states deploymend in the large scale environments.

Updated 6 months ago. 6 hacker ♥️. 1 follower.

Generate ignition/combustion files from Uyuni/SUSE Manager

a project by dvosburg

Project Description

Ignition and combustion are the json configuration files used in SLE Micro/Leap Micro/Microos/ALP. These originated in Fedora CoreOS - so it is not distribution-specific.

Updated 6 months ago. 4 hacker ♥️. 1 follower.

Integration of Ironic in Uyuni for automating provisioning of bare metal machines.

a project by ygutierrez

Project Description

Research about the integration of Ironic in Uyuni for automating provisioning of bare metal machines.

Updated 6 months ago. 3 hacker ♥️. 3 followers.

Collect flaky test cases identified by the team in a GitHub board and highlight them in the Test report

an invention by oscar-barrios

Project Description

Flaky tests: Those that have not a consistent result, and sometimes are failing and others are passing.

Updated 5 months ago. 1 hackers ♥️. 1 follower.