Merge branch 'azure' into 'master'

Azure

First commit for Azure docs. Will add more details once we are public, like the azure command line invocations.

See merge request !115
This commit is contained in:
Tullis, Michael L
2016-11-02 16:57:31 -07:00
2 changed files with 52 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
.. _clear_linux_os_on_azure
Clear Linux OS on Azure
=======================
Clear Linux OS is now an offering in the Azure Marketplace.
Clear Linux OS is designed with cloud and data-center environments in mind
and tuned to maximize the performance and value of Intel Architecture.
In Azure our boot times are lightning-quick, with all on-boot services
launched in less than a second on nodes with warm caches.
There are three offering os Clear Linux within the Azure Marketplace. They can
be created through the `Azure Portal <https://portal.azure.com>`_ or by
using the `Azure Command Line tools <https://github.com/Azure/azure-cli>`_.
Each offering can be further customized by using the swupd command to install
additional bundles. Learn more about Clear Linux OS and bundles
at https://clearlinux.org/documentation.
Offerings
~~~~~~~~~
The three offerings, and commands to launch vm instances from the command line for each, are:
* **Basic** - This is a bare-bones generic offering, from which users may
extend functionality by adding bundles of their choosing:
* > (command line coming soon)
* **Containers** - This offering comes with the containers-basic bundle already installed.
* > (command line coming soon)
* **Machine Learning** - This offering comes with the containrs-basic bundle already installed.
* > (command line coming soon)
SSH Sessions
~~~~~~~~~~~~
To keep ssh sessions to Clear Linux Guests in Azure alive, you can give the
following option to ssh via the command line:
.. code-block:: console
-o ServerAliveInterval=180
Alternatively, you can add this setting to your ssh config file as shotn below.
.. code-block:: console
Host *:
ServerAliveInterval 180
+1
View File
@@ -11,4 +11,5 @@ Advanced configuration
ac-dpdk
ac-ovs-dpdk
validate_sigs
clear_linux_os_on_azure