Update docs to replace master_shuffle with random_master

This commit is contained in:
Eric Ham 2022-04-04 21:28:04 -07:00
parent bb610f761e
commit d1b7216cc9
4 changed files with 5 additions and 4 deletions

1
changelog/61725.fixed Normal file
View file

@ -0,0 +1 @@
Update docs to replace master_shuffle with random_master.

View file

@ -47037,7 +47037,7 @@ in the order they are defined. To randomize that order, set
.sp
.nf
.ft C
master_shuffle: True
random_master: True
.ft P
.fi
.UNINDENT
@ -452752,7 +452752,7 @@ REQUIRED to use failover.
Multimaster with PKI and Failover is discussed in
this tutorial
.sp
\fBmaster_type: failover\fP can be combined with \fBmaster_shuffle: True\fP
\fBmaster_type: failover\fP can be combined with \fBrandom_master: True\fP
to spread minion connections across all masters (one master per
minion, not each minion connecting to all masters). Adding Salt Syndics
into the mix makes it possible to create a load\-balanced Salt infrastructure.

View file

@ -44,7 +44,7 @@ REQUIRED to use failover.
Multimaster with PKI and Failover is discussed in
:ref:`this tutorial <tutorial-multi-master-pki>`
``master_type: failover`` can be combined with ``master_shuffle: True``
``master_type: failover`` can be combined with ``random_master: True``
to spread minion connections across all masters (one master per
minion, not each minion connecting to all masters). Adding Salt Syndics
into the mix makes it possible to create a load-balanced Salt infrastructure.

View file

@ -192,7 +192,7 @@ in the order they are defined. To randomize that order, set
.. code-block:: yaml
master_shuffle: True
random_master: True
The master-list will then be shuffled before the first connection attempt.