This repository was 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
Expand file tree
/
Copy pathscreenshots.html
More file actions
245 lines (234 loc) · 15.2 KB
/
screenshots.html
File metadata and controls
245 lines (234 loc) · 15.2 KB
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
---
title: Screenshots
---
<!DOCTYPE html>
<html lang="en">
<head>
{% include head.html %}
<!-- Lightbox -->
<link href="css/lightbox.css" rel="stylesheet">
<link rel="stylesheet" href="./dist/css/lightbox.min.css">
</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>
<!-- SCREENSHOTS -->
<section class="section-screenshots" id="screenshots">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<h2 class="section-heading">Screenshots</h2>
<div class="col-md-12 text-center">
<div class="col-md-12">
<p>Here are some screenshots of Spacewalk's web-based user interface. Of course, screenshots can
only offer a small fraction of the full experience, so why not <a href="howtoinstall.html">download
Spacewalk</a> and see it for yourself?</p>
<h3>Your Spacewalk</h3>
<hr/>
<div class="col-md-3 text-center">
<a href="./img/screenshots/your_spacewalk.png" data-lightbox="your-spacewalk"
data-title="Your Spacewalk"><img src="./img/screenshots/thumbs/your_spacewalk.png"
class="img-responsive img-spacewalk"
alt="Spacewalk screenshot"/></a>
</div>
<div class="col-md-9 text">
This overview page, which appears when you first log into the Spacewalk web interface, is a
customizable at-a-glance view your systems' status. Some highlights that can be displayed on
this screen include the most out-of-date systems, the systems with
the most critical out-of-date status, the latest errata releases, the systems that have most
recently registered to your Spacewalk server, and more. You can determine which modules
appear on this screen in your user preferences.
</div>
</div>
<div class="col-md-12">
<h3>System Set Manager</h3>
<hr/>
<div class="col-md-9 text">
The system set manager is an interface in Spacewalk where you can perform actions on
multiple systems at once. First, you select a group of systems to join the 'system set.'
Then, you go to the System Set Manager menu (shown in the screenshot below) to
select which actions you would like to run on those systems. These actions can range from
rebooting the entire group of systems, to installing a specific package on those systems, to
deploying a configuration file to all those systems.
Where systems are not completely homogeneous (e.g., if your system set consists of both
Fedora 8 and Fedora 9 systems) and an action can only apply to a subset of the systems in
the set, the web interface will alert you of this and let
you know which systems will be affected and which systems can not be affected.
</div>
<div class="col-md-3 text-center">
<a href="./img/screenshots/system-set-manager.png" data-lightbox="system-set-manager"
data-title="System Set Manager"><img
src="./img/screenshots/thumbs/system-set-manager.png"
class="img-responsive img-spacewalk" alt="Spacewalk screenshot"/></a>
</div>
</div>
<div class="col-md-12">
<h3>System Groups</h3>
<hr/>
<div class="col-md-3 text-center">
<a href="./img/screenshots/system-groups.png" data-lightbox="system-groups"
data-title="System Groups"><img src="./img/screenshots/thumbs/system-groups.png"
class="img-responsive img-spacewalk"
alt="Spacewalk screenshot"/></a>
</div>
<div class="col-md-9 text">
Spacewalk has a nice search system that allows you to search for particular systems, errata,
or packages (package search shown below.) Package search is particularly useful if you are
looking to install an application but are not sure what channel your
system needs access to in order to retrieve the package from Spacewalk.
</div>
</div>
<div class="col-md-12">
<h3>Kickstart</h3>
<hr/>
<div class="col-md-8 text">
Spacewalk has a kickstart system that allows you to create and store kickstart settings for
systems as well as conduct kickstarts on systems registered to the Spacewalk server. Shown
below is a screenshot of the <em>Kickstart Overview</em> screen which gives you a summary of
the saved kickstart profiles on Spacewalk as well as a summary of pending and
currently-running kickstart actions. Also shown below is a screenshot of the kickstart
creation wizard that allows you
to create new Spacewalk kickstart profiles.
</div>
<div class="col-md-2 text-center">
<a href="./img/screenshots/kickstart_create.png" data-lightbox="kickstart"
data-title="Kickstart Create"><img src="./img/screenshots/thumbs/kickstart_create.png"
class="img-responsive img-spacewalk"
alt="Spacewalk screenshot"/></a>
</div>
<div class="col-md-2 text-center">
<a href="./img/screenshots/kickstart_overview.png" data-lightbox="kickstart"
data-title="Kickstart Overview"><img
src="./img/screenshots/thumbs/kickstart_overview.png"
class="img-responsive img-spacewalk" alt="Spacewalk screenshot"/></a>
</div>
</div>
<div class="col-md-12">
<h3>System Overview</h3>
<hr/>
<div class="col-md-3 text-center">
<a href="./img/screenshots/system-overview.png" data-lightbox="system-overview"
data-title="System Overview"><img src="./img/screenshots/thumbs/system-overview.png"
class="img-responsive img-spacewalk"
alt="Spacewalk screenshot"/></a>
</div>
<div class="col-md-9 text">
Spacewalk has a nice search system that allows you to search for particular systems, errata,
or packages (package search shown below.) Package search is particularly useful if you are
looking to install an application but are not sure what channel your
system needs access to in order to retrieve the package from Spacewalk.
</div>
</div>
<div class="col-md-12">
<h3>Custom Keys</h3>
<hr/>
<div class="col-md-9 text">
Spacewalk has a nice search system that allows you to search for particular systems, errata,
or packages (package search shown below.) Package search is particularly useful if you are
looking to install an application but are not sure what channel your
system needs access to in order to retrieve the package from Spacewalk.
</div>
<div class="col-md-3 text-center">
<a href="./img/screenshots/custom-keys.png" data-lightbox="custom-keys"
data-title="Custom Keys"><img src="./img/screenshots/thumbs/custom-keys.png"
class="img-responsive img-spacewalk"
alt="Spacewalk screenshot"/></a>
</div>
</div>
<div class="col-md-12">
<h3>Activation Keys</h3>
<hr/>
<div class="col-md-3 text-center">
<a href="./img/screenshots/activationkey.png" data-lightbox="activation-key"
data-title="Activation Key"><img src="./img/screenshots/thumbs/activationkey.png"
class="img-responsive img-spacewalk"
alt="Spacewalk screenshot"/></a>
</div>
<div class="col-md-9 text">
Spacewalk has a nice search system that allows you to search for particular systems, errata,
or packages (package search shown below.) Package search is particularly useful if you are
looking to install an application but are not sure what channel your
system needs access to in order to retrieve the package from Spacewalk.
</div>
</div>
<div class="col-md-12">
<h3>Configuration Overview</h3>
<hr/>
<div class="col-md-9 text">
Spacewalk has a nice search system that allows you to search for particular systems, errata,
or packages (package search shown below.) Package search is particularly useful if you are
looking to install an application but are not sure what channel your
system needs access to in order to retrieve the package from Spacewalk.
</div>
<div class="col-md-3 text-center">
<a href="./img/screenshots/configuration-overview.png"
data-lightbox="configuration-overview" data-title="Configuration Overview"><img
src="./img/screenshots/thumbs/configuration-overview.png"
class="img-responsive img-spacewalk" alt="Spacewalk screenshot"/></a>
</div>
</div>
<div class="col-md-12">
<h3>Software Channels Overview</h3>
<hr/>
<div class="col-md-3 text-center">
<a href="./img/screenshots/channels-overview.png" data-lightbox="channels-overview"
data-title="Software Channels Overview"><img
src="./img/screenshots/thumbs/channels-overview.png"
class="img-responsive img-spacewalk" alt="Spacewalk screenshot"/></a>
</div>
<div class="col-md-9 text">
Spacewalk has a nice search system that allows you to search for particular systems, errata,
or packages (package search shown below.) Package search is particularly useful if you are
looking to install an application but are not sure what channel your
system needs access to in order to retrieve the package from Spacewalk.
</div>
</div>
<div class="col-md-12">
<h3>Search System</h3>
<hr/>
<div class="col-md-9 text">
Spacewalk has a nice search system that allows you to search for particular systems, errata,
or packages (package search shown below.) Package search is particularly useful if you are
looking to install an application but are not sure what channel your
system needs access to in order to retrieve the package from Spacewalk.
</div>
<div class="col-md-3 text-center">
<a href="./img/screenshots/package-search.png" data-lightbox="package-search"
data-title="Search system"><img src="./img/screenshots/thumbs/package-search.png"
class="img-responsive img-spacewalk"
alt="Spacewalk screenshot"/></a>
</div>
</div>
<div class="col-md-12">
<h3>Conclusion</h3>
<hr/>
<div class="text">
We hope these screenshots have given you a better feel for what Spacewalk's web interface
can do. Please note that much functionality of Spacewalk is not covered here: live kickstart
status monitoring of systems, creation and management of virtual systems, multiple
organization partitioning of a Spacewalk server, errata management, the action scheduling
interface, and more.
If you like what you see here and/or are curious and want to learn more, we encourage you to
download Spacewalk and see for yourself what it can do!
</div>
</div>
</div>
</div>
</div>
</div>
{% include scroll_to_top.html %}
</section>
<footer>
{% include footer.html %}
</footer>
<!-- jQuery -->
{% include jsresource.html %}
<!-- Lightbox -->
<script src="./dist/js/lightbox-plus-jquery.min.js"></script>
</body>
</html>