[www] Fix footer placement

Mismatched <div> tags were causing display
issues with the footer block. This patch
matches all the <div> tags and does some
other minor cleanup.

Change-Id: Id6fadb343e4ea67ba94463bcad9dc378e286cdff
This commit is contained in:
Brian Moss 2017-02-24 11:58:58 +10:00
parent 98c1f24ac7
commit 73fb3b77ec
9 changed files with 699 additions and 713 deletions

View File

@ -7,10 +7,8 @@
<a href="https://docs.openstack.org">Documentation</a> &gt; Draft Installation Tutorials and Guides
{% endblock %}
{% block content %}
<!-- Begin Page Content -->
<div class="top-docs-wrapper">
<!-- 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">
@ -40,72 +38,73 @@
<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>
</p>
</div>
</div>
</div>
</div>
<div class="mid-docs-wrapper" id="docs-main-body">
<div class="container">
<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 }}OpenSUSE_Logo.svg" class="os-logo" onclick="window.open('https://www.opensuse.org')" />
</div>
<div class="os-name">
openSUSE and SUSE Linux Enterprise
</div>
<div class="os-description">
Install core and optional OpenStack services on
an openSUSE or SUSE Linux Enterprise system,
using a manual installation method.
</div>
<div class="os-button">
<input class="go-button" type="button" onclick="location.href='obs-services.html';" 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 7
</div>
<div class="os-description">
Install core and optional OpenStack services on
a Red Hat Enterprise Linux 7 or CentOS 7 system,
using a manual installation method.
</div>
<div class="os-button">
<input class="go-button" type="button" onclick="location.href='rdo-services.html';" 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" style="height:120px;">
<img src ="{{ imagedir }}ATT00001.png" class="os-logo" style="width:260px;margin-top:50px" 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='ubuntu-services.html';" value=" Go! " name="Go"/>
</div>
</div>
</div>
<div class="container">
<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 }}OpenSUSE_Logo.svg" class="os-logo" onclick="window.open('https://www.opensuse.org')" />
</div>
<div class="os-name">
openSUSE and SUSE Linux Enterprise
</div>
<div class="os-description">
Install core and optional OpenStack services on
an openSUSE or SUSE Linux Enterprise system,
using a manual installation method.
</div>
<div class="os-button">
<input class="go-button" type="button" onclick="location.href='obs-services.html';" value=" Go! " name="Go"/>
</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 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 7
</div>
<div class="os-description">
Install core and optional OpenStack services on
a Red Hat Enterprise Linux 7 or CentOS 7 system,
using a manual installation method.
</div>
<div class="os-button">
<input class="go-button" type="button" onclick="location.href='rdo-services.html';" 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" style="height:120px;">
<img src ="{{ imagedir }}ATT00001.png" class="os-logo" style="width:260px;margin-top:50px" 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='ubuntu-services.html';" value=" Go! " name="Go"/>
</div>
</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>

View File

@ -1,13 +1,14 @@
{% 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 %}
<a href="https://docs.openstack.org">Documentation</a> &gt; Draft Installation Tutorials and Guides
{% endblock %}
{% block content %}
<!-- Begin Page Content -->
<div class="top-docs-wrapper">
<!-- 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">
@ -17,82 +18,79 @@
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>
</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 services-section">
<h3><i class="fa fa-cogs"></i>Installation Tutorials</h3>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/draft/install-guide-obs/">
openSUSE and SUSE Linux Enterprise
</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="/project-install-guide/dns/draft/">DNS service (Optional)</a></p>
<p>
<a href="/draft/install-guide-obs/launch-instance.html">Launch an instance (Basic)</a></p>
</div>
<div class="container">
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections services-section">
<h3><i class="fa fa-cogs"></i>Installation Tutorials</h3>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/draft/install-guide-obs/">
openSUSE and SUSE Linux Enterprise
</a>
</p>
</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 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="/project-install-guide/dns/draft/">DNS service (Optional)</a></p>
<p>
<a href="/draft/install-guide-obs/launch-instance.html">Launch an instance (Basic)</a></p>
</div>
</div>
</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>
{% endblock content %}

View File

@ -1,13 +1,14 @@
{% 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 %}
<a href="https://docs.openstack.org">Documentation</a> &gt; Draft Installation Tutorials and Guides
{% endblock %}
{% block content %}
<!-- Begin Page Content -->
<div class="top-docs-wrapper">
<!-- 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">
@ -18,82 +19,79 @@
launch a simple instance (VM) requires following the core content.
Optional content augments a minimal deployment with additional
services.</p>
</div>
</div>
</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 services-section">
<h3><i class="fa fa-cogs"></i>Installation Tutorials</h3>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/draft/install-guide-rdo/">
Red Hat Enterprise Linux and 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="/project-install-guide/dns/draft/">DNS service (Optional)</a></p>
<p>
<a href="/draft/install-guide-rdo/launch-instance.html">Launch an instance (Basic)</a></p>
</div>
<div class="container">
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections services-section">
<h3><i class="fa fa-cogs"></i>Installation Tutorials</h3>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/draft/install-guide-rdo/">
Red Hat Enterprise Linux and CentOS
</a>
</p>
</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 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="/project-install-guide/dns/draft/">DNS service (Optional)</a></p>
<p>
<a href="/draft/install-guide-rdo/launch-instance.html">Launch an instance (Basic)</a></p>
</div>
</div>
</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>
{% endblock content %}

View File

@ -1,13 +1,14 @@
{% 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 %}
<a href="https://docs.openstack.org">Documentation</a> &gt; Draft Installation Tutorials and Guides
{% endblock %}
{% block content %}
<!-- Begin Page Content -->
<div class="top-docs-wrapper">
<!-- 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">
@ -17,82 +18,79 @@
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>
</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 services-section">
<h3><i class="fa fa-cogs"></i>Installation Tutorials</h3>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/draft/install-guide-ubuntu/">
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="/project-install-guide/dns/draft/">DNS service (Optional)</a></p>
<p>
<a href="/draft/install-guide-ubuntu/launch-instance.html">Launch an instance (Basic)</a></p>
</div>
<div class="container">
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections services-section">
<h3><i class="fa fa-cogs"></i>Installation Tutorials</h3>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/draft/install-guide-ubuntu/">
Ubuntu
</a>
</p>
</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 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="/project-install-guide/dns/draft/">DNS service (Optional)</a></p>
<p>
<a href="/draft/install-guide-ubuntu/launch-instance.html">Launch an instance (Basic)</a></p>
</div>
</div>
</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>
{% endblock content %}

View File

@ -1,13 +1,14 @@
{% set scriptdir = '../../common/js/' %}
{% set cssdir = '../../common/css/' %}
{% set imagedir = '../../common/images/' %}
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Newton Installation Tutorials and Guides{% endblock %}
{% block title %}
<a href="https://docs.openstack.org">Documentation</a> &gt; Newton Installation Tutorials and Guides
{% endblock %}
{% block content %}
<!-- Begin Page Content -->
<div class="top-docs-wrapper">
<!-- 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">
@ -19,161 +20,161 @@
instance (VM) requires following the core content.
Optional content augments a minimal deployment with
additional services.</p>
</div>
</div>
</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="/newton/install-guide-debconf/">Debian 8 with debconf</a></li>
<a href="/newton/install-guide-debian/">Debian 8</a></li>
<a href="/newton/install-guide-obs/">openSUSE Leap 42.2 And SUSE Linux Enterprise Server 12 SP2</a></li>
<a href="/newton/install-guide-rdo/">Red Hat Enterprise Linux 7 and CentOS 7</a></li>
<a href="/newton/install-guide-ubuntu/">Ubuntu 16.04</a></li>
</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="/newton/install-guide-debconf/">Debconf</a>,
<a href="/newton/install-guide-debian/">Debian</a>,
<a href="/newton/install-guide-obs/">SUSE</a>,
<a href="/newton/install-guide-rdo/">RDO</a>,
<a href="/newton/install-guide-ubuntu/">Ubuntu</a>)</p>
<p>Conventions (
<a href="/newton/install-guide-debconf/common/conventions.html">Debconf</a>,
<a href="/newton/install-guide-debian/common/conventions.html">Debian</a>,
<a href="/newton/install-guide-obs/common/conventions.html">SUSE</a>,
<a href="/newton/install-guide-rdo/common/conventions.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/common/conventions.html">Ubuntu</a>)</p>
<p>Overview (
<a href="/newton/install-guide-debconf/overview.html">Debconf</a>,
<a href="/newton/install-guide-debian/overview.html">Debian</a>,
<a href="/newton/install-guide-obs/overview.html">SUSE</a>,
<a href="/newton/install-guide-rdo/overview.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/overview.html">Ubuntu</a>)</p>
<p>Environment (Basic) (
<a href="/newton/install-guide-debconf/environment.html">Debconf</a>,
<a href="/newton/install-guide-debian/environment.html">Debian</a>,
<a href="/newton/install-guide-obs/environment.html">SUSE</a>,
<a href="/newton/install-guide-rdo/environment.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/environment.html">Ubuntu</a>)</p>
<p>Identity service (Basic) (
<a href="/newton/install-guide-debconf/keystone.html">Debconf</a>,
<a href="/newton/install-guide-debian/keystone.html">Debian</a>,
<a href="/newton/install-guide-obs/keystone.html">SUSE</a>,
<a href="/newton/install-guide-rdo/keystone.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/keystone.html">Ubuntu</a>)</p>
<p>Image service (Basic) (
<a href="/newton/install-guide-debconf/glance.html">Debconf</a>,
<a href="/newton/install-guide-debian/glance.html">Debian</a>,
<a href="/newton/install-guide-obs/glance.html">SUSE</a>,
<a href="/newton/install-guide-rdo/glance.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/glance.html">Ubuntu</a>)</p>
<p>Compute service (Basic) (
<a href="/newton/install-guide-debconf/nova.html">Debconf</a>,
<a href="/newton/install-guide-debian/nova.html">Debian</a>,
<a href="/newton/install-guide-obs/nova.html">SUSE</a>,
<a href="/newton/install-guide-rdo/nova.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/nova.html">Ubuntu</a>)</p>
<p>Networking service (Basic) (
<a href="/newton/install-guide-debconf/neutron.html">Debconf</a>,
<a href="/newton/install-guide-debian/neutron.html">Debian</a>,
<a href="/newton/install-guide-obs/neutron.html">SUSE</a>,
<a href="/newton/install-guide-rdo/neutron.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/neutron.html">Ubuntu</a>)</p>
<p>Dashboard (Optional) (
<a href="/newton/install-guide-debconf/horizon.html">Debconf</a>,
<a href="/newton/install-guide-debian/horizon.html">Debian</a>,
<a href="/newton/install-guide-obs/horizon.html">SUSE</a>,
<a href="/newton/install-guide-rdo/horizon.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/horizon.html">Ubuntu</a>)</p>
<p>Block Storage service (Optional) (
<a href="/newton/install-guide-debconf/cinder.html">Debconf</a>,
<a href="/newton/install-guide-debian/cinder.html">Debian</a>,
<a href="/newton/install-guide-obs/cinder.html">SUSE</a>,
<a href="/newton/install-guide-rdo/cinder.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/cinder.html">Ubuntu</a>)</p>
<p>Shared File Systems service (Optional) (
<a href="/project-install-guide/shared-file-systems/newton/">Debconf</a>,
<a href="/project-install-guide/shared-file-systems/newton/">Debian</a>,
<a href="/project-install-guide/shared-file-systems/newton/">SUSE</a>,
<a href="/project-install-guide/shared-file-systems/newton/">RDO</a>,
<a href="/project-install-guide/shared-file-systems/newton/">Ubuntu</a>)</p>
<p>Object Storage service (Optional) (
<a href="/project-install-guide/object-storage/newton/">Debconf</a>,
<a href="/project-install-guide/object-storage/newton/">Debian</a>,
<a href="/project-install-guide/object-storage/newton/">SUSE</a>,
<a href="/project-install-guide/object-storage/newton/">RDO</a>,
<a href="/project-install-guide/object-storage/newton/">Ubuntu</a>)</p>
<p>Orchestration service (Optional) (
<a href="/project-install-guide/orchestration/newton/">Debconf</a>,
<a href="/project-install-guide/orchestration/newton/">Debian</a>,
<a href="/project-install-guide/orchestration/newton/">SUSE</a>,
<a href="/project-install-guide/orchestration/newton/">RDO</a>,
<a href="/project-install-guide/orchestration/newton/">Ubuntu</a>)</p>
<p>Telemetry Data Collection service (Optional) (
<a href="/project-install-guide/telemetry/newton/">Debconf</a>,
<a href="/project-install-guide/telemetry/newton/">Debian</a>,
<a href="/project-install-guide/telemetry/newton/">SUSE</a>,
<a href="/project-install-guide/telemetry/newton/">RDO</a>,
<a href="/project-install-guide/telemetry/newton/">Ubuntu</a>)</p>
<p>Telemetry Alarming services (Optional) (
<a href="/project-install-guide/telemetry-alarming/newton/">Debconf</a>,
<a href="/project-install-guide/telemetry-alarming/newton/">Debian</a>,
<a href="/project-install-guide/telemetry-alarming/newton/">SUSE</a>,
<a href="/project-install-guide/telemetry-alarming/newton/">RDO</a>,
<a href="/project-install-guide/telemetry-alarming/newton/">Ubuntu</a>)</p>
<p>Database service (Optional) (
<a href="/project-install-guide/database/newton/">Debconf</a>,
<a href="/project-install-guide/database/newton/">Debian</a>,
<a href="/project-install-guide/database/newton/">SUSE</a>,
<a href="/project-install-guide/database/newton/">RDO</a>,
<a href="/project-install-guide/database/newton/">Ubuntu</a>)</p>
<p>Container Infrastructure Management service (Optional) (
<a href="/project-install-guide/container-infrastructure-management/newton/">Debconf</a>,
<a href="/project-install-guide/container-infrastructure-management/newton/">Debian</a>,
<a href="/project-install-guide/container-infrastructure-management/newton/">SUSE</a>,
<a href="/project-install-guide/container-infrastructure-management/newton/">RDO</a>,
<a href="/project-install-guide/container-infrastructure-management/newton/">Ubuntu</a>)</p>
<p>Messaging service (Optional) (
<a href="/project-install-guide/messaging/newton/">Debconf</a>,
<a href="/project-install-guide/messaging/newton/">Debian</a>,
<a href="/project-install-guide/messaging/newton/">SUSE</a>,
<a href="/project-install-guide/messaging/newton/">RDO</a>,
<a href="/project-install-guide/messaging/newton/">Ubuntu</a>)</p>
<p>Key Manager service (Optional) (
<a href="/project-install-guide/key-manager/newton/">Debconf</a>,
<a href="/project-install-guide/key-manager/newton/">Debian</a>,
<a href="/project-install-guide/key-manager/newton/">SUSE</a>,
<a href="/project-install-guide/key-manager/newton/">RDO</a>,
<a href="/project-install-guide/key-manager/newton/">Ubuntu</a>)</p>
<p>Bare Metal service (Optional) (
<a href="/project-install-guide/baremetal/newton/">Debconf</a>,
<a href="/project-install-guide/baremetal/newton/">Debian</a>,
<a href="/project-install-guide/baremetal/newton/">SUSE</a>,
<a href="/project-install-guide/baremetal/newton/">RDO</a>,
<a href="/project-install-guide/baremetal/newton/">Ubuntu</a>)</p>
<p>Launch an instance (Basic) (
<a href="/newton/install-guide-debconf/launch-instance.html">Debconf</a>,
<a href="/newton/install-guide-debian/launch-instance.html">Debian</a>,
<a href="/newton/install-guide-obs/launch-instance.html">SUSE</a>,
<a href="/newton/install-guide-rdo/launch-instance.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/launch-instance.html">Ubuntu</a>)</p>
</div>
<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="/newton/install-guide-debconf/">Debian 8 with debconf</a></li>
<a href="/newton/install-guide-debian/">Debian 8</a></li>
<a href="/newton/install-guide-obs/">openSUSE Leap 42.2 And SUSE Linux Enterprise Server 12 SP2</a></li>
<a href="/newton/install-guide-rdo/">Red Hat Enterprise Linux 7 and CentOS 7</a></li>
<a href="/newton/install-guide-ubuntu/">Ubuntu 16.04</a></li>
</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 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="/newton/install-guide-debconf/">Debconf</a>,
<a href="/newton/install-guide-debian/">Debian</a>,
<a href="/newton/install-guide-obs/">SUSE</a>,
<a href="/newton/install-guide-rdo/">RDO</a>,
<a href="/newton/install-guide-ubuntu/">Ubuntu</a>)</p>
<p>Conventions (
<a href="/newton/install-guide-debconf/common/conventions.html">Debconf</a>,
<a href="/newton/install-guide-debian/common/conventions.html">Debian</a>,
<a href="/newton/install-guide-obs/common/conventions.html">SUSE</a>,
<a href="/newton/install-guide-rdo/common/conventions.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/common/conventions.html">Ubuntu</a>)</p>
<p>Overview (
<a href="/newton/install-guide-debconf/overview.html">Debconf</a>,
<a href="/newton/install-guide-debian/overview.html">Debian</a>,
<a href="/newton/install-guide-obs/overview.html">SUSE</a>,
<a href="/newton/install-guide-rdo/overview.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/overview.html">Ubuntu</a>)</p>
<p>Environment (Basic) (
<a href="/newton/install-guide-debconf/environment.html">Debconf</a>,
<a href="/newton/install-guide-debian/environment.html">Debian</a>,
<a href="/newton/install-guide-obs/environment.html">SUSE</a>,
<a href="/newton/install-guide-rdo/environment.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/environment.html">Ubuntu</a>)</p>
<p>Identity service (Basic) (
<a href="/newton/install-guide-debconf/keystone.html">Debconf</a>,
<a href="/newton/install-guide-debian/keystone.html">Debian</a>,
<a href="/newton/install-guide-obs/keystone.html">SUSE</a>,
<a href="/newton/install-guide-rdo/keystone.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/keystone.html">Ubuntu</a>)</p>
<p>Image service (Basic) (
<a href="/newton/install-guide-debconf/glance.html">Debconf</a>,
<a href="/newton/install-guide-debian/glance.html">Debian</a>,
<a href="/newton/install-guide-obs/glance.html">SUSE</a>,
<a href="/newton/install-guide-rdo/glance.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/glance.html">Ubuntu</a>)</p>
<p>Compute service (Basic) (
<a href="/newton/install-guide-debconf/nova.html">Debconf</a>,
<a href="/newton/install-guide-debian/nova.html">Debian</a>,
<a href="/newton/install-guide-obs/nova.html">SUSE</a>,
<a href="/newton/install-guide-rdo/nova.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/nova.html">Ubuntu</a>)</p>
<p>Networking service (Basic) (
<a href="/newton/install-guide-debconf/neutron.html">Debconf</a>,
<a href="/newton/install-guide-debian/neutron.html">Debian</a>,
<a href="/newton/install-guide-obs/neutron.html">SUSE</a>,
<a href="/newton/install-guide-rdo/neutron.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/neutron.html">Ubuntu</a>)</p>
<p>Dashboard (Optional) (
<a href="/newton/install-guide-debconf/horizon.html">Debconf</a>,
<a href="/newton/install-guide-debian/horizon.html">Debian</a>,
<a href="/newton/install-guide-obs/horizon.html">SUSE</a>,
<a href="/newton/install-guide-rdo/horizon.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/horizon.html">Ubuntu</a>)</p>
<p>Block Storage service (Optional) (
<a href="/newton/install-guide-debconf/cinder.html">Debconf</a>,
<a href="/newton/install-guide-debian/cinder.html">Debian</a>,
<a href="/newton/install-guide-obs/cinder.html">SUSE</a>,
<a href="/newton/install-guide-rdo/cinder.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/cinder.html">Ubuntu</a>)</p>
<p>Shared File Systems service (Optional) (
<a href="/project-install-guide/shared-file-systems/newton/">Debconf</a>,
<a href="/project-install-guide/shared-file-systems/newton/">Debian</a>,
<a href="/project-install-guide/shared-file-systems/newton/">SUSE</a>,
<a href="/project-install-guide/shared-file-systems/newton/">RDO</a>,
<a href="/project-install-guide/shared-file-systems/newton/">Ubuntu</a>)</p>
<p>Object Storage service (Optional) (
<a href="/project-install-guide/object-storage/newton/">Debconf</a>,
<a href="/project-install-guide/object-storage/newton/">Debian</a>,
<a href="/project-install-guide/object-storage/newton/">SUSE</a>,
<a href="/project-install-guide/object-storage/newton/">RDO</a>,
<a href="/project-install-guide/object-storage/newton/">Ubuntu</a>)</p>
<p>Orchestration service (Optional) (
<a href="/project-install-guide/orchestration/newton/">Debconf</a>,
<a href="/project-install-guide/orchestration/newton/">Debian</a>,
<a href="/project-install-guide/orchestration/newton/">SUSE</a>,
<a href="/project-install-guide/orchestration/newton/">RDO</a>,
<a href="/project-install-guide/orchestration/newton/">Ubuntu</a>)</p>
<p>Telemetry Data Collection service (Optional) (
<a href="/project-install-guide/telemetry/newton/">Debconf</a>,
<a href="/project-install-guide/telemetry/newton/">Debian</a>,
<a href="/project-install-guide/telemetry/newton/">SUSE</a>,
<a href="/project-install-guide/telemetry/newton/">RDO</a>,
<a href="/project-install-guide/telemetry/newton/">Ubuntu</a>)</p>
<p>Telemetry Alarming services (Optional) (
<a href="/project-install-guide/telemetry-alarming/newton/">Debconf</a>,
<a href="/project-install-guide/telemetry-alarming/newton/">Debian</a>,
<a href="/project-install-guide/telemetry-alarming/newton/">SUSE</a>,
<a href="/project-install-guide/telemetry-alarming/newton/">RDO</a>,
<a href="/project-install-guide/telemetry-alarming/newton/">Ubuntu</a>)</p>
<p>Database service (Optional) (
<a href="/project-install-guide/database/newton/">Debconf</a>,
<a href="/project-install-guide/database/newton/">Debian</a>,
<a href="/project-install-guide/database/newton/">SUSE</a>,
<a href="/project-install-guide/database/newton/">RDO</a>,
<a href="/project-install-guide/database/newton/">Ubuntu</a>)</p>
<p>Container Infrastructure Management service (Optional) (
<a href="/project-install-guide/container-infrastructure-management/newton/">Debconf</a>,
<a href="/project-install-guide/container-infrastructure-management/newton/">Debian</a>,
<a href="/project-install-guide/container-infrastructure-management/newton/">SUSE</a>,
<a href="/project-install-guide/container-infrastructure-management/newton/">RDO</a>,
<a href="/project-install-guide/container-infrastructure-management/newton/">Ubuntu</a>)</p>
<p>Messaging service (Optional) (
<a href="/project-install-guide/messaging/newton/">Debconf</a>,
<a href="/project-install-guide/messaging/newton/">Debian</a>,
<a href="/project-install-guide/messaging/newton/">SUSE</a>,
<a href="/project-install-guide/messaging/newton/">RDO</a>,
<a href="/project-install-guide/messaging/newton/">Ubuntu</a>)</p>
<p>Key Manager service (Optional) (
<a href="/project-install-guide/key-manager/newton/">Debconf</a>,
<a href="/project-install-guide/key-manager/newton/">Debian</a>,
<a href="/project-install-guide/key-manager/newton/">SUSE</a>,
<a href="/project-install-guide/key-manager/newton/">RDO</a>,
<a href="/project-install-guide/key-manager/newton/">Ubuntu</a>)</p>
<p>Bare Metal service (Optional) (
<a href="/project-install-guide/baremetal/newton/">Debconf</a>,
<a href="/project-install-guide/baremetal/newton/">Debian</a>,
<a href="/project-install-guide/baremetal/newton/">SUSE</a>,
<a href="/project-install-guide/baremetal/newton/">RDO</a>,
<a href="/project-install-guide/baremetal/newton/">Ubuntu</a>)</p>
<p>Launch an instance (Basic) (
<a href="/newton/install-guide-debconf/launch-instance.html">Debconf</a>,
<a href="/newton/install-guide-debian/launch-instance.html">Debian</a>,
<a href="/newton/install-guide-obs/launch-instance.html">SUSE</a>,
<a href="/newton/install-guide-rdo/launch-instance.html">RDO</a>,
<a href="/newton/install-guide-ubuntu/launch-instance.html">Ubuntu</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>
{% endblock content %}

View File

@ -1,13 +1,14 @@
{% set scriptdir = '../../common/js/' %}
{% set cssdir = '../../common/css/' %}
{% set imagedir = '../../common/images/' %}
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Ocata Installation Tutorials and Guides{% endblock %}
{% block title %}
<a href="https://docs.openstack.org">Documentation</a> &gt; Ocata Installation Tutorials and Guides
{% endblock %}
{% block content %}
<!-- Begin Page Content -->
<div class="top-docs-wrapper">
<!-- 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">
@ -19,79 +20,74 @@
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="mid-docs-wrapper" id="docs-main-body">
<div class="container">
<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 ="https://docs.openstack.org/common/images/OpenSUSE_Logo.svg" class="os-logo" onclick="window.open('obs-services.html')" />
</div>
<div class="os-name">
openSUSE and SUSE Linux Enterprise
</div>
<div class="os-description">
Install core and optional OpenStack services on
an openSUSE or SUSE Linux Enterprise system,
using a manual installation method.
</div>
<div class="os-button">
<input class="go-button" type="button" onclick="location.href='obs-services.html';" 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 ="https://docs.openstack.org/common/images/centos-logo-light-vertical.svg" class="os-logo" alt="CentOS Logo" onclick="window.open('rdo-services.html')"/>
</div>
<div class="os-name">
Red Hat Enterprise Linux 7 and CentOS 7
</div>
<div class="os-description">
Install core and optional OpenStack services on
a Red Hat Enterprise Linux 7 or CentOS 7 system,
using a manual installation method.
</div>
<div class="os-button">
<input class="go-button" type="button" onclick="location.href='rdo-services.html';" 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" style="height:120px;">
<img src ="https://docs.openstack.org/common/images/ATT00001.png" class="os-logo" style="width:260px;margin-top:50px" onclick="window.open('ubuntu-services.html')" />
</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='ubuntu-services.html';" value=" Go! " name="Go"/>
</div>
</div>
</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 class="mid-docs-wrapper" id="docs-main-body">
<div class="container">
<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 ="https://docs.openstack.org/common/images/OpenSUSE_Logo.svg" class="os-logo" onclick="window.open('obs-services.html')" />
</div>
<div class="os-name">
openSUSE and SUSE Linux Enterprise
</div>
<div class="os-description">
Install core and optional OpenStack services on
an openSUSE or SUSE Linux Enterprise system,
using a manual installation method.
</div>
<div class="os-button">
<input class="go-button" type="button" onclick="location.href='obs-services.html';" 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 ="https://docs.openstack.org/common/images/centos-logo-light-vertical.svg" class="os-logo" alt="CentOS Logo" onclick="window.open('rdo-services.html')"/>
</div>
<div class="os-name">
Red Hat Enterprise Linux 7 and CentOS 7
</div>
<div class="os-description">
Install core and optional OpenStack services on
a Red Hat Enterprise Linux 7 or CentOS 7 system,
using a manual installation method.
</div>
<div class="os-button">
<input class="go-button" type="button" onclick="location.href='rdo-services.html';" 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" style="height:120px;">
<img src ="https://docs.openstack.org/common/images/ATT00001.png" class="os-logo" style="width:260px;margin-top:50px" onclick="window.open('ubuntu-services.html')" />
</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='ubuntu-services.html';" value=" Go! " name="Go"/>
</div>
</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>
{% endblock content %}

View File

@ -1,13 +1,14 @@
{% set scriptdir = '../../common/js/' %}
{% set cssdir = '../../common/css/' %}
{% set imagedir = '../../common/images/' %}
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Ocata Installation Tutorials and Guides{% endblock %}
{% block title %}
<a href="https://docs.openstack.org">Documentation</a> &gt; Ocata Installation Tutorials and Guides
{% endblock %}
{% block content %}
<!-- Begin Page Content -->
<div class="top-docs-wrapper">
<!-- 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">
@ -17,82 +18,79 @@
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>
</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 services-section">
<h3><i class="fa fa-cogs"></i>Installation Tutorials</h3>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/ocata/install-guide-obs/">
openSUSE and SUSE Linux Enterprise
</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="/ocata/install-guide-obs/">Abstract</a></p>
<p>
<a href="/ocata/install-guide-obs/common/conventions.html">Conventions</a></p>
<p>
<a href="/ocata/install-guide-obs/overview.html">Overview</a></p>
<p>
<a href="/ocata/install-guide-obs/environment.html">Environment (Basic)</a></p>
<p>
<a href="/ocata/install-guide-obs/keystone.html">Identity service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-obs/glance.html">Image service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-obs/nova.html">Compute service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-obs/neutron.html">Networking service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-obs/horizon.html">Dashboard (Optional)</a></p>
<p>
<a href="/ocata/install-guide-obs/cinder.html">Block Storage service (Optional)</a></p>
<p>
<a href="/project-install-guide/shared-file-systems/ocata/">Shared File Systems service (Optional)</a></p>
<p>
<a href="/project-install-guide/object-storage/ocata/">Object Storage service (Optional)</a></p>
<p>
<a href="/project-install-guide/orchestration/ocata/">Orchestration service (Optional)</a></p>
<p>
<a href="/project-install-guide/telemetry/ocata/">Telemetry Data Collection service (Optional)</a></p>
<p>
<a href="/project-install-guide/telemetry-alarming/ocata/">Telemetry Alarming services (Optional)</a></p>
<p>
<a href="/project-install-guide/database/ocata/">Database service (Optional)</a></p>
<p>
<a href="/project-install-guide/container-infrastructure-management/ocata/">Container Infrastructure Management service (Optional)</a></p>
<p>
<a href="/project-install-guide/messaging/ocata/">Messaging service (Optional)</a></p>
<p>
<a href="/project-install-guide/key-manager/ocata/">Key Manager service (Optional) </a>
<p>
<a href="/project-install-guide/baremetal/ocata/">Bare Metal service (Optional)</a></p>
<p>
<a href="/project-install-guide/dns/ocata/">DNS service (Optional)</a></p>
<p>
<a href="/ocata/install-guide-obs/launch-instance.html">Launch an instance (Basic)</a></p>
</div>
<div class="container">
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections services-section">
<h3><i class="fa fa-cogs"></i>Installation Tutorials</h3>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/ocata/install-guide-obs/">
openSUSE and SUSE Linux Enterprise
</a>
</p>
</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 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="/ocata/install-guide-obs/">Abstract</a></p>
<p>
<a href="/ocata/install-guide-obs/common/conventions.html">Conventions</a></p>
<p>
<a href="/ocata/install-guide-obs/overview.html">Overview</a></p>
<p>
<a href="/ocata/install-guide-obs/environment.html">Environment (Basic)</a></p>
<p>
<a href="/ocata/install-guide-obs/keystone.html">Identity service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-obs/glance.html">Image service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-obs/nova.html">Compute service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-obs/neutron.html">Networking service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-obs/horizon.html">Dashboard (Optional)</a></p>
<p>
<a href="/ocata/install-guide-obs/cinder.html">Block Storage service (Optional)</a></p>
<p>
<a href="/project-install-guide/shared-file-systems/ocata/">Shared File Systems service (Optional)</a></p>
<p>
<a href="/project-install-guide/object-storage/ocata/">Object Storage service (Optional)</a></p>
<p>
<a href="/project-install-guide/orchestration/ocata/">Orchestration service (Optional)</a></p>
<p>
<a href="/project-install-guide/telemetry/ocata/">Telemetry Data Collection service (Optional)</a></p>
<p>
<a href="/project-install-guide/telemetry-alarming/ocata/">Telemetry Alarming services (Optional)</a></p>
<p>
<a href="/project-install-guide/database/ocata/">Database service (Optional)</a></p>
<p>
<a href="/project-install-guide/container-infrastructure-management/ocata/">Container Infrastructure Management service (Optional)</a></p>
<p>
<a href="/project-install-guide/messaging/ocata/">Messaging service (Optional)</a></p>
<p>
<a href="/project-install-guide/key-manager/ocata/">Key Manager service (Optional) </a>
<p>
<a href="/project-install-guide/baremetal/ocata/">Bare Metal service (Optional)</a></p>
<p>
<a href="/project-install-guide/dns/ocata/">DNS service (Optional)</a></p>
<p>
<a href="/ocata/install-guide-obs/launch-instance.html">Launch an instance (Basic)</a></p>
</div>
</div>
</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>
{% endblock content %}

View File

@ -1,13 +1,14 @@
{% set scriptdir = '../../common/js/' %}
{% set cssdir = '../../common/css/' %}
{% set imagedir = '../../common/images/' %}
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Ocata Installation Tutorials and Guides{% endblock %}
{% block title %}
<a href="https://docs.openstack.org">Documentation</a> &gt; Ocata Installation Tutorials and Guides
{% endblock %}
{% block content %}
<!-- Begin Page Content -->
<div class="top-docs-wrapper">
<!-- 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">
@ -18,81 +19,79 @@
launch a simple instance (VM) requires following the core content.
Optional content augments a minimal deployment with additional
services.</p>
</div>
</div>
</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 services-section">
<h3><i class="fa fa-cogs"></i>Installation Tutorials</h3>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/ocata/install-guide-rdo/">
Red Hat Enterprise Linux and 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="/ocata/install-guide-rdo/">Abstract</a></p>
<p>
<a href="/ocata/install-guide-rdo/common/conventions.html">Conventions</a></p>
<p>
<a href="/ocata/install-guide-rdo/overview.html">Overview</a></p>
<p>
<a href="/ocata/install-guide-rdo/environment.html">Environment (Basic)</a></p>
<p>
<a href="/ocata/install-guide-rdo/keystone.html">Identity service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-rdo/glance.html">Image service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-rdo/nova.html">Compute service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-rdo/neutron.html">Networking service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-rdo/horizon.html">Dashboard (Optional)</a></p>
<p>
<a href="/ocata/install-guide-rdo/cinder.html">Block Storage service (Optional)</a></p>
<p>
<a href="/project-install-guide/shared-file-systems/ocata/">Shared File Systems service (Optional)</a></p>
<p>
<a href="/project-install-guide/object-storage/ocata/">Object Storage service (Optional)</a></p>
<p>
<a href="/project-install-guide/orchestration/ocata/">Orchestration service (Optional)</a></p>
<p>
<a href="/project-install-guide/telemetry/ocata/">Telemetry Data Collection service (Optional)</a></p>
<p>
<a href="/project-install-guide/telemetry-alarming/ocata/">Telemetry Alarming services (Optional)</a></p>
<p>
<a href="/project-install-guide/database/ocata/">Database service (Optional)</a></p>
<p>
<a href="/project-install-guide/container-infrastructure-management/ocata/">Container Infrastructure Management service (Optional)</a></p>
<p>
<a href="/project-install-guide/messaging/ocata/">Messaging service (Optional)</a></p>
<p>
<a href="/project-install-guide/key-manager/ocata/">Key Manager service (Optional) </a>
<p>
<a href="/project-install-guide/baremetal/ocata/">Bare Metal service (Optional)</a></p>
<p>
<a href="/project-install-guide/dns/ocata/">DNS service (Optional)</a></p>
<p>
<a href="/ocata/install-guide-rdo/launch-instance.html">Launch an instance (Basic)</a></p>
</div>
<div class="container">
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections services-section">
<h3><i class="fa fa-cogs"></i>Installation Tutorials</h3>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/ocata/install-guide-rdo/">
Red Hat Enterprise Linux and CentOS
</a>
</p>
</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 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="/ocata/install-guide-rdo/">Abstract</a></p>
<p>
<a href="/ocata/install-guide-rdo/common/conventions.html">Conventions</a></p>
<p>
<a href="/ocata/install-guide-rdo/overview.html">Overview</a></p>
<p>
<a href="/ocata/install-guide-rdo/environment.html">Environment (Basic)</a></p>
<p>
<a href="/ocata/install-guide-rdo/keystone.html">Identity service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-rdo/glance.html">Image service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-rdo/nova.html">Compute service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-rdo/neutron.html">Networking service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-rdo/horizon.html">Dashboard (Optional)</a></p>
<p>
<a href="/ocata/install-guide-rdo/cinder.html">Block Storage service (Optional)</a></p>
<p>
<a href="/project-install-guide/shared-file-systems/ocata/">Shared File Systems service (Optional)</a></p>
<p>
<a href="/project-install-guide/object-storage/ocata/">Object Storage service (Optional)</a></p>
<p>
<a href="/project-install-guide/orchestration/ocata/">Orchestration service (Optional)</a></p>
<p>
<a href="/project-install-guide/telemetry/ocata/">Telemetry Data Collection service (Optional)</a></p>
<p>
<a href="/project-install-guide/telemetry-alarming/ocata/">Telemetry Alarming services (Optional)</a></p>
<p>
<a href="/project-install-guide/database/ocata/">Database service (Optional)</a></p>
<p>
<a href="/project-install-guide/container-infrastructure-management/ocata/">Container Infrastructure Management service (Optional)</a></p>
<p>
<a href="/project-install-guide/messaging/ocata/">Messaging service (Optional)</a></p>
<p>
<a href="/project-install-guide/key-manager/ocata/">Key Manager service (Optional) </a>
<p>
<a href="/project-install-guide/baremetal/ocata/">Bare Metal service (Optional)</a></p>
<p>
<a href="/project-install-guide/dns/ocata/">DNS service (Optional)</a></p>
<p>
<a href="/ocata/install-guide-rdo/launch-instance.html">Launch an instance (Basic)</a></p>
</div>
</div>
</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>
{% endblock content %}

View File

@ -1,13 +1,14 @@
{% set scriptdir = '../../common/js/' %}
{% set cssdir = '../../common/css/' %}
{% set imagedir = '../../common/images/' %}
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Ocata Installation Tutorials and Guides{% endblock %}
{% block title %}
<a href="https://docs.openstack.org">Documentation</a> &gt; Ocata Installation Tutorials and Guides
{% endblock %}
{% block content %}
<!-- Begin Page Content -->
<div class="top-docs-wrapper">
<!-- 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">
@ -17,81 +18,79 @@
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>
</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 services-section">
<h3><i class="fa fa-cogs"></i>Installation Tutorials</h3>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/ocata/install-guide-ubuntu/">
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="/ocata/install-guide-ubuntu/">Abstract</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/common/conventions.html">Conventions</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/overview.html">Overview</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/environment.html">Environment (Basic)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/keystone.html">Identity service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/glance.html">Image service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/nova.html">Compute service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/neutron.html">Networking service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/horizon.html">Dashboard (Optional)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/cinder.html">Block Storage service (Optional)</a></p>
<p>
<a href="/project-install-guide/shared-file-systems/ocata/">Shared File Systems service (Optional)</a></p>
<p>
<a href="/project-install-guide/object-storage/ocata/">Object Storage service (Optional)</a></p>
<p>
<a href="/project-install-guide/orchestration/ocata/">Orchestration service (Optional)</a></p>
<p>
<a href="/project-install-guide/telemetry/ocata/">Telemetry Data Collection service (Optional)</a></p>
<p>
<a href="/project-install-guide/telemetry-alarming/ocata/">Telemetry Alarming services (Optional)</a></p>
<p>
<a href="/project-install-guide/database/ocata/">Database service (Optional)</a></p>
<p>
<a href="/project-install-guide/container-infrastructure-management/ocata/">Container Infrastructure Management service (Optional)</a></p>
<p>
<a href="/project-install-guide/messaging/ocata/">Messaging service (Optional)</a></p>
<p>
<a href="/project-install-guide/key-manager/ocata/">Key Manager service (Optional) </a>
<p>
<a href="/project-install-guide/baremetal/ocata/">Bare Metal service (Optional)</a></p>
<p>
<a href="/project-install-guide/dns/ocata/">DNS service (Optional)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/launch-instance.html">Launch an instance (Basic)</a></p>
</div>
<div class="container">
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections services-section">
<h3><i class="fa fa-cogs"></i>Installation Tutorials</h3>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/ocata/install-guide-ubuntu/">
Ubuntu
</a>
</p>
</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 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="/ocata/install-guide-ubuntu/">Abstract</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/common/conventions.html">Conventions</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/overview.html">Overview</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/environment.html">Environment (Basic)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/keystone.html">Identity service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/glance.html">Image service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/nova.html">Compute service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/neutron.html">Networking service (Basic)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/horizon.html">Dashboard (Optional)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/cinder.html">Block Storage service (Optional)</a></p>
<p>
<a href="/project-install-guide/shared-file-systems/ocata/">Shared File Systems service (Optional)</a></p>
<p>
<a href="/project-install-guide/object-storage/ocata/">Object Storage service (Optional)</a></p>
<p>
<a href="/project-install-guide/orchestration/ocata/">Orchestration service (Optional)</a></p>
<p>
<a href="/project-install-guide/telemetry/ocata/">Telemetry Data Collection service (Optional)</a></p>
<p>
<a href="/project-install-guide/telemetry-alarming/ocata/">Telemetry Alarming services (Optional)</a></p>
<p>
<a href="/project-install-guide/database/ocata/">Database service (Optional)</a></p>
<p>
<a href="/project-install-guide/container-infrastructure-management/ocata/">Container Infrastructure Management service (Optional)</a></p>
<p>
<a href="/project-install-guide/messaging/ocata/">Messaging service (Optional)</a></p>
<p>
<a href="/project-install-guide/key-manager/ocata/">Key Manager service (Optional) </a>
<p>
<a href="/project-install-guide/baremetal/ocata/">Bare Metal service (Optional)</a></p>
<p>
<a href="/project-install-guide/dns/ocata/">DNS service (Optional)</a></p>
<p>
<a href="/ocata/install-guide-ubuntu/launch-instance.html">Launch an instance (Basic)</a></p>
</div>
</div>
</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>
{% endblock content %}