This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
relatedlinks.html
88 lines (72 loc) · 3.2 KB
/
relatedlinks.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
77
78
79
80
81
82
83
84
85
86
87
88
---
title: Related links
---
<!DOCTYPE html>
<html lang="en">
<head>
{% include head.html %}
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
{% include nav.html %}
</nav>
<!-- HEADER -->
<header>
{% include header.html %}
</header>
<!-- MAILING LISTS / IRC-->
<section class="section-documentation" id="doc">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h2 class="section-heading">Related links</h2>
<hr/>
<div class="col-md-12 text-center">
<div>
<p> Some useful and relevant sites include: </p>
<h3>Red Hat Satellite</h3>
<ul>
<li><a href="http://www.redhat.com/en/technologies/linux-platforms/satellite">Satellite
Product Pages</a></li>
<li><a href="https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/">Satellite
Product Documentation</a></li>
<li><a href="https://rhn.redhat.com/rhn/systems/SystemList.do">RHN Classic (Hosted)
Application</a> - part of Red Hat Customer Portal
</li>
</ul>
<h3>Spacewalk</h3>
<ul>
<li><a href="development.html">Spacewalk Wiki</a></li>
<li><a href="communicate.html">Spacewalk Mailing Lists</a></li>
<li><a href="https://github.com/spacewalkproject/spacewalk">Spacewalk on GitHub</a></li>
<li>
<a href="https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&list_id=3422566&product=Spacewalk">Spacewalk
in Bugzilla</a></li>
</ul>
<h3>Systems Management</h3>
<ul>
<li><a href="http://cobbler.github.io/">Cobbler</a> - Provisioning and Kickstarts</li>
<li><a href="http://freeipa.org/">FreeIPA</a> - Identity, Policy, Audit tool using Kerberos
and LDAP
</li>
<li><a href="http://pulpproject.org/">Pulp</a> - Software Management</li>
<li><a href="http://theforeman.org/plugins/katello/index.html">Katello</a> - Systems
Management
</li>
<li><a href="http://theforeman.org/">The Foreman</a> - Provisioning and Kickstarts</li>
<li><a href="http://candlepinproject.org/">Candlepin</a> - Subscription Management</li>
</ul>
</div>
</div>
</div>
</div>
</div>
{% include scroll_to_top.html %}
</section>
<footer>
{% include footer.html %}
</footer>
<!-- jQuery -->
{% include jsresource.html %}
</body>
</html>