Added separate services for each distros
Added separate page for each of the distro and specified list of all services on the page. Updated the Ubuntu logo in draft installation guide landing page. Change-Id: I75978b71a72806f65830a9b046fead21dc7e1e2a
This commit is contained in:
parent
773b5531b2
commit
e8bd8c19df
@ -47,41 +47,6 @@
|
|||||||
<div class="mid-docs-wrapper" id="docs-main-body">
|
<div class="mid-docs-wrapper" id="docs-main-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row docs-toc" style="padding-top: 10px;">
|
<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 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-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 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="col-lg-4 col-md-4 col-sm-4">
|
||||||
<div class="os-box row-eq-height">
|
<div class="os-box row-eq-height">
|
||||||
<div class="logo-box">
|
<div class="logo-box">
|
||||||
@ -96,7 +61,7 @@
|
|||||||
method.
|
method.
|
||||||
</div>
|
</div>
|
||||||
<div class="os-button">
|
<div class="os-button">
|
||||||
<input class="go-button" type="button" onclick="location.href='/draft/install-guide-obs/';" value=" Go! " name="Go"/>
|
<input class="go-button" type="button" onclick="location.href='opensuse-services.html';" value=" Go! " name="Go"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -114,14 +79,14 @@
|
|||||||
using a manual installation method.
|
using a manual installation method.
|
||||||
</div>
|
</div>
|
||||||
<div class="os-button">
|
<div class="os-button">
|
||||||
<input class="go-button" type="button" onclick="location.href='/draft/install-guide-rdo/';" value=" Go! " name="Go"/>
|
<input class="go-button" type="button" onclick="location.href='redhat-services.html';" value=" Go! " name="Go"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-4 col-md-4 col-sm-4">
|
<div class="col-lg-4 col-md-4 col-sm-4">
|
||||||
<div class="os-box row-eq-height">
|
<div class="os-box row-eq-height">
|
||||||
<div class="logo-box">
|
<div class="logo-box" style="height:120px;">
|
||||||
<img src ="{{ imagedir }}cof_orange_hex.png" class="os-logo" onclick="window.open('https://www.ubuntu.com')" />
|
<img src ="{{ imagedir }}ATT00001.png" class="os-logo" style="width:260px;margin-top:50px" onclick="window.open('https://www.ubuntu.com')" />
|
||||||
</div>
|
</div>
|
||||||
<div class="os-name">
|
<div class="os-name">
|
||||||
Ubuntu
|
Ubuntu
|
||||||
@ -132,7 +97,7 @@
|
|||||||
method.
|
method.
|
||||||
</div>
|
</div>
|
||||||
<div class="os-button">
|
<div class="os-button">
|
||||||
<input class="go-button" type="button" onclick="location.href='/draft/install-guide-ubuntu/';" value=" Go! " name="Go"/>
|
<input class="go-button" type="button" onclick="location.href='ubuntu-services.html';" value=" Go! " name="Go"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
96
www/project-install-guide/draft/opensuse-services.html
Normal file
96
www/project-install-guide/draft/opensuse-services.html
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
{% set scriptdir = '../../common/js/' %}
|
||||||
|
{% set cssdir = '../../common/css/' %}
|
||||||
|
{% extends "templates/base.tmpl" %}
|
||||||
|
{% block pagetitle %}Draft Installation Tutorials and Guides{% endblock %}
|
||||||
|
{% block title %}
|
||||||
|
<a href="https://docs.openstack.org">Documentation</a> > Draft Installation Tutorials and Guides
|
||||||
|
{% 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 SUSE system.
|
||||||
|
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>
|
||||||
|
</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>Basic Install Guide</h3>
|
||||||
|
<p>
|
||||||
|
<a class="overview-btn docs-btn" style="width:55%" href="/draft/install-guide-obs/">
|
||||||
|
Install Guide for openSUSE
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</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>
|
||||||
|
<a href="/draft/install-guide-obs/">Abstract</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-obs/common/conventions.html">Conventions</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-obs/overview.html">Overview</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-obs/environment.html">Environment (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-obs/keystone.html">Identity service (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-obs/glance.html">Image service (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-obs/nova.html">Compute service (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-obs/neutron.html">Networking service (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-obs/horizon.html">Dashboard (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-obs/cinder.html">Block Storage service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/shared-file-systems/draft/">Shared File Systems service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/object-storage/draft/">Object Storage service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/orchestration/draft/">Orchestration service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/telemetry/draft/">Telemetry Data Collection service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/telemetry-alarming/draft/">Telemetry Alarming services (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/database/draft/">Database service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/container-infrastructure-management/draft/">Container Infrastructure Management service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/messaging/draft/">Messaging service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/key-manager/draft/">Key Manager service (Optional) </a>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/baremetal/draft/">Bare Metal service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-obs/launch-instance.html">Launch an instance (Basic)</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row docs-contribute-wrapper">
|
||||||
|
<div class="col-lg-12">
|
||||||
|
<p>Documentation treated like code, powered by the community - interested?</p>
|
||||||
|
<a href="/contributor-guide/" class="overview-btn contribute-btn">How To Contribute <i class="fa fa-chevron-right"></i></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% endblock content %}
|
97
www/project-install-guide/draft/redhat-services.html
Normal file
97
www/project-install-guide/draft/redhat-services.html
Normal file
@ -0,0 +1,97 @@
|
|||||||
|
{% set scriptdir = '../../common/js/' %}
|
||||||
|
{% set cssdir = '../../common/css/' %}
|
||||||
|
{% extends "templates/base.tmpl" %}
|
||||||
|
{% block pagetitle %}Draft Installation Tutorials and Guides{% endblock %}
|
||||||
|
{% block title %}
|
||||||
|
<a href="https://docs.openstack.org">Documentation</a> > Draft Installation Tutorials and Guides
|
||||||
|
{% 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 Red Hat Enterprise
|
||||||
|
Linux 7 or CentOS system. 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>
|
||||||
|
</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>Basic Install Guide</h3>
|
||||||
|
<p>
|
||||||
|
<a class="overview-btn docs-btn" style="width:55%" href="/draft/install-guide-rdo/">
|
||||||
|
Install Guide for CentOS
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</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>
|
||||||
|
<a href="/draft/install-guide-rdo/">Abstract</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-rdo/common/conventions.html">Conventions</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-rdo/overview.html">Overview</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-rdo/environment.html">Environment (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-rdo/keystone.html">Identity service (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-rdo/glance.html">Image service (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-rdo/nova.html">Compute service (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-rdo/neutron.html">Networking service (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-rdo/horizon.html">Dashboard (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-rdo/cinder.html">Block Storage service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/shared-file-systems/draft/">Shared File Systems service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/object-storage/draft/">Object Storage service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/orchestration/draft/">Orchestration service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/telemetry/draft/">Telemetry Data Collection service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/telemetry-alarming/draft/">Telemetry Alarming services (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/database/draft/">Database service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/container-infrastructure-management/draft/">Container Infrastructure Management service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/messaging/draft/">Messaging service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/key-manager/draft/">Key Manager service (Optional) </a>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/baremetal/draft/">Bare Metal service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-rdo/launch-instance.html">Launch an instance (Basic)</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row docs-contribute-wrapper">
|
||||||
|
<div class="col-lg-12">
|
||||||
|
<p>Documentation treated like code, powered by the community - interested?</p>
|
||||||
|
<a href="/contributor-guide/" class="overview-btn contribute-btn">How To Contribute <i class="fa fa-chevron-right"></i></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% endblock content %}
|
96
www/project-install-guide/draft/ubuntu-services.html
Normal file
96
www/project-install-guide/draft/ubuntu-services.html
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
{% set scriptdir = '../../common/js/' %}
|
||||||
|
{% set cssdir = '../../common/css/' %}
|
||||||
|
{% extends "templates/base.tmpl" %}
|
||||||
|
{% block pagetitle %}Draft Installation Tutorials and Guides{% endblock %}
|
||||||
|
{% block title %}
|
||||||
|
<a href="https://docs.openstack.org">Documentation</a> > Draft Installation Tutorials and Guides
|
||||||
|
{% 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 Ubuntu system.
|
||||||
|
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>
|
||||||
|
</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>Basic Install Guide</h3>
|
||||||
|
<p>
|
||||||
|
<a class="overview-btn docs-btn" style="width:55%" href="/draft/install-guide-ubuntu/">
|
||||||
|
Install Guide for Ubuntu
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</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>
|
||||||
|
<a href="/draft/install-guide-ubuntu/">Abstract</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-ubuntu/common/conventions.html">Conventions</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-ubuntu/overview.html">Overview</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-ubuntu/environment.html">Environment (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-ubuntu/keystone.html">Identity service (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-ubuntu/glance.html">Image service (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-ubuntu/nova.html">Compute service (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-ubuntu/neutron.html">Networking service (Basic)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-ubuntu/horizon.html">Dashboard (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-ubuntu/cinder.html">Block Storage service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/shared-file-systems/draft/">Shared File Systems service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/object-storage/draft/">Object Storage service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/orchestration/draft/">Orchestration service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/telemetry/draft/">Telemetry Data Collection service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/telemetry-alarming/draft/">Telemetry Alarming services (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/database/draft/">Database service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/container-infrastructure-management/draft/">Container Infrastructure Management service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/messaging/draft/">Messaging service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/key-manager/draft/">Key Manager service (Optional) </a>
|
||||||
|
<p>
|
||||||
|
<a href="/project-install-guide/baremetal/draft/">Bare Metal service (Optional)</a></p>
|
||||||
|
<p>
|
||||||
|
<a href="/draft/install-guide-ubuntu/launch-instance.html">Launch an instance (Basic)</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row docs-contribute-wrapper">
|
||||||
|
<div class="col-lg-12">
|
||||||
|
<p>Documentation treated like code, powered by the community - interested?</p>
|
||||||
|
<a href="/contributor-guide/" class="overview-btn contribute-btn">How To Contribute <i class="fa fa-chevron-right"></i></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% endblock content %}
|
BIN
www/static/common/images/ATT00001.png
Normal file
BIN
www/static/common/images/ATT00001.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.6 KiB |
Loading…
Reference in New Issue
Block a user