Coder Social home page Coder Social logo

hardxstyle / auter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rackerlabs/auter

0.0 0.0 0.0 314 KB

Automatic updates for RHEL, Debian, and their derivatives, with the ability to run pre/post hooks & reboot afterwards.

License: Apache License 2.0

Makefile 4.50% Shell 85.52% Roff 9.98%

auter's Introduction

Auter

Automatic Update Transaction Execution by Rackspace

Build Status

Automatic updates for RHEL and Debian based distributions with the ability to pre-download packages, run hooks, and perform automated reboots.

Why use Auter?

It is important to maintain regular system patching on Linux servers to keep up with the latest's bug and security fixes; some of these updates will require service or server reboots which is where Auter fits in.

Auter provides a flexible, host-based, solution for updating system packages via the distributions default package manager. It is possible to configure independent configuration profiles that can be run individually either manually on the command line, or scheduled using cron jobs. This would allow weekly updates to take place without a reboot, and a monthly patching schedule for the kernel and other core services that require a reboot.

Auter is also capable of caching available updates, and subsequently only installing from the cache. This allows package versions to be synchronized across environments that have different installation dates.

There are also cases when other options are more suitable:

  • I want to update nightly and handle reboots manually: yum-cron or dnf-automatic
  • I want to manage updates via a central management console: RHN Satellite, or configuration management systems such as Chef or Puppet

Installation

Auter is available for RHEL and its derivatives via the EPEL repository.

$ yum/dnf install auter

There isn't currently a package maintained for Debian, however we provide a .deb package on the releases page.

Setup

All Auter configuration information is stored in /etc/auter/auter.conf; it allows you set basic options such as the sleep delay (MAXDELAY) and the whether automatic reboots should take place based on successful patching.

More information can be found on the Wiki.

Usage

Auter can be run either manually:

$ auter --prep
$ auter --apply

or via cron:

# Prep Every Friday at 22:00
0 22 * * Fri root /usr/bin/auter --prep
# Apply Every Saturday at 23:00
0 23 * * Sat root /usr/bin/auter --apply

For more examples and usage, please refer to the Wiki.

Contributing

Please read HACKING.md for details on how to contribute, and the process for submitting pull requests.

Maintainers

  • Paolo Gigante
  • Nick Rhodes

See also the list of original contributors who started the project.

The Auter team can be reached via our mailing list [email protected].

Related projects

  • Auter Manager: Simplify the installation of Auter across multiple servers with a single master configuration file written in CSV.

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.