FATE#319830, FATE#319843 and FATE#319842 propose integration of AutoYaST with different software configuration management systems like Salt, Chef and Puppet.

During the past CSM we came up with a proof of concept and Hack Week 14 looks like the perfect scenario to develop it further.

We plan to:

  • Add support for retrieving/re-using authentication keys (done)
  • Support master-less operation (done)
  • Improve user's feedback (done)
  • Discuss about possible integration with SUMA (done)
  • Add Ansible/Chef support (currently only Salt and Puppet are supported)

Final result

  • We have a working proof of concept with support for Salt and Puppet. ** Support master-less and client/master operation ** Realtime user's feedback ** Retrieve authentication keys (support the same schemes used by AutoYaST when retrieving the profile).
  • More information is available in this blog post

Future

  • Improve error handling
  • More tests. It would be nice to have some integration tests in place.
  • Ask for feedback.

Looking for hackers with the skills:

salt autoyast puppet chef yast

This project is part of:

Hack Week 14

Activity

  • almost 8 years ago: locilka liked this project.
  • over 8 years ago: IGonzalezSosa added keyword "salt" to this project.
  • over 8 years ago: IGonzalezSosa added keyword "autoyast" to this project.
  • over 8 years ago: IGonzalezSosa added keyword "puppet" to this project.
  • over 8 years ago: IGonzalezSosa added keyword "chef" to this project.
  • over 8 years ago: IGonzalezSosa added keyword "yast" to this project.
  • over 8 years ago: cwickert liked this project.
  • over 8 years ago: IGonzalezSosa started this project.
  • over 8 years ago: IGonzalezSosa originated this project.

  • Comments

    • IGonzalezSosa
      over 8 years ago by IGonzalezSosa | Reply

      During these two days, some things have been implemented:

      • Support for retrieving authentication keys. They can be fetched from a HTTP or a FTP server and even from a local device (like a USB stick).
      • Masterless mode should be working now (more tests are needed).

    • IGonzalezSosa
      over 8 years ago by IGonzalezSosa | Reply

      The UI has been improved and now you can see what's the provisioning tool doing in real time.

      Salt running

    • IGonzalezSosa
      over 8 years ago by IGonzalezSosa | Reply

      More basic information is available in this blog post.

    • IGonzalezSosa
      over 5 years ago by IGonzalezSosa | Reply

      This module is already part of openSUSE and SUSE Linux Enterprise distributions, so I consider it as done.

    Similar Projects

    Testing and adding GNU/Linux distributions on Uyuni by juliogonzalezgil

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

    Uyuni is a configuration and infrastructure management tool that saves you time and headaches when you have to manage and update tens, hundreds or even thousands of machines. It also manages configuration, can run audits, build image containers, monitor and much more!

    Currently there are a few distributions that are completely untested on Uyuni or SUSE Manager (AFAIK) or just not tested since a long time, and could be interesting knowing how hard would be working with them and, if possible, fix whatever is broken.

    For newcomers, the easiest distributions are those based on DEB or RPM packages. Distributions with other package formats are doable, but will require adapting the Python and Java code to be able to sync and analyze such packages (and if salt does not support those packages, it will need changes as well). So if you want a distribution with other packages, make sure you are comfortable handling such changes.

    No developer experience? No worries! We had non-developers contributors in the past, and we are ready to help as long as you are willing to learn. If you don't want to code at all, you can also help us preparing the documentation after someone else has the initial code ready, or you could also help with testing :-)

    The idea is testing Salt and Salt-ssh clients, but NOT traditional clients, which are deprecated.

    To consider that a distribution has basic support, we should cover at least (points 3-6 are to be tested for both salt minions and salt ssh minions):

    1. Reposync (this will require using spacewalk-common-channels and adding channels to the .ini file)
    2. Onboarding (salt minion from UI, salt minion from bootstrap scritp, and salt-ssh minion) (this will probably require adding OS to the bootstrap repository creator)
    3. Package management (install, remove, update...)
    4. Patching
    5. Applying any basic salt state (including a formula)
    6. Salt remote commands
    7. Bonus point: Java part for product identification, and monitoring enablement
    8. Bonus point: sumaform enablement (https://github.com/uyuni-project/sumaform)
    9. Bonus point: Documentation (https://github.com/uyuni-project/uyuni-docs)
    10. Bonus point: testsuite enablement (https://github.com/uyuni-project/uyuni/tree/master/testsuite)

    If something is breaking: we can try to fix it, but the main idea is research how supported it is right now. Beyond that it's up to each project member how much to hack :-)

    • If you don't have knowledge about some of the steps: ask the team
    • If you still don't know what to do: switch to another distribution and keep testing.

    This card is for EVERYONE, not just developers. Seriously! We had people from other teams helping that were not developers, and added support for Debian and new SUSE Linux Enterprise and openSUSE Leap versions :-)

    Pending

    FUSS

    FUSS is a complete GNU/Linux solution (server, client and desktop/standalone) based on Debian for managing an educational network.

    https://fuss.bz.it/

    Seems to be a Debian 12 derivative, so adding it could be quite easy.

    • [ ] Reposync (this will require using spacewalk-common-channels and adding channels to the .ini file)
    • [ ] Onboarding (salt minion from UI, salt minion from bootstrap scritp, and salt-ssh minion) (this will probably require adding OS to the bootstrap repository creator)
    • [ ] Package management (install, remove, update...)
    • [ ] Patching (if patch information is available, could require writing some code to parse it, but IIRC we have support for Ubuntu already)
    • [ ] Applying any basic salt state (including a formula)
    • [ ] Salt remote commands
    • [ ] Bonus point: Java part for product identification, and monitoring enablement


    Saline (state deployment control and monitoring tool for SUSE Manager/Uyuni) 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.

    In current state the published version can be used only as a Prometheus exporter and missing some of the key features implemented in PoC (not published). Now it can provide metrics related to salt events and state apply process on the minions. But there is no control on this process implemented yet.

    Continue with implementation of the missing features and improve the existing implementation:

    • authentication (need to decide how it should be/or not related to salt auth)

    • web service providing the control of states deployment

    Goal for this Hackweek

    • Implement missing key features

    • Implement the tool for state deployment control with CLI

    Resources

    https://github.com/openSUSE/saline