Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Commit

Permalink
Merge pull request #38 from stbenjam/provisioning
Browse files Browse the repository at this point in the history
fixes #7368 - Add section about provisioning
  • Loading branch information
stbenjam committed Sep 10, 2014
2 parents a2446bf + a745253 commit af051ba
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/user_guide/provisioning/index.md
@@ -0,0 +1,22 @@
---
layout: documentation
title: Provisioning
sidebar: sidebars/documentation.html
---

# Provisioning

See [the Foreman manual](http://theforeman.org/manuals/latest/index.html#4.4Provisioning) for general information on configuring provisioning.

## Templates

Katello ships a number of templates in addition to the standard Foreman ones. When using these templates, if a host has a Host group with an [Activation Key](/docs/user_guide/activation_keys/index.html), it will register as a Content Host automatically.

- **Katello Kickstart Default** - Kickstart template for Fedora, CentOS, RHEL, and other Red Hat-compatible operating systems.
- **Katello Kickstart Default Finish** - image-based provisioning
- **Katello Kickstart Default User Data** - cloud-init template for EC2 and OpenStack
- **subscription_manager_registration** - Snippet for registering a host for content

To customize any of the above templates, simply clone them and add your changes.

When you synchronize a repository with a distribution such as Fedora or CentOS, Katello will automatically create the operating system and assign these default templates. You may change the defaults by going to Administer / Setttings, and selecting the Katello tab.

0 comments on commit af051ba

Please sign in to comment.