From 001e95b8f332c29ce17e0a4c1ffb89f63c3ab4cb Mon Sep 17 00:00:00 2001 From: Leona Date: Wed, 3 Aug 2016 11:31:50 -0700 Subject: [PATCH] sending fixes for ToC structure and tutorials section Signed-off-by: Leona --- source/ciao-cluster-setup.rst | 4 +- source/ciao-deploy.rst | 4 +- source/clear-containers.rst | 85 +++++++++++++++++++++++++++++++++++ source/index-ts.rst | 12 +++++ source/index.rst | 19 ++++---- 5 files changed, 110 insertions(+), 14 deletions(-) create mode 100644 source/clear-containers.rst create mode 100644 source/index-ts.rst diff --git a/source/ciao-cluster-setup.rst b/source/ciao-cluster-setup.rst index 65aa7b8a..6ea4933c 100644 --- a/source/ciao-cluster-setup.rst +++ b/source/ciao-cluster-setup.rst @@ -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)`, diff --git a/source/ciao-deploy.rst b/source/ciao-deploy.rst index b616073a..ef3c45d7 100644 --- a/source/ciao-deploy.rst +++ b/source/ciao-deploy.rst @@ -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 diff --git a/source/clear-containers.rst b/source/clear-containers.rst new file mode 100644 index 00000000..dcf4ae50 --- /dev/null +++ b/source/clear-containers.rst @@ -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 + diff --git a/source/index-ts.rst b/source/index-ts.rst new file mode 100644 index 00000000..4b016851 --- /dev/null +++ b/source/index-ts.rst @@ -0,0 +1,12 @@ +Tutorials +######### + +.. toctree:: + :maxdepth: 2 + + clear-containers + ciao-deploy + ciao-cluster-setup + + + diff --git a/source/index.rst b/source/index.rst index ae6eb7a0..2f50edba 100644 --- a/source/index.rst +++ b/source/index.rst @@ -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 ==================