Fixed missing texts in docs
Change-Id: Ibac14b034830c51690fe12483e0781548dabe278 Closes-bug: #1537747
This commit is contained in:
parent
0de35c8196
commit
5c615c8f50
@ -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
|
||||||
--------
|
--------
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user