Call for help on goss server validation #3083
Closed
brejoc
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've just pushed a first draft of a goss server description to the master-goss-branch. Goss is a YAML based serverspec alternative tool for validating a server’s configuration. Means you are able to check if services are configured correctly, if they are running, if users are there and in the right group, if configs are there and if settings are missing, if pkgs are installed, aso.
Wouldn't it be nice to just run one command on a Uyuni server to see if something is wrong? To some extend this could be done with goss. But I need help. I'm pretty sure that I missed a lot of things that need to be added to the
goss.yaml
file. Would be really awesome if I could get some input and help there.To get started you can either go install goss or head over to systemsmanagement/goss and install it from there. Then change the domain in
gossvars.yaml
and start the validation viagoss --vars gossvars.yaml v
.To add additional things to check head over to the manual and take a look at the examples. Should be pretty self explanatory.
I would be very happy to see PRs coming to master-goss!
Beta Was this translation helpful? Give feedback.
All reactions