Skip to content

Commit

Permalink
Merge branch '2015.5' into '2015.8'
Browse files Browse the repository at this point in the history
Conflicts:
  - doc/ref/configuration/master.rst
  - doc/ref/configuration/minion.rst
  - salt/config.py
  • Loading branch information
rallytime committed Apr 4, 2016
2 parents 28cc054 + fbdc47c commit d7b4b8b
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 75 deletions.
10 changes: 5 additions & 5 deletions doc/ref/cli/salt-key.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Actions


Key Generation Options
-----------------------
----------------------

.. option:: --gen-keys=GEN_KEYS

Expand All @@ -157,10 +157,10 @@ Key Generation Options

.. option:: --gen-signature

Create a signature file of the masters public-key named
master_pubkey_signature. The signature can be send to a minion in the
masters auth-reply and enables the minion to verify the masters public-key
cryptographically. This requires a new signing-key- pair which can be
Create a signature file of the master's public-key named
master_pubkey_signature. The signature can be sent to a minion in the
master's auth-reply and enables the minion to verify the master's public-key
cryptographically. This requires a new signing-key-pair which can be
auto-created with the --auto-create parameter.

.. option:: --priv=PRIV
Expand Down
48 changes: 28 additions & 20 deletions doc/ref/configuration/master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The network port to set up the publication interface.
.. conf_master:: master_id

``master_id``
----------------
-------------

Default: ``None``

Expand Down Expand Up @@ -182,7 +182,7 @@ Specify the location of the master pidfile.
``root_dir``
------------

Default: :file:`/`
Default: ``/``

The system root directory to operate from, change this to make Salt run from
an alternative root.
Expand All @@ -203,13 +203,13 @@ an alternative root.
``pki_dir``
-----------

Default: :file:`/etc/salt/pki`
Default: ``/etc/salt/pki/master``

The directory to store the pki authentication keys.

.. code-block:: yaml
pki_dir: /etc/salt/pki
pki_dir: /etc/salt/pki/master
.. conf_master:: extension_modules

Expand Down Expand Up @@ -244,7 +244,7 @@ for Salt modules.
``cachedir``
------------

Default: :file:`/var/cache/salt`
Default: ``/var/cache/salt/master``

The location used to store cache information, particularly the job information
for executed salt commands.
Expand All @@ -253,7 +253,7 @@ This directory may contain sensitive data and should be protected accordingly.

.. code-block:: yaml
cachedir: /var/cache/salt
cachedir: /var/cache/salt/master
.. conf_master:: verify_env

Expand All @@ -277,6 +277,10 @@ Default: ``24``

Set the number of hours to keep old job information.

.. code-block:: yaml
keep_jobs: 24
.. conf_master:: timeout

``timeout``
Expand Down Expand Up @@ -352,7 +356,7 @@ grains for the master.

Default: ``True``

The master maintains a job cache, while this is a great addition it can be
The master maintains a job cache. While this is a great addition, it can be
a burden on the master for larger deployments (over 5000 minions).
Disabling the job cache will make previously executed jobs unavailable to
the jobs system and is not generally recommended. Normally it is wise to make
Expand Down Expand Up @@ -382,7 +386,7 @@ predetermine what minions are expected to reply from executions.

Default: ``''``

Used to specify a default returner for all minions, when this option is set
Used to specify a default returner for all minions. When this option is set,
the specified returner needs to be properly configured and the minions will
always default to sending returns to this returner. This will also disable the
local job cache on the master.
Expand All @@ -394,7 +398,7 @@ local job cache on the master.
.. conf_master:: event_return

``event_return``
-----------------
----------------

.. versionadded:: 2015.5.0

Expand All @@ -419,7 +423,7 @@ configuration requirements. Read the returner's documentation.

.. versionadded:: 2014.7.0

Default: 'local_cache'
Default: ``local_cache``

Specify the returner to use for the job cache. The job cache will only be
interacted with from the salt master and therefore does not need to be
Expand Down Expand Up @@ -454,7 +458,7 @@ Default: 0
The maximum number of minion connections allowed by the master. Use this to
accommodate the number of minions per master if you have different types of
hardware serving your minions. The default of ``0`` means unlimited connections.
Please note, that this can slow down the authentication process a bit in large
Please note that this can slow down the authentication process a bit in large
setups.

.. code-block:: yaml
Expand Down Expand Up @@ -719,7 +723,7 @@ security purposes.

Default: ``False``

Sign the master auth-replies with a cryptographic signature of the masters
Sign the master auth-replies with a cryptographic signature of the master's
public key. Please see the tutorial how to use these settings in the
`Multimaster-PKI with Failover Tutorial <http://docs.saltstack.com/en/latest/topics/tutorials/multimaster_pki.html>`_

Expand Down Expand Up @@ -747,8 +751,8 @@ The customizable name of the signing-key-pair without suffix.

Default: ``master_pubkey_signature``

The name of the file in the masters pki-directory that holds the pre-calculated
signature of the masters public-key.
The name of the file in the master's pki-directory that holds the pre-calculated
signature of the master's public-key.

.. code-block:: yaml
Expand Down Expand Up @@ -798,6 +802,11 @@ Default: ``[]``

Set additional directories to search for runner modules.

.. code-block:: yaml
runner_dirs:
- /var/lib/salt/runners
.. conf_master:: cython_enable

``cython_enable``
Expand Down Expand Up @@ -886,7 +895,7 @@ The renderer to use on the minions to render the state data.

Default: ``False``

Set the global failhard flag, this informs all states to stop running states
Set the global failhard flag. This informs all states to stop running states
at the moment a single state fails.

.. code-block:: yaml
Expand All @@ -902,8 +911,7 @@ Default: ``True``

Controls the verbosity of state runs. By default, the results of all states are
returned, but setting this value to ``False`` will cause salt to only display
output for states which either failed, or succeeded without making any changes
to the minion.
output for states that failed or states that have changes.

.. code-block:: yaml
Expand Down Expand Up @@ -1949,7 +1957,7 @@ functions. The available ext_pillar functions can be found herein:

By default, the ext_pillar interface is not configured to run.

Default: ``None``
Default: ``[]``

.. code-block:: yaml
Expand Down Expand Up @@ -2400,7 +2408,7 @@ value must be set to True
``syndic_master``
-----------------

Default: ``None``
Default: ``''``

If this master will be running a salt-syndic to connect to a higher level
master, specify the higher level master with this configuration value.
Expand Down Expand Up @@ -2714,7 +2722,7 @@ Range Cluster Settings
``range_server``
----------------

Default: ``''``
Default: ``'range:80'``

The range server (and optional port) that serves your cluster information
https://github.com/ytoolshed/range/wiki/%22yamlfile%22-module-file-spec
Expand Down
Loading

0 comments on commit d7b4b8b

Please sign in to comment.