Merge "Modified project-install-guide from wireframe requirements"

This commit is contained in:
Jenkins 2017-02-14 12:44:56 +00:00 committed by Gerrit Code Review
commit ba257dee2b
6 changed files with 384 additions and 152 deletions

View File

@ -1,5 +1,6 @@
{% set scriptdir = '../../common/js/' %}
{% set cssdir = '../../common/css/' %}
{% set imagedir = '../../common/images/' %}
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Draft Installation Tutorials and Guides{% endblock %}
{% block title %}
@ -7,167 +8,133 @@
{% endblock %}
{% block content %}
<!-- Begin Page Content -->
<div class="top-docs-wrapper">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-8">
<h1>Draft Installation Tutorials and Guides</h1>
<p>The following tutorials and guides support basic installation
of core and optional OpenStack services on variants of
Debian with debconf, Debian, Red Hat, SUSE, and Ubuntu
distributions. A minimal deployment necessary to launch a simple
instance (VM) requires following the core content.
Optional content augments a minimal deployment with
additional services.</p>
<p>This is documentation in progress for the next release.</p>
<h5>
<b>
NOTE: This is documentation in progress for the next release.
</b>
</h5>
<p>
These guides cover installation procedures for OpenStack
services. Select your preferred operating system for a manual
installation tutorial of core services (Identity, Image,
Compute, Networking, and Block Storage , and
the Dashboard service). Once you have the core services
installed, select from the optional services for more
installation guides.
</p>
<p>
OpenStack services can be installed on Debian, either
manually or using debconf, Red Hat, SUSE, and Ubuntu
distributions. Installing only the core services will
provide a minimal deployment necessary to launch an
instance with minimal/default configuration. Optional
content augments a minimal deployment with additional
services.
</p>
<p>
If you would prefer to install OpenStack using an automated
tool, see the <a href="http://docs.openstack.org/project-deploy-guide/draft/index.html">Draft Deployment Guides.</a>
</div>
</div>
</div>
<div class="mid-docs-wrapper" id="docs-main-body">
<div class="container">
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3><i class="fa fa-cogs"></i>By distribution</h3>
<a href="/draft/install-guide-debconf/">Debian 8 with debconf</a></li>
<a href="/draft/install-guide-debian/">Debian 8</a></li>
<a href="/draft/install-guide-obs/">openSUSE Leap 42.2 And SUSE Linux Enterprise Server 12 SP2</a></li>
<a href="/draft/install-guide-rdo/">Red Hat Enterprise Linux 7 And CentOS 7</a></li>
<a href="/draft/install-guide-ubuntu/">Ubuntu 16.04</a></li>
</div>
<div class="row docs-toc" style="padding-top: 10px;">
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="os-box row-eq-height">
<div class="logo-box">
<img src ="{{ imagedir }}openlogo-100.png" class="os-logo" onclick="window.open('https://debconf.org')"/>
</div>
<div class="os-name">
Debian 8 with debconf
</div>
<div class="os-description">
Install core and optional OpenStack services on a
Debian&nbsp;8 system, using the debconf installation tool.
</div>
<div class="os-button">
<input class="go-button"type="button" onclick="location.href='/draft/install-guide-debconf/';" value=" Go! " name="Go"/>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3><i class="fa fa-cogs"></i>By chapter</h3>
<p>Abstract (
<a href="/draft/install-guide-debconf/">Debconf</a>,
<a href="/draft/install-guide-debian/">Debian</a>,
<a href="/draft/install-guide-obs/">SUSE</a>,
<a href="/draft/install-guide-rdo/">RDO</a>,
<a href="/draft/install-guide-ubuntu/">Ubuntu</a>)</p>
<p>Conventions (
<a href="/draft/install-guide-debconf/common/conventions.html">Debconf</a>,
<a href="/draft/install-guide-debian/common/conventions.html">Debian</a>,
<a href="/draft/install-guide-obs/common/conventions.html">SUSE</a>,
<a href="/draft/install-guide-rdo/common/conventions.html">RDO</a>,
<a href="/draft/install-guide-ubuntu/common/conventions.html">Ubuntu</a>)</p>
<p>Overview (
<a href="/draft/install-guide-debconf/overview.html">Debconf</a>,
<a href="/draft/install-guide-debian/overview.html">Debian</a>,
<a href="/draft/install-guide-obs/overview.html">SUSE</a>,
<a href="/draft/install-guide-rdo/overview.html">RDO</a>,
<a href="/draft/install-guide-ubuntu/overview.html">Ubuntu</a>)</p>
<p>Environment (Basic) (
<a href="/draft/install-guide-debconf/environment.html">Debconf</a>,
<a href="/draft/install-guide-debian/environment.html">Debian</a>,
<a href="/draft/install-guide-obs/environment.html">SUSE</a>,
<a href="/draft/install-guide-rdo/environment.html">RDO</a>,
<a href="/draft/install-guide-ubuntu/environment.html">Ubuntu</a>)</p>
<p>Identity service (Basic) (
<a href="/draft/install-guide-debconf/keystone.html">Debconf</a>,
<a href="/draft/install-guide-debian/keystone.html">Debian</a>,
<a href="/draft/install-guide-obs/keystone.html">SUSE</a>,
<a href="/draft/install-guide-rdo/keystone.html">RDO</a>,
<a href="/draft/install-guide-ubuntu/keystone.html">Ubuntu</a>)</p>
<p>Image service (Basic) (
<a href="/draft/install-guide-debconf/glance.html">Debconf</a>,
<a href="/draft/install-guide-debian/glance.html">Debian</a>,
<a href="/draft/install-guide-obs/glance.html">SUSE</a>,
<a href="/draft/install-guide-rdo/glance.html">RDO</a>,
<a href="/draft/install-guide-ubuntu/glance.html">Ubuntu</a>)</p>
<p>Compute service (Basic) (
<a href="/draft/install-guide-debconf/nova.html">Debconf</a>,
<a href="/draft/install-guide-debian/nova.html">Debian</a>,
<a href="/draft/install-guide-obs/nova.html">SUSE</a>,
<a href="/draft/install-guide-rdo/nova.html">RDO</a>,
<a href="/draft/install-guide-ubuntu/nova.html">Ubuntu</a>)</p>
<p>Networking service (Basic) (
<a href="/draft/install-guide-debconf/neutron.html">Debconf</a>,
<a href="/draft/install-guide-debian/neutron.html">Debian</a>,
<a href="/draft/install-guide-obs/neutron.html">SUSE</a>,
<a href="/draft/install-guide-rdo/neutron.html">RDO</a>,
<a href="/draft/install-guide-ubuntu/neutron.html">Ubuntu</a>)</p>
<p>Dashboard (Optional) (
<a href="/draft/install-guide-debconf/horizon.html">Debconf</a>,
<a href="/draft/install-guide-debian/horizon.html">Debian</a>,
<a href="/draft/install-guide-obs/horizon.html">SUSE</a>,
<a href="/draft/install-guide-rdo/horizon.html">RDO</a>,
<a href="/draft/install-guide-ubuntu/horizon.html">Ubuntu</a>)</p>
<p>Block Storage service (Optional) (
<a href="/draft/install-guide-debconf/cinder.html">Debconf</a>,
<a href="/draft/install-guide-debian/cinder.html">Debian</a>,
<a href="/draft/install-guide-obs/cinder.html">SUSE</a>,
<a href="/draft/install-guide-rdo/cinder.html">RDO</a>,
<a href="/draft/install-guide-ubuntu/cinder.html">Ubuntu</a>)</p>
<p>Shared File Systems service (Optional) (
<a href="/project-install-guide/shared-file-systems/draft/">Debconf</a>,
<a href="/project-install-guide/shared-file-systems/draft/">Debian</a>,
<a href="/project-install-guide/shared-file-systems/draft/">SUSE</a>,
<a href="/project-install-guide/shared-file-systems/draft/">RDO</a>,
<a href="/project-install-guide/shared-file-systems/draft/">Ubuntu</a>)</p>
<p>Object Storage service (Optional) (
<a href="/project-install-guide/object-storage/draft/">Debconf</a>,
<a href="/project-install-guide/object-storage/draft/">Debian</a>,
<a href="/project-install-guide/object-storage/draft/">SUSE</a>,
<a href="/project-install-guide/object-storage/draft/">RDO</a>,
<a href="/project-install-guide/object-storage/draft/">Ubuntu</a>)</p>
<p>Orchestration service (Optional) (
<a href="/project-install-guide/orchestration/draft/">Debconf</a>,
<a href="/project-install-guide/orchestration/draft/">Debian</a>,
<a href="/project-install-guide/orchestration/draft/">SUSE</a>,
<a href="/project-install-guide/orchestration/draft/">RDO</a>,
<a href="/project-install-guide/orchestration/draft/">Ubuntu</a>)</p>
<p>Telemetry Data Collection service (Optional) (
<a href="/project-install-guide/telemetry/draft/">Debconf</a>,
<a href="/project-install-guide/telemetry/draft/">Debian</a>,
<a href="/project-install-guide/telemetry/draft/">SUSE</a>,
<a href="/project-install-guide/telemetry/draft/">RDO</a>,
<a href="/project-install-guide/telemetry/draft/">Ubuntu</a>)</p>
<p>Telemetry Alarming services (Optional) (
<a href="/project-install-guide/telemetry-alarming/draft/">Debconf</a>,
<a href="/project-install-guide/telemetry-alarming/draft/">Debian</a>,
<a href="/project-install-guide/telemetry-alarming/draft/">SUSE</a>,
<a href="/project-install-guide/telemetry-alarming/draft/">RDO</a>,
<a href="/project-install-guide/telemetry-alarming/draft/">Ubuntu</a>)</p>
<p>Database service (Optional) (
<a href="/project-install-guide/database/draft/">Debconf</a>,
<a href="/project-install-guide/database/draft/">Debian</a>,
<a href="/project-install-guide/database/draft/">SUSE</a>,
<a href="/project-install-guide/database/draft/">RDO</a>,
<a href="/project-install-guide/database/draft/">Ubuntu</a>)</p>
<p>Container Infrastructure Management service (Optional) (
<a href="/project-install-guide/container-infrastructure-management/draft/">Debconf</a>,
<a href="/project-install-guide/container-infrastructure-management/draft/">Debian</a>,
<a href="/project-install-guide/container-infrastructure-management/draft/">SUSE</a>,
<a href="/project-install-guide/container-infrastructure-management/draft/">RDO</a>,
<a href="/project-install-guide/container-infrastructure-management/draft/">Ubuntu</a>)</p>
<p>Messaging service (Optional) (
<a href="/project-install-guide/messaging/draft/">Debconf</a>,
<a href="/project-install-guide/messaging/draft/">Debian</a>,
<a href="/project-install-guide/messaging/draft/">SUSE</a>,
<a href="/project-install-guide/messaging/draft/">RDO</a>,
<a href="/project-install-guide/messaging/draft/">Ubuntu</a>)</p>
<p>Key Manager service (Optional) (
<a href="/project-install-guide/key-manager/draft/">Debconf</a>,
<a href="/project-install-guide/key-manager/draft/">Debian</a>,
<a href="/project-install-guide/key-manager/draft/">SUSE</a>,
<a href="/project-install-guide/key-manager/draft/">RDO</a>,
<a href="/project-install-guide/key-manager/draft/">Ubuntu</a>)</p>
<p>Bare Metal service (Optional) (
<a href="/project-install-guide/baremetal/draft/">Debconf</a>,
<a href="/project-install-guide/baremetal/draft/">Debian</a>,
<a href="/project-install-guide/baremetal/draft/">SUSE</a>,
<a href="/project-install-guide/baremetal/draft/">RDO</a>,
<a href="/project-install-guide/baremetal/draft/">Ubuntu</a>)</p>
<p>EC2 API service (Optional) (
<a href="/project-install-guide/ec2-api/draft/">Ubuntu</a>)</p>
<p>Launch an instance (Basic) (
<a href="/draft/install-guide-debconf/launch-instance.html">Debconf</a>,
<a href="/draft/install-guide-debian/launch-instance.html">Debian</a>,
<a href="/draft/install-guide-obs/launch-instance.html">SUSE</a>,
<a href="/draft/install-guide-rdo/launch-instance.html">RDO</a>,
<a href="/draft/install-guide-ubuntu/launch-instance.html">Ubuntu</a>)</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="os-box row-eq-height">
<div class="logo-box">
<img src ="{{ imagedir }}openlogo-100.png" class="os-logo" onclick="window.open('https://www.debian.org')"/>
</div>
<div class="os-name">
Debian 8
</div>
<div class="os-description">
Install core and optional OpenStack services on a
Debian&nbsp;8 system, using a manual installation
method.
</div>
<div class="os-button">
<input class="go-button" type="button" onclick="location.href='/draft/install-guide-debian/';" value=" Go! " name="Go"/>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="os-box row-eq-height">
<div class="logo-box">
<img src ="{{ imagedir }}OpenSUSE_Logo.svg" class="os-logo" onclick="window.open('https://www.opensuse.org')" />
</div>
<div class="os-name">
openSUSE
</div>
<div class="os-description">
Install core and optional OpenStack services on an
openSUSE system, using a manual installation
method.
</div>
<div class="os-button">
<input class="go-button" type="button" onclick="location.href='/draft/install-guide-obs/';" value=" Go! " name="Go"/>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="os-box row-eq-height">
<div class="logo-box">
<img src ="{{ imagedir }}centos-logo-light-vertical.svg" class="os-logo" alt="Redhat Logo" onclick="window.open('https://www.redhat.com/en')"/>
</div>
<div class="os-name">
Red Hat Enterprise Linux 7 and CentOS
</div>
<div class="os-description">
Install core and optional OpenStack services on a
Red Hat Enterprise Linux&nbsp;7 or CentOS system,
using a manual installation method.
</div>
<div class="os-button">
<input class="go-button" type="button" onclick="location.href='/draft/install-guide-rdo/';" value=" Go! " name="Go"/>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="os-box row-eq-height">
<div class="logo-box">
<img src ="{{ imagedir }}cof_orange_hex.png" class="os-logo" onclick="window.open('https://www.ubuntu.com')" />
</div>
<div class="os-name">
Ubuntu
</div>
<div class="os-description">
Install core and optional OpenStack services on an
Ubuntu system, using a manual installation
method.
</div>
<div class="os-button">
<input class="go-button" type="button" onclick="location.href='/draft/install-guide-ubuntu/';" value=" Go! " name="Go"/>
</div>
</div>
</div>
</div>
<div class="row docs-contribute-wrapper">
@ -177,6 +144,18 @@
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>
var elements = document.getElementsByClassName("os-box");
var maximum = Number.MIN_VALUE;
for (var i = 0, len = elements.length; i < len; i++) {
if(elements[i].offsetHeight>maximum){
maximum = elements[i].offsetHeight;
}
}
$('.os-box').height(maximum);
</script>
{% endblock content %}

View File

@ -4,6 +4,48 @@
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
/* css for project-install-guide newton */
.logo-box{
height:170px;
}
.os-box{
border-radius: 4px 4px 4px 4px;
border:1px solid black;
margin-left: 2%;
margin-right: 2%;
margin-bottom: 12%;
display: inline-table;
overflow-y:auto;
}
.os-logo{
display:block;
margin:auto;
padding: 2.5%;
padding-top:5%;
height:100%;
}
.os-name{
padding: 2.5%;
padding-left: 5%;
padding-right: 5%;
font-weight: bold;
margin-top:10%;
height:40px;
}
.os-description{
padding: 2.5%;
padding-left: 5%;
padding-right: 5%;
height:100px;
}
.os-button{
padding: 2.5%;
text-align: right;
width:100%;
}
.go-button{
border-radius: 4px 4px 4px 4px;
}
body,
html {
width: 100%;

View File

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.0"
width="321"
height="230">
<path
d="m 254.12325,76.07995 c -5.46064,-0.20052 -9.74704,-4.80372 -9.56466,-10.27218 0.0841,-2.64754 1.21583,-5.0947 3.13905,-6.90149 1.93101,-1.80627 4.45313,-2.74648 7.10068,-2.64688 5.46845,0.19137 9.75604,4.7869 9.57234,10.2637 -0.0828,2.6392 -1.19901,5.08622 -3.13004,6.90083 -1.94002,1.79845 -4.46215,2.7388 -7.11751,2.65602 l 1.4e-4,0 z m 2.2983,-8.98258 c 2.43032,0 4.40267,-1.31476 4.40267,-2.92951 0,-1.62323 -1.97247,-2.93866 -4.40267,-2.93866 -2.43154,0 -4.3962,1.31543 -4.3962,2.93866 0,1.61475 1.96466,2.92951 4.3962,2.92951"
style="fill:#73ba25;fill-rule:nonzero" />
<path
d="m 141.77912,133.03489 0.35143,-0.033 0.057,-0.41614 c -0.09,-0.32674 -0.30193,-0.62036 -0.62933,-4.67085 -0.2779,-3.58485 -0.84123,-13.41571 4.10688,-18.29079 1.91955,-1.90255 4.85041,-3.59305 7.16205,-4.13988 9.48006,-2.311 21.7856,-0.71053 32.29451,11.44029 5.42256,6.27899 8.08447,9.14514 9.41536,10.42718 l 0.4568,0.42444 0.55566,0.40029 c 0.43263,0.24489 18.06175,8.36159 18.06175,8.36159 l 0.3591,-0.09 0.009,-0.38313 c -0.11419,-0.1307 -11.17005,-14.41297 -9.211,-26.17923 1.55162,-9.37406 9.01444,-8.53296 19.32807,-7.35745 3.3723,0.38378 7.21025,0.82473 11.17889,0.91476 11.0799,0.0654 23.01883,-1.96775 30.37628,-5.18533 4.76036,-2.08196 7.79775,-3.45417 9.7008,-5.18534 0.68506,-0.56333 1.04416,-1.49393 1.41208,-2.47405 l 0.25374,-0.66103 c 0.30959,-0.79237 0.75873,-2.49055 0.95543,-3.41349 0.09,-0.40795 0.13068,-0.84941 -0.15604,-1.0695 l -1.02013,0.18774 c -3.22511,1.9354 -11.30192,5.62627 -18.86243,5.77335 -9.36588,0.19539 -28.24469,-9.42356 -30.21258,-10.44433 L 227.5347,80.7509 c -0.47445,-1.1273 -3.3076,-7.83127 -3.90392,-9.24336 13.58824,8.94909 24.85586,13.89785 33.48717,14.6654 9.6031,0.85708 17.09125,-4.38477 20.2922,-6.62289 0.62803,-0.42444 1.10249,-0.76755 1.29789,-0.84057 l 0.20423,-0.33493 c -0.53162,-3.37231 -5.55327,-19.70354 -9.34169,-23.62333 -1.05301,-1.07781 -1.89423,-2.12262 -3.59305,-3.11923 -13.72648,-8.001978 -46.3154,-12.83653 -47.8417,-13.056617 l -0.26139,0.07353 -0.0977,0.228399 c 0,0 -0.12302,6.761123 -0.13954,7.512835 -3.33177,-1.110809 -27.52531,-8.925574 -50.2105,-9.717299 -19.22893,-0.677658 -45.49818,-1.592418 -82.619074,21.22216 l -1.09431,0.68571 C 66.255426,69.47353 54.202957,82.89808 47.899279,98.51058 c -1.97607,4.90744 -4.637854,15.98864 -2.00907,26.41582 1.143159,4.56497 3.258113,9.13748 6.116594,13.23681 6.442691,9.25934 17.261843,15.40894 28.914033,16.44543 16.44542,1.46925 28.906364,-5.9199 33.339984,-19.75304 3.04556,-9.54541 0,-23.54914 -11.67688,-30.69405 -9.496574,-5.8222 -19.720034,-4.4913 -25.640064,-0.57982 -5.14415,3.41297 -8.05901,8.70419 -8.00198,14.52651 0.1142,10.31299 9.00678,15.80025 15.39243,15.80856 1.86122,0 3.72309,-0.31843 5.82986,-1.00414 0.74353,-0.22905 1.45341,-0.50617 2.22916,-0.9883 l 0.23723,-0.15473 0.15473,-0.09 -0.057,0.0247 c 1.46159,-0.98011 2.34335,-2.59644 2.34335,-4.32774 0,-0.47381 -0.0735,-0.95542 -0.20423,-1.43742 -0.75107,-2.60474 -3.33178,-4.18873 -6.01006,-3.69906 l -0.3591,0.0735 -0.4898,0.16305 -0.71052,0.23723 c -1.46978,0.36729 -2.58059,0.39211 -2.80898,0.39964 -0.75107,-0.0489 -4.43428,-1.15069 -4.43428,-5.18469 l 0,-0.0488 c 0.009,-1.4781 0.60452,-2.51524 0.93126,-3.07857 1.13485,-1.79652 4.27058,-3.56005 8.50815,-3.18458 5.55326,0.47329 9.55425,3.32347 12.207854,8.69653 2.46639,4.99695 1.82134,11.13771 -1.65763,15.64487 -3.454174,4.46727 -9.602464,6.36149 -17.784644,5.47076 -8.2474,-0.90593 -15.22042,-5.65032 -19.123707,-13.04011 -3.821442,-7.21857 -4.03399,-15.7844 -0.54683,-22.36532 8.353417,-15.75972 24.120657,-15.59667 32.768467,-14.10208 12.803534,2.21266 24.423244,12.46028 29.592084,26.0892 0.82472,2.17211 1.24904,3.89497 1.61632,5.46258 l 0.55566,2.35985 14.46053,7.06305 0.19669,0.13888 3.9e-4,-1.3e-4 z M 244.5675,56.11496 c -2.72649,2.53108 -4.28708,5.98525 -4.41778,9.70899 -0.25242,7.67524 5.774,14.14261 13.44872,14.42882 3.74025,0.12238 7.28378,-1.19266 10.00273,-3.74024 2.71895,-2.53941 4.27942,-5.98525 4.41777,-9.70081 0.2614,-7.68354 -5.76515,-14.1591 -13.45624,-14.43636 -3.72374,-0.12237 -7.27625,1.19202 -9.9952,3.7396"
style="fill:#73ba25;fill-rule:evenodd" />
<path
d="m 284.78051,152.07213 -0.16152,0 c -0.1867,0 -0.34854,-0.16185 -0.34854,-0.34854 l 0,-2.50132 -0.54768,0.83376 c -0.0621,0.087 -0.17428,0.12426 -0.27368,0.12426 l -0.0625,0 c -0.0994,0 -0.21154,-0.0373 -0.27367,-0.12426 l -0.5601,-0.83376 0,2.50132 c 0,0.18669 -0.16185,0.34854 -0.36097,0.34854 l -0.16154,0 c -0.18669,0 -0.34854,-0.16185 -0.34854,-0.34854 l 0,-2.98687 -1.6803,0 0,2.98687 c 0,0.18669 -0.17427,0.34854 -0.37307,0.34854 l -0.14943,0 c -0.1867,0 -0.34855,-0.16185 -0.34855,-0.34854 l 0,-2.98687 -1.25687,0 c -0.18669,0 -0.33611,-0.12458 -0.33611,-0.32339 l 0,-0.17426 c 0,-0.19913 0.14942,-0.3237 0.33611,-0.3237 l 4.40559,0 c 0.17428,0 0.28611,0.0621 0.34856,0.16185 l 0.83376,1.25687 0.83378,-1.25687 c 0.0621,-0.0873 0.16185,-0.16185 0.34855,-0.16185 l 0.5601,0 0,3.83307 c 0,0.18669 -0.17428,0.34854 -0.3734,0.34854"
style="fill:#73ba25" />
<path
d="m 140.72655,146.83277 c -6.02344,0 -9.35885,5.10236 -9.35885,8.6369 l 0,4.53017 c 0,5.18966 4.24374,8.41293 8.18895,8.41293 l 13.81415,0 c 1.72999,0 2.09096,1.1323 2.09096,2.09063 l 0,2.92474 c 0,0.31096 -0.0497,3.12388 -2.09096,3.12388 l -18.85438,0 c -1.867,0 -3.22327,1.29415 -3.22327,3.07383 l 0,0.80894 c 0,1.76726 1.34385,3.07416 3.22327,3.07416 l 19.88759,0 c 5.18966,0 8.54993,-3.60941 8.54993,-9.20975 l 0,-4.89082 c 0,-5.2521 -3.78337,-7.604 -7.52945,-7.604 l -13.59017,0 c -2.05369,0 -2.97444,-1.51845 -2.97444,-2.61348 l 0,-2.68833 c 0,-1.70482 1.1323,-2.67559 3.12354,-2.67559 l 15.0589,0 c 1.84184,0 3.22328,-1.31931 3.22328,-3.07416 l 0,-0.80893 c 0,-1.74241 -1.4063,-3.07385 -3.28539,-3.07385 l -16.22881,0"
id="S"
style="fill:#73ba25" />
<path
d="m 197.26547,146.83277 c -1.7797,0 -3.22326,1.44357 -3.22326,3.22326 l 0,23.14815 c 0,1.84181 -1.50601,3.33541 -3.33542,3.33541 l -10.50389,0 c -1.84183,0 -3.33543,-1.4936 -3.33543,-3.33541 l 0,-23.14815 c 0,-1.77969 -1.43113,-3.22326 -3.22326,-3.22326 l -1.02047,0 c -1.79212,0 -3.22327,1.41872 -3.22327,3.22326 l 0,24.03162 c 0,5.58792 4.39317,9.64527 10.45388,9.64527 l 11.22584,0 c 6.06071,0 10.45387,-4.05735 10.45387,-9.64527 l 0,-24.03162 c 0,-1.80454 -1.41871,-3.22326 -3.22326,-3.22326 l -1.02048,0"
style="fill:#73ba25" />
<use
transform="translate(76.656545,0)"
xlink:href="#S" />
<path
d="m 249.16209,146.83277 c -1.77938,0 -3.1484,1.319 -3.1484,3.07383 l 0,30.52819 c 0,1.74241 1.319,3.07416 3.08627,3.07416 l 24.33046,0 c 1.86699,0 3.22359,-1.29447 3.22359,-3.07416 l 0,-0.80894 c 0,-1.76726 -1.34417,-3.07383 -3.22359,-3.07383 0,0 -19.02865,0 -19.92487,0 0,-0.7965 0,-6.98179 0,-7.77829 0.89622,0 14.59854,0 14.59854,0 1.86667,0 3.22326,-1.29446 3.22326,-3.08659 l 0,-0.79649 c 0,-1.7797 -1.35659,-3.08627 -3.22326,-3.08627 0,0 -13.70232,0 -14.59854,0 0,-0.79649 0,-7.19334 0,-7.98983 0.89622,0 18.91682,0 18.91682,0 1.867,0 3.22359,-1.29446 3.22359,-3.07416 l 0,-0.80892 c 0,-1.7797 -1.35659,-3.07384 -3.22359,-3.07384 l -23.24753,0"
style="fill:#73ba25" />
<path
d="m 42.309263,161.35612 c -3.036651,0 -5.513263,2.36463 -5.513263,5.28937 l 0,11.51195 c 0,2.96201 2.389494,5.37636 5.326597,5.37636 l 7.442252,0 c 2.937103,0 5.33902,-2.41435 5.33902,-5.37636 l 0,-11.51195 c 0,-2.91231 -2.476599,-5.28937 -5.513261,-5.28937 l -7.081345,0 z m -1.605453,16.35305 0,-10.50358 c 0,-1.23234 1.00808,-2.24039 2.240167,-2.24039 l 5.799492,0 c 1.207204,0 2.240134,1.02079 2.240134,2.24039 l 0,10.50358 c 0,1.23235 -1.008048,2.24038 -2.240134,2.24038 l -5.84929,0 c -1.232086,0 -2.190369,-0.98318 -2.190369,-2.24038"
style="fill:#73ba25" />
<path
d="m 71.779776,161.21943 c -2.15309,0 -3.75857,0.77165 -5.06534,1.39387 -0.78404,0.37309 -1.46852,0.69678 -2.00367,0.69678 -0.22401,0 -0.43559,-0.0994 -0.54761,-0.27368 l -0.485353,-0.94592 c -0.112019,-0.24883 -0.60983,-0.73436 -1.232086,-0.73436 l -0.721818,0 c -0.696936,0 -1.269427,0.62253 -1.269427,1.40628 l 0,29.18433 c 0,0.90832 0.709393,1.63027 1.630336,1.63027 l 0.634712,0 c 0.89606,0 1.630336,-0.73437 1.630336,-1.63027 l 0,-9.68255 c 0,-0.2861 0.18667,-0.58495 0.36091,-0.58495 0.53515,0 1.21963,0.29885 2.01613,0.67225 1.29431,0.58494 2.91222,1.33142 5.06531,1.33142 l 0.67192,0 c 3.79579,0 6.16044,-2.1652 6.16044,-5.65003 l 0,-11.13855 c 0,-3.43482 -2.41435,-5.66247 -6.16044,-5.66247 l -0.68435,0 0,0 0,-0.0124 z m -7.44238,16.26576 0,-10.0432 c 0,-1.38144 1.08276,-2.46436 2.46418,-2.46436 l 5.42615,0 c 1.38145,0 2.46405,1.08292 2.46405,2.46436 l 0,10.0432 c 0,1.35659 -1.09503,2.46436 -2.46405,2.46436 l -5.42615,0 c -1.35654,0 -2.46418,-1.10777 -2.46418,-2.46436"
style="fill:#73ba25" />
<path
d="m 89.650966,161.35612 c -3.03657,0 -5.51304,2.36463 -5.51304,5.28937 l 0,11.42465 c 0,2.96201 2.40191,5.47608 5.23936,5.47608 l 7.67887,0 c 0.94561,0 1.63028,-0.64739 1.63028,-1.54329 l 0,-0.49798 c 0,-0.8959 -0.68467,-1.54296 -1.63028,-1.54296 l -6.29743,0 c -1.76727,0 -2.70076,-0.85895 -2.70076,-2.51407 0,0 0,-2.87473 0,-3.33542 0.5104,0 11.37526,0 11.37526,0 1.816974,0 2.912004,-1.11987 2.912004,-3.01171 l 0,-4.43044 c 0,-2.91232 -2.476474,-5.28907 -5.513044,-5.28907 l -7.16848,0 -0.0127,-0.0252 z m -1.60543,5.79946 c 0,-1.21961 0.95835,-2.19038 2.19037,-2.19038 l 5.98616,0 c 1.23234,0 2.19037,0.95834 2.19037,2.19038 0,0 0,3.099 0,3.55939 -0.48522,0 -9.88135,0 -10.3669,0 0,-0.46039 0,-3.55939 0,-3.55939"
style="fill:#73ba25" />
<path
d="m 118.17578,161.21943 c -2.14066,0 -3.75851,0.75922 -5.05298,1.38145 -0.80892,0.37309 -1.5057,0.7092 -2.0658,0.7092 -0.24882,0 -0.34854,-0.0248 -0.53524,-0.36098 l -0.44795,-0.82135 c -0.24883,-0.51007 -0.68435,-0.77163 -1.28173,-0.77163 l -0.63497,0 c -0.7589,0 -1.30657,0.58493 -1.30657,1.40628 l 0,19.1408 c 0,0.90865 0.72163,1.64302 1.63027,1.64302 l 0.63465,0 c 0.89622,0 1.63027,-0.73437 1.63027,-1.64302 l 0,-14.48606 c 0,-1.35659 1.10777,-2.46436 2.46437,-2.46436 l 5.42606,0 c 1.35659,0 2.46405,1.10777 2.46405,2.46436 l 0,14.48606 c 0,0.90865 0.72194,1.64302 1.63059,1.64302 l 0.63465,0 c 0.8959,0 1.63027,-0.73437 1.63027,-1.64302 l 0,-15.02131 c 0,-3.43481 -2.41435,-5.66246 -6.16044,-5.66246 l -0.68435,0"
style="fill:#73ba25" />
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="461.51999"
height="331.5"
id="svg4300">
<title
id="title7783">The CentOS Logo Vertical Version</title>
<defs
id="defs4302">
<clipPath
id="clipPath4429">
<g
transform="matrix(0.9947658,0,0,1,1.7860989,0)"
id="g4431">
<path
d="m 322.54143,2800.9375 -4.43505,5.7298 -4.43495,-5.7298 0,-43.1429 -18.93972,0 23.37467,-25.5367 23.13125,25.5367 -18.6962,0 0,43.1429 z"
id="path4433"
style="fill:#efa724;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:30;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
</clipPath>
</defs>
<g
transform="translate(56.228001,-432.25134)"
id="layer1">
<g
transform="matrix(1.0008826,0,0,1.0094534,-0.05651152,-6.184848)"
id="g5189">
<rect
width="461.11301"
height="328.39554"
x="-56.121956"
y="434.33029"
id="rect5183"
style="fill:#ffffff;fill-opacity:0;stroke:none" />
<path
d="m 34.585748,736.57263 -34.42470048,0 c -3.49076002,0 -6.94438002,-0.50099 -10.36079952,-1.50315 -6.61016,-2.08105 -11.84629,-6.86004 -15.70838,-14.33684 -3.49077,-6.78298 -5.23614,-14.68369 -5.23614,-23.70205 0,-8.70991 1.55969,-16.41791 4.67911,-23.12391 3.41645,-7.39958 8.28123,-12.44829 14.59428,-15.14615 4.9018695,-2.08108 9.9151695,-3.12164 15.0399395,-3.12173 l 31.1938805,0 0,15.49301 -32.4193605,0 c -5.27329,8e-5 -9.09826,2.96764 -11.47492,8.90273 -1.8567995,4.62484 -2.7851695,10.67556 -2.7851695,18.15227 0,6.32057 1.18832,11.67761 3.5650295,16.07113 2.74799,5.16435 6.61012,7.74654 11.58628,7.7465 l 31.7509505,-0.11569 0,14.68381 m 57.33273,0.34681 -27.18327,0 c -6.61015,0 -12.36616,-2.92902 -17.26804,-8.78705 -4.82761,-5.93524 -7.24144,-12.75678 -7.24144,-20.46477 0,-8.40167 2.63662,-15.64716 7.90989,-21.73649 5.34748,-6.16635 11.28916,-9.24951 17.82504,-9.24955 l 25.84645,0 0,12.37127 -18.93919,0 c -2.3767,6e-5 -4.41913,0.23118 -6.12737,0.69373 -1.63403,0.38543 -3.15655,1.19478 -4.5677,2.42799 -2.59952,2.31246 -3.89924,5.43419 -3.89922,9.36519 l 33.42205,0 0,12.48693 -33.31062,0 c -3e-5,1.84994 0.18564,3.43007 0.55698,4.7404 0.44565,1.23329 1.29975,2.5051 2.56237,3.81547 1.26261,1.23327 2.74802,2.08118 4.45625,2.54358 1.78251,0.38546 3.93638,0.57827 6.46167,0.57827 l 19.49615,0 0,11.21503 m 63.529742,-0.34681 -15.48555,0 0,-39.42641 c -5e-5,-1.00202 -0.22282,-1.88842 -0.6684,-2.65924 -0.44569,-0.84783 -1.07699,-1.65717 -1.89397,-2.42803 -1.48544,-1.31029 -3.19366,-1.96547 -5.12467,-1.9655 l -15.15134,0 0,46.47918 -15.48555,0 0,-59.89105 29.6342,0 c 5.27323,4e-5 9.0982,0.30834 11.47489,0.92492 3.71352,0.92504 6.68439,2.96762 8.91258,6.12785 2.52515,3.69987 3.78776,7.74657 3.78781,12.14006 l 0,40.69822 m 44.47573,-47.40415 -15.03994,0 0,27.1706 c -1e-5,2.46658 0.81694,4.50918 2.45094,6.12786 1.85675,1.61869 4.30769,2.428 7.35287,2.428 l 4.56767,0 0,11.67769 -14.37148,0 c -4.30775,0 -7.98418,-1.61877 -11.02928,-4.856 -1.78252,-1.92702 -2.9337,-4.04683 -3.45362,-6.35924 -0.51991,-2.31234 -0.77984,-5.04868 -0.7798,-8.20894 l 0,-27.97997 -9.80382,0 0,-12.4869 9.80382,0 0,-21.04276 15.2627,0 0,21.04276 15.03994,0 0,12.4869 m 90.9132,6.82154 c -1.1e-4,15.72431 -4.19646,26.97795 -12.58902,33.76101 -6.83302,5.47262 -16.78535,8.209 -29.85703,8.209 -14.48291,0 -25.17796,-3.16021 -32.08517,-9.48082 -7.57565,-6.93722 -11.36346,-18.07523 -11.36346,-33.41413 0,-12.56396 3.37931,-22.35306 10.13802,-29.36738 7.3528,-7.63082 18.34492,-11.44628 32.97639,-11.44634 16.11683,6e-5 27.48027,3.66138 34.0905,10.98385 5.79309,6.47475 8.68966,16.72636 8.68977,30.75481 m -19.83048,-0.46248 c -6e-5,-7.93914 -1.81971,-14.25969 -5.45891,-18.96159 -4.08498,-5.24138 -10.13808,-7.86208 -18.15934,-7.86217 -7.87276,9e-5 -13.81444,2.81349 -17.82505,8.44023 -3.34226,4.70194 -5.01333,10.82977 -5.01331,18.38353 -2e-5,8.71006 1.33688,15.14624 4.01065,19.3085 3.7135,5.78098 10.58361,8.67147 20.61025,8.67144 8.46685,3e-5 14.40854,-2.81336 17.82508,-8.4402 2.6737,-4.3935 4.01057,-10.90676 4.01063,-19.53974 m 109.00635,15.95551 c -9e-5,7.09136 -2.26535,13.06504 -6.79577,17.92115 -4.53068,4.85601 -10.28665,7.28403 -17.26809,7.28403 l -55.14637,-0.11569 0,-14.56819 45.45399,0 c 3.04506,3e-5 5.60741,-0.73224 7.68706,-2.19676 2.37663,-1.69573 3.56496,-4.00813 3.56501,-6.93716 -5e-5,-6.86009 -4.67912,-10.29013 -14.03725,-10.29015 l -22.94984,0 c -6.61014,2e-5 -12.40328,-2.11967 -17.37943,-6.3591 -4.97616,-4.23934 -7.46426,-9.63491 -7.46426,-16.18674 0,-7.24544 2.41381,-13.10348 7.24144,-17.57416 4.90188,-4.54763 11.32634,-6.82148 19.27335,-6.82156 l 52.69547,0 0,13.87432 -46.45665,0 c -2.07961,7e-5 -4.19638,0.92504 -6.3502,2.77491 -2.07961,1.77286 -3.11942,3.89256 -3.1194,6.35907 -2e-5,2.77491 1.00263,5.12585 3.008,7.0528 2.07957,1.84995 4.56768,2.77491 7.46425,2.77487 l 25.28934,0 c 7.87269,4e-5 14.03716,2.11972 18.49358,6.35908 4.53042,4.16234 6.79568,9.71206 6.79577,16.64923"
id="text5083-9"
style="font-size:72.67242432px;font-style:normal;font-variant:normal;font-weight:200;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Denmark;-inkscape-font-specification:Denmark Ultra-Light" />
<g
transform="matrix(1.0627252,0,0,1.0537063,198.76454,-518.47507)"
id="g3664">
<g
transform="matrix(0,-1,1,0,-1934.5199,1337.4805)"
id="g12802">
<g
transform="translate(16.279512,-899.16723)"
id="g12804">
<g
transform="matrix(1.0666663,0,0,1,-26.935596,-4.1328125e-5)"
id="g12806">
<path
d="m 323.36653,2798.1614 -5.40616,5.8005 -5.40616,-5.8005 0,-40.8261 -18.01333,0 23.41949,-24.8979 23.02487,24.8979 -17.6187,0 -10e-6,40.8261 z"
id="path12808"
style="fill:#932279;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:30;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<g
transform="matrix(1.0722788,0,0,1,-28.850792,-4.1328125e-5)"
clip-path="url(#clipPath4429)"
id="g12812" />
</g>
</g>
<g
transform="translate(-351.30671,-902.55818)"
id="g12768">
<g
transform="translate(16.279512,-899.16723)"
id="g12770">
<g
transform="matrix(1.0666663,0,0,1,-26.935596,-4.1328125e-5)"
id="g12772">
<path
d="m 323.36653,2798.1614 -5.40616,5.8005 -5.40616,-5.8005 0,-40.8261 -18.01333,0 23.41949,-24.8979 23.02487,24.8979 -17.6187,0 -10e-6,40.8261 z"
id="path12774"
style="fill:#efa724;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:30;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<g
transform="matrix(1.0722788,0,0,1,-28.850792,-4.1328125e-5)"
clip-path="url(#clipPath4429)"
id="g12778" />
</g>
</g>
<g
transform="matrix(0,1,-1,0,2787.8992,696.93451)"
id="g12780">
<g
transform="matrix(1.0666663,0,0,1,-26.935596,-4.1328125e-5)"
id="g12782">
<path
d="m 323.36653,2798.1614 -5.40616,5.8005 -5.40616,-5.8005 0,-40.8261 -18.01333,0 23.41949,-24.8979 23.02487,24.8979 -17.6187,0 -10e-6,40.8261 z"
id="path12784"
style="fill:#262577;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:30;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<g
transform="matrix(1.0722788,0,0,1,-28.850792,-4.1328125e-5)"
clip-path="url(#clipPath4429)"
id="g12788" />
</g>
<g
transform="matrix(-1,0,0,-1,305.51863,2920.6937)"
id="g12790">
<g
transform="translate(16.279512,-899.16723)"
id="g12792">
<g
transform="matrix(1.0666663,0,0,1,-26.935596,-4.1328125e-5)"
id="g12794">
<path
d="m 323.36653,2798.1614 -5.40616,5.8005 -5.40616,-5.8005 0,-40.8261 -18.01333,0 23.41949,-24.8979 23.02487,24.8979 -17.6187,0 -10e-6,40.8261 z"
id="path12796"
style="fill:#9ccd2a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:30;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<g
transform="matrix(1.0722788,0,0,1,-28.850792,-4.1328125e-5)"
clip-path="url(#clipPath4429)"
id="g12800" />
</g>
</g>
<g
transform="translate(-749.79982,-1331.6428)"
id="g12742">
<path
d="m 671.98437,2285.7893 49.60645,0 0,49.6065 -49.60645,0 0,-49.6065 z"
id="rect12744"
style="fill:#9ccd2a;fill-opacity:1;stroke:#ffffff;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" />
<path
d="m 732.22076,2285.7893 49.60645,0 0,49.6065 -49.60645,0 0,-49.6065 z"
id="rect12746"
style="fill:#932279;fill-opacity:1;stroke:#ffffff;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" />
<path
d="m 732.22076,2346.0256 49.60645,0 0,49.6065 -49.60645,0 0,-49.6065 z"
id="rect12748"
style="fill:#efa724;fill-opacity:1;stroke:#ffffff;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" />
<path
d="m 671.98437,2346.0256 49.60645,0 0,49.6065 -49.60645,0 0,-49.6065 z"
id="rect12750"
style="fill:#262577;fill-opacity:1;stroke:#ffffff;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" />
</g>
<path
d="m -784.62878,642.40875 49.60644,0 0,49.60645 -49.60644,0 0,-49.60645 z"
transform="matrix(0.7071068,-0.7071068,0.7071068,0.7071068,0,0)"
id="rect12760"
style="fill:none;stroke:#ffffff;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" />
<path
d="m -724.39233,642.40875 49.60645,0 0,49.60645 -49.60645,0 0,-49.60645 z"
transform="matrix(0.7071068,-0.7071068,0.7071068,0.7071068,0,0)"
id="rect12762"
style="fill:none;stroke:#ffffff;stroke-width:3.54306793;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<path
d="m -15.377623,1009.0679 35.077058,-35.0771 35.077058,35.0771 -35.077058,35.077 -35.077058,-35.077 z"
id="rect12764"
style="fill:none;stroke:#ffffff;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" />
<path
d="m -784.62878,702.64508 49.60644,0 0,49.60645 -49.60644,0 0,-49.60645 z"
transform="matrix(0.7071068,-0.7071068,0.7071068,0.7071068,0,0)"
id="rect12766"
style="fill:none;stroke:#ffffff;stroke-width:3.54330707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB