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
/
Copy pathindex.html
146 lines (136 loc) · 6.98 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
---
title: Introduction
---
<!DOCTYPE html>
<html lang="en">
<!-- HEAD -->
<head>
{% include frontpage_head.html %}
</head>
<body id="page-top">
<!-- NAVBAR -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
{% include nav.html %}
</nav>
<!-- HEADER -->
<header>
{% include frontpage_header.html %}
</header>
<!-- ABOUT -->
<section class="section-about" id="about">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h2 class="section-heading">Free & Open Source Systems Management.</h2>
<hr/>
<div class="col-md-12 text-center">
<p>
Spacewalk is an open source Linux systems management solution. Spacewalk is the upstream
community project from which the Red Hat Satellite product is derived. What are the differences
between Spacewalk and Red Hat Satellite?
</p>
<p>
<a href="./faq.html" class="btn">Read more</a>
</p>
<div class="col-md-12" id="about-content">
<div class="col-md-12">
<!-- Software Conent Management -->
<div class="col-md-6">
<i class="fa fa-wrench fa-5x component"></i>
<h3>Software Content Management</h3>
<p>
Spacewalk manages software content updates for Red Hat derived distributions such as
Fedora, CentOS, and Scientific Linux, within your firewall. You can stage software
content through different environments, managing the deployment of updates to
systems
and allowing you to view at which update level any given system is at across your
deployment. A central web interface allows viewing of systems, their associated
software update status, and initiating update actions.
</p>
</div>
<!-- end -->
<!-- Aditional management capabilities-->
<div class="col-md-6">
<i class="fa fa-server fa-5x component"></i>
<h3>Additional Management Capabilities</h3>
<p>
Spacewalk also provides provisioning capabilities, allowing you to manage your
systems throughout their lifecycle. Via Provisioning, Spacewalk enables you to
kickstart provision systems and manage and deploy configuration files. Spacewalk
also has virtualization
capabilities to enable you to provision, control, manage, and monitor virtual KVM
and Xen guests.
</p>
</div>
<!-- end -->
</div>
<div class="col-md-12">
<!-- Providing Content to Geographically-Distributed Systems -->
<div class="col-md-6">
<i class="fa fa-sitemap fa-5x component"></i>
<h3>Providing Content to Geographically-Distributed Systems</h3>
<p>
Part of the Spacewalk project is the Spacewalk Proxy, the upstream of the Red Hat
Satellite Proxy product. Multiple Spacewalk Proxies can connect to a central
Spacewalk server and cache and distribute content from the Spacewalk Server in
various geographical
locations, reducing the load on the central server and improving download times for
local systems.
</p>
</div>
<!-- end -->
<!-- An open community project -->
<div class="col-md-6">
<i class="fa fa-group fa-5x component"></i>
<h3>An Open Community Project</h3>
<p>
Spacewalk is an open community project. Anyone can contribute to the project,
including lending a hand with ideas, feedback, contributing a patch, helping draft
documentation, sharing your systems management use cases, or even testing. Sign up
for our
mailing list or join our IRC channel and say hello!
</p>
</div>
<!-- end -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SPACEWALK -->
<section id="spacewalk-whatdo" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">What can Spacewalk do?</h2>
</div>
<div class="col-lg-10 col-lg-offset-1 text-center">
<p>Spacewalk is an open source (GPLv2) Linux systems management solution that allows you to:</p>
<div class="col-lg-6 col-lg-offset-3">
<ul class="text">
<li class="sr-li">Inventory your systems (hardware and software information).</li>
<li class="sr-li">Install and update software on your systems.</li>
<li class="sr-li">Collect and distribute your custom software packages into manageable groups.
</li>
<li class="sr-li">Provision (kickstart) your systems.</li>
<li class="sr-li">Manage and deploy configuration files to your systems.</li>
<li class="sr-li">Provision and start/stop/configure virtual guests.</li>
<li class="sr-li">Distribute content across multiple geographical sites in an efficient
manner.
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
{% include scroll_to_top.html %}
<footer>
{% include footer.html %}
</footer>
<!-- jQuery -->
{% include jsresource.html %}
</body>
</html>