user avatar
Pin Nokogiri to ~> 1.6.0 for Ruby 2.0.0
Daniel Lobato Garcia authored
6c03a831
Name Last commit Last update
.tx fixes #8874 - rework POT/PO updates for gettext 3's edit.po
app Fixes #15653 - CVE-2016-5390 fix permissions for host API
bin fixes #12892 - moves rails binaries to Rails.root/bin
bundler.d Fixes #11079 - Handle oVirt with missing template version name
config Fixes #15490 - adding view_host filter and better msg
db Fixes #14586 - Associate default templates to Orgs and Locs during seed
doc fixes #1890 api host status
extras Fixes #10703 - websockify is now randomly selected
lib Fixes #14965 - turn off auditing during DB migrations
locale i18n - extracting new, pulling from tx
log WIP rails3 migration
man Fixes #10921 - Rephrase foreman-rake manpage
public fixes #12914 - update configurations to rails 4.1 structure
script Fixes #13964 - include installer scenarios in foreman-debug
test Fixes #15653 - CVE-2016-5390 fix permissions for host API
vendor/assets Fixes #4629 - Migrate UI to Patternfly
.gitignore Fixes #14981 - use root_object for host RABL
.rubocop.yml Fixes #12911 - Turning on 0.35.1 cops
.rubocop_todo.yml Fixes #13557 - Rubocop enforce specifying a timezone
CHANGELOG Release 1.11.4
Contributors Release 1.11.4
Gemfile Pin Nokogiri to ~> 1.6.0 for Ruby 2.0.0
LICENSE Fixes #4629 - Migrate UI to Patternfly
README.md fixes #10518 - Broken quickstart section URL
Rakefile Fixes #3468 - Move token expiry to scope to avoid FK issues
Rakefile.dist
VERSION
config.ru

Foreman

Build Status Code Climate Issue Stats Support IRC channel

Foreman is a free open source project that gives you the power to easily automate repetitive tasks, quickly deploy applications, and proactively manage your servers lifecyle, on-premises or in the cloud.

From provisioning and configuration to orchestration and monitoring, Foreman integrates with your existing infrastructure to make operations easier.

Using Puppet, Chef, Salt and Foreman's smart proxy architecture, you can easily automate repetitive tasks, quickly deploy applications, and proactively manage change, both on-premise with VMs and bare-metal or in the cloud.

Foreman provides comprehensive, interaction facilities including a web frontend, CLI and RESTful API which enables you to build higher level business logic on top of a solid foundation.

Foreman is a mature project, deployed in many organizations, managing from 10s to 10000s of servers. It is used in distributions such as RDO and RHOS (Red Hat OpenStack distribution) and has an extensive library of plugins.

Features

  • Automate your mixed infrastructure to make operations enjoyable
  • Discover, provision and upgrade your entire bare-metal infrastructure
  • Create and manage instances across private and public clouds
  • Group your hosts and manage them in bulk, regardless of location
  • Review historical changes for auditing or troubleshooting
  • Extend as needed via a robust plugin architecture
  • Automatically build images (on each platform) per system definition to optimize deployment
  • LDAP authentication and RBAC authorization to your infrastructure
  • and so much more

Screenshots

Hosts list ![New host](http://i.imgur.com/e4XrLo2.png =100x20) EC2 Provisioning templates Subnets Openstack Edit Puppet class Reports Statistics Partition tables Installation media

Installation

Read the quickstart section of the manual. If you know your setup has some specific needs, read the installation scenarios section.

Documentation

Our main documentation reference is the Foreman manual. If you find some gaps you would like to fill in the manual, please contribute in this repo.

API

We document our API using apipie.The API chapter has more information about accessing the API and the layout of requests and responses. Also see the reference documentation available on our website, or via your own Foreman installation by appending /apidoc to the URL to see the API routes available.

Plugins

Plugins are tools to extend and modify the functionality of Foreman. They are implemented as Rails engines that are packaged as gems and thus easily installed into Foreman. Read the plugins section of the manual for more information.

An up-to-date plugin list is kept in the wiki

How to contribute?

Generally, follow the Foreman guidelines. For code-related contributions, fork this project and send a pull request with all changes. Some things to keep in mind:

  • Follow the rules about commit message style and create a Redmine issue. Doing this right will help reviewers to get your contribution merged faster.
  • Rubocop will analyze your code, you can run it locally with rake rubocop.
  • All of our pull requests run the full test suite in our Jenkins CI system. Please include tests in your pull requests for any additions or changes in functionality

Media

We keep a repository of talks, tutorials, articles about everything in the Foreman ecosystem in the media section of our web. If you want to get yours published, just submit a pull request to theforeman.org repository

Special thanks

The original authors of this project are Ohad Levy and Paul Kelly. You can find a more thorough list of people who have contributed to this project at some point in Contributors.

License

See LICENSE file.