https://github.com/uyuni-project/contrib
Collection of tools that are are not (yet!) officially part of the Uyuni product
https://github.com/uyuni-project/contrib
Last synced: 13 days ago
JSON representation
Collection of tools that are are not (yet!) officially part of the Uyuni product
- Host: GitHub
- URL: https://github.com/uyuni-project/contrib
- Owner: uyuni-project
- Created: 2021-04-15T08:22:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T14:01:19.000Z (about 1 year ago)
- Last Synced: 2024-05-17T13:38:44.815Z (about 1 year ago)
- Language: Python
- Size: 156 KB
- Stars: 8
- Watchers: 30
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Uyuni Contrib
*DISCLAIMER*
This Uyuni Contrib repository contains tools that are not part of the core Uyuni system, mainly because they address a limited audience or are too experimental to be part of the main repository. This does not preclude their usefulness. Please use with caution!
## hubtools
Tools to install and configure SUSE Manager Hub.
## uyuni-tools
Collection of useful Uyuni Tools.
# How to install
In order to use the tools with your Uyuni installation, you can simply download and extract the [ZIP file for the master branch](https://github.com/uyuni-project/contrib/archive/refs/heads/main.zip) to, for example, `/opt`.
Your Uyuni installation should have all dependencies needed to run all the tools.
# Contributions Welcome!
We welcome pull requests that add new tools to this repository or improve exiting ones. Please make sure to include an [OSI-approved](https://opensource.org/licenses) open source license if you submit a new tool. If you don't know which one to pick, take a look at [choosealicense.com](https://choosealicense.com/). If you still don't know which one to use, we suggest the GNU General Publice LICENSE Version 2 (GPL-2.0).
Signing commits with a GPG/SSH key is mandatory for contributing. That way your commits will be marked as verified on GitHub so other people can be confident that the changes come from a trusted source.
If you are not doing it already, check out the [GitHub documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification).
# LICENSE
The content of this repository is licensed under an [OSI-approved](https://opensource.org/licenses) open source license. Please see each directory's `LICENSE.txt` for its respective license.