Git Product home page Git Product logo

rng-tools-formula's Introduction

rng-tools

Travis CI Build Status Semantic Release

Install and configure an rng-tools server.

Table of Contents

General notes

See the full SaltStack Formulas installation and usage instructions.

If you are interested in writing or contributing to formulas, please pay attention to the Writing Formula Section.

If you want to use this formula, please pay attention to the FORMULA file and/or git tag, which contains the currently released version. This formula is versioned according to Semantic Versioning.

See Formula Versioning Section for more details.

If you need (non-default) configuration, please pay attention to the pillar.example file and/or Special notes section.

Contributing to this repo

Commit messages

Commit message formatting is significant!!

Please see How to contribute for more details.

Special notes

None.

Available states

rng-tools

Installs and configures the rng-tools package.

rng-tools.package

Installs the rng-tools package.

rng-tools.config

This state manages the file rng-tools under /etc/default (template found in "rng-tools/files"). The configuration is populated by values in "rng-tools/map.jinja" based on the package's default values (and RedHat, Debian, Suse and Arch family distribution specific values), which can then be overridden by values of the same name in pillar.

rng-tools.service

Manages the startup and running state of the rng-tools service.

Testing

Linux testing is done with kitchen-salt.

Requirements

  • Ruby
  • Docker
$ gem install bundler
$ bundle install
$ bin/kitchen test [platform]

Where [platform] is the platform name defined in kitchen.yml, e.g. debian-9-2019-2-py3.

bin/kitchen converge

Creates the docker instance and runs the rng-tools main state, ready for testing.

bin/kitchen verify

Runs the inspec tests on the actual instance.

bin/kitchen destroy

Removes the docker instance.

bin/kitchen test

Runs all of the stages above in one go: i.e. destroy + converge + verify + destroy.

bin/kitchen login

Gives you SSH access to the instance for manual testing.

rng-tools-formula's People

Contributors

baby-gnu avatar dafyddj avatar javierbertoli avatar myii avatar n-rodriguez avatar noelmcloughlin avatar semantic-release-bot avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

myii netmanagers

rng-tools-formula's Issues

Fix CI for `opensuse-leap` based on workaround used in `ntp-formula`

@n-rodriguez As you already mentioned, the service can't be started on opensuse-leap due to the ConditionVirtualization service setting (won't run in Docker):

I've encountered this before in the ntp-formula and used the following workaround:

I didn't include this in #2 since I'm sure it could be implemented in a cleaner fashion. Perhaps you can consider it for inclusion.

Move to saltstack org

@myii This formula is near ready to be moved to saltstack-formulas.

https://travis-ci.com/github/n-rodriguez/rng-tools-formula/builds/183640394

Tests fail on default-opensuse-leap-152-* because it's a docker container.

The service doesn't start :

25b27cb50e78:/home/kitchen # systemctl status rng-tools
● rng-tools.service - Start the rngd daemon
   Loaded: loaded (/usr/lib/systemd/system/rng-tools.service; enabled; vendor preset: disabled)
   Active: inactive (dead)
Condition: start condition failed at Wed 2020-09-09 22:10:12 UTC; 4s ago
           └─ ConditionVirtualization=!container was not met

If you comment the line in systemd service file (ConditionVirtualization) it works and test pass :

[Unit]
Description=Start the rngd daemon
ConditionVirtualization=!container
Conflicts=haveged.service

[Service]
CapabilityBoundingSet=CAP_SYS_ADMIN
ExecStart=/usr/sbin/rngd --foreground --fill-watermark=3700

[Install]
WantedBy=multi-user.target
Alias=rngd.service

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.