sending fixes for ToC structure and tutorials section

Signed-off-by: Leona <leonax.cook@intel.com>
This commit is contained in:
Leona
2016-08-03 11:31:50 -07:00
parent 05a1b20cfc
commit 001e95b8f3
5 changed files with 110 additions and 14 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
.. contents::
CIAO cluster setup
##################
Manually setting up a ciao cluster
##################################
This topic explains how to set up a cluster of machines running Clear Linux* OS
for Intel® Architecture with :abbr:`Cloud Integrated Advanced Orchestrator (CIAO)`,
+2 -2
View File
@@ -2,8 +2,8 @@
.. contents::
CIAO on Clear Linux* for Intel® Architecture
############################################
Deploying ciao via automation
#############################
Cloud Integrated Advanced Orchestrator (ciao) is a new workload
scheduler designed to address limitations of current cloud OS
+85
View File
@@ -0,0 +1,85 @@
.. _clear-containers:
Getting started with Intel® Clear Containers
############################################
Intel® Clear Containers for Docker* Engine is now available
for multiple operating systems. This enables executing existing
Docker applications in the secure and fast Intel Clear Containers
environment.
Binary packages
===============
The primary host platform is Clear Linux* Project for Intel®
Architecture, version 4000 or better. However, binaries for a
range of operating systems are available from:
- https://software.opensuse.org/package/clear-containers-docker
Currently experimental builds are available for:
- CentOS*, Scientific Linux* 7
- Fedora* 21, 22, 23
- openSUSE* 13.1, 13.2, Tumbleweed
- SUSE* Linux Enterprise 12
- Debian* 8.0
- Ubuntu* 15.04
If you have any feedback, please mail it to the
dev@lists.clearlinux.org mailing list. Subscription to this
list is available at: https://lists.clearlinux.org/mailman/listinfo/dev.
Installation instructions
=========================
Using hosts other than Clear Linux OS for Intel Architecture
------------------------------------------------------------
If you are *not* using Clear Linux OS for Intel Architecture, follow the instructions below:
#. Visit the link below and select your operating system by clicking the appropriate icon:
https://software.opensuse.org/download.html?project=home%3Aclearlinux%3Apreview&package=clear-containers-docker
#. Follow the brief instructions shown.
#. If your host is behind a proxy, you will need to add the proxies to the docker service. Create ``/etc/systemd/system/docker.service.d/proxy.conf`` and add the next lines to the file::
[Service]
Environment=HTTP_PROXY=http://proxy.example.com:80/
Environment=NO_PROXY=localhost,127.0.0.1
#. Reload your systemd configuration::
$ sudo systemctl daemon-reload
#. Start the Docker service::
$ systemctl restart docker
Using Clear Linux OS for Intel Architecture as Host
---------------------------------------------------
If you are running Clear Linux OS for Intel Architecture on your
host system, follow the instructions below:
#. Enable the repository by running the following as the ``root`` user::
# swupd bundle-add containers-basic
#. Reload your systemd configuration::
$ sudo systemctl daemon-reload
#. Start the Docker service::
$ systemctl restart docker
Source Code
===========
The experimental source code is based on the Docker version 1.9.0
upstream release and is available at:
- https://github.com/clearlinux/docker
+12
View File
@@ -0,0 +1,12 @@
Tutorials
#########
.. toctree::
:maxdepth: 2
clear-containers
ciao-deploy
ciao-cluster-setup
+9 -10
View File
@@ -42,16 +42,6 @@ Bundles
index_bundles.rst
Intel® Clear Containers and CIAO
================================
.. toctree::
:maxdepth: 2
gs-clear-containers-getting-started.rst
ciao-deploy
ciao-cluster-setup
Advanced configuration
======================
@@ -71,6 +61,15 @@ Storage solutions
index-storage.rst
Tutorials
=========
.. toctree::
:maxdepth: 2
index-ts.rst
Indices and tables
==================