forked from Katello/katello.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (70 loc) · 2.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
layout: base
title: Katello
---
{% include navigation.html %}
<div class="content">
<div class="banner">
<section class="container">
<div class="row">
<h1 class="tagline col-md-5">
Combine the Power of Content, Configuration, and Provisioning Management
</h1>
<div class="col-md-5 col-md-offset-2">
<p class="foreman-katello-logos">
<img src="{{ site.baseurl }}/assets/images/default-logo.png" alt="Katello"/>
<i class="fa fa-plus"></i>
<img src="{{ site.baseurl }}/assets/images/foreman.png" alt="Foreman"/>
</p>
<a href="{{ site.baseurl }}/docs/2.0/installation/index.html" class="get-started">
Get Started
<i class="fa fa-arrow-right"></i>
</a>
</div>
</div>
</section>
</div>
<section class="container">
<div class="row">
<div class="col-md-8 info-section">
<h1>
What is Katello?
</h1>
<p>
Katello brings the full power of content management alongside the provisioning and configuration capabilities of <a href="http://theforeman.org">Foreman.</a>
</p>
<h4>
<i class="fa fa-refresh"></i>Local Yum and Puppet Repositories
</h4>
<p>
Create, organize, and manage local yum and puppet repositories.
Sync remote repositories or upload content directly to build a library of content that serves as the basis for building custom builds of your content.
<a href="{{ site.baseurl }}/docs/user_guide/content/content.html">Learn More</a>
</p>
<h4>
<i class="fa fa-camera"></i>Snapshot Content and Configuration for Reproducible Builds
</h4>
<p>
Take your local content and filter out packages, errata and puppet modules to create custom builds into units called Content Views.
Make your custom builds available to your hosts by moving it through environment paths that mimic traditional development workflows (Dev -> QE -> Stage -> Production).
<a href="{{ site.baseurl }}/docs/user_guide/content_views/content_views.html">Learn More</a>
</p>
<h4>
<i class="fa fa-warning"></i>Issue Package and Errata Updates
</h4>
<p>
Use your locally managed content to install package and errata updates to a host or group of hosts.
<a href="{{ site.baseurl }}/docs/user_guide/content_hosts/index.html">Learn More</a>
</p>
</div>
<div class="col-md-3 col-md-offset-1 news">
<p class="snippet">
Katello 2.0 is officially released! Click the 'Get Started' button above to install yours today!
</p>
<p class="snippet">
Katello 2.0 RC1 now available! Click the 'Get Started' button above to learn how to install Katello.
</p>
</div>
</div>
</section>
</div>