Skip to content
/ katello Public
forked from Katello/katello

Katello integrates open source systems management tools into a single solution for controlling the lifecycle of your machines.

License

Notifications You must be signed in to change notification settings

Klaas-/katello

This branch is 4063 commits behind Katello/katello:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 29, 2013
Apr 12, 2017
May 13, 2016
Oct 5, 2011
Apr 5, 2017
Apr 12, 2017
Apr 11, 2017
Apr 7, 2017
Feb 9, 2016
Feb 20, 2017
Apr 6, 2017
Mar 14, 2017
Sep 13, 2016
Aug 31, 2016
Oct 13, 2016
Jun 15, 2011
Jan 28, 2017
Dec 20, 2016
Mar 5, 2013
May 13, 2016
Jul 1, 2015
Dec 6, 2013
Jan 16, 2013
Jul 13, 2016
Apr 4, 2017

Repository files navigation

Katello

Build Status Code Climate Dependency Status

Full documentation is at http://www.katello.org

About

Katello is a systems life cycle management plugin to Foreman. Katello allows you to manage thousands of machines with one click. Katello can pull content from remote repositories into isolated environments, and make subscriptions management a breeze.

Currently, it is able to handle Fedora and Red Hat Enterprise Linux based systems.

Development

The most common way to set up Katello for development is to use katello-deploy. This will set up a Vagrant instance with the Katello codebase checked out. You can also run setup.rb directly with katello-deploy if you prefer to not use Vagrant.

There is also katello-devel-installer if you would like to use that.

If you have questions or issues with any of the above methods, feel free to ask for assistance on #theforeman-dev IRC channel or via the foreman-dev mailing list.

Test Run

At this point, the development environment should be completely setup and the Katello engine functionality available. To verify this, go to your Foreman checkout:

  1. Start the development server

    cd $GITDIR/foreman
    
    rails s
  2. Access Foreman in your browser (e.g. https://<hostname>/). Note that while Rails will listen on port 3000, the dev installer will set up a reverse proxy so HTTPS on port 443 will work.

  3. Login to Foreman (default: admin and changeme)

  4. If you go to https://<hostname>/about and view the "Plugins" tab, you should see a "Katello" plugin listed.

Reset Development Environment

In order to reset the development environment, all backend data and the database needs to be reset. To reiterate, the following will destroy all data in Pulp, Candlepin and your Foreman/Katello database. From the Foreman checkout run:

rake katello:reset

Found a bug?

That's rather unfortunate. But don't worry! We can help. Just file a bug in our project tracker.

Contributing

See the developer documentation.

Contact & Resources

Documentation

Most of our documentation (both for users and developers) can be found at Katello.org.

About

Katello integrates open source systems management tools into a single solution for controlling the lifecycle of your machines.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 58.3%
  • JavaScript 28.1%
  • HTML 12.1%
  • CSS 1.5%