mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Update multimaster tutorial
This commit is contained in:
parent
3a5f8281da
commit
e5a1876462
@ -31,14 +31,16 @@ Summary of Steps
|
||||
Prepping a Redundant Master
|
||||
---------------------------
|
||||
|
||||
The first task is to prepare the redundant master. There is only one
|
||||
requirement when preparing a redundant master, which is that masters share the
|
||||
same private key. When the first master was created, the master's identifying
|
||||
key was generated and placed in the master's ``pki_dir``. The default location
|
||||
of the key is ``/etc/salt/pki/master/master.pem``. Take this key and copy it to
|
||||
the same location on the redundant master. Assuming that no minions have yet
|
||||
been connected to the new redundant master, it is safe to delete any existing
|
||||
key in this location and replace it.
|
||||
The first task is to prepare the redundant master. If the redundant master is
|
||||
already running, stop it. There is only one requirement when preparing a
|
||||
redundant master, which is that masters share the same private key. When the
|
||||
first master was created, the master's identifying key pair was generated and
|
||||
placed in the master's ``pki_dir``. The default location of the master's key
|
||||
pair is ``/etc/salt/pki/master/``. Take the private key, ``master.pem`` and
|
||||
copy it to the same location on the redundant master. Do the same for the
|
||||
master's public key, ``master.pub``. Assuming that no minions have yet been
|
||||
connected to the new redundant master, it is safe to delete any existing key
|
||||
in this location and replace it.
|
||||
|
||||
.. note::
|
||||
There is no logical limit to the number of redundant masters that can be
|
||||
|
Loading…
Reference in New Issue
Block a user