Fixed missing texts in docs

Change-Id: Ibac14b034830c51690fe12483e0781548dabe278
Closes-bug: #1537747
This commit is contained in:
Jedrzej Nowak 2016-02-01 12:37:37 +01:00
parent 0de35c8196
commit 5c615c8f50
3 changed files with 8 additions and 6 deletions

View File

@ -9,11 +9,10 @@ configured between this changes.
Required information Required information
---------------------- ----------------------
Inputs
TODO link to the page with inputs
Orchestration * :ref:`resource_input`
TODO link to the page with orchestration API details * :ref:`orchestration`
Changes Changes
-------- --------

View File

@ -113,7 +113,7 @@ If you want to test Solar locally you may install it via pip:
pip install solar pip install solar
Create solar configuration `solar_config` and paste following data: Create solar configuration `solar_config` file and paste following data:
.. code-block:: yaml .. code-block:: yaml
@ -121,7 +121,7 @@ Create solar configuration `solar_config` and paste following data:
and set path to this configuration: and set path to this configuration:
.. code-bloc:: bash .. code-block:: bash
export SOLAR_CONFIG_OVERRIDE=<full/path/solar_config> export SOLAR_CONFIG_OVERRIDE=<full/path/solar_config>

View File

@ -55,6 +55,9 @@ functionality of Solar. Interesting examples might be Chef, SaltStack,
CFEngine etc. Using handlers allows Solar to be quickly implemented in various CFEngine etc. Using handlers allows Solar to be quickly implemented in various
environments and integrate with already used configuration management tools. environments and integrate with already used configuration management tools.
.. _resource_input:
Input Input
----- -----
Inputs are essentially values that given resource can accept. Exact usage Inputs are essentially values that given resource can accept. Exact usage