mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Clarify the fact that the Minion ID may change in 0.17.0
This commit is contained in:
parent
ee562b3794
commit
fdcb6e2b48
@ -16,6 +16,20 @@ be date based following this format:
|
||||
So if the release happens in November of 2013 the number will be 13.11.0, the
|
||||
first bugfix release will be 13.11.1 and so forth.
|
||||
|
||||
|
||||
Possible Minion ID Change
|
||||
=========================
|
||||
|
||||
Due to changes in the Minion ID detection (see :issue:`6645`), if your Minion
|
||||
has an ``/etc/hostname``, and the contents of that file differ from the
|
||||
Minion's ID, then that Minion will begin to be identified by the hostname
|
||||
specified in ``/etc/hostname``. You will need to accept the key under the new
|
||||
Minion ID, and remove the old key. Alternatively, if you have several hosts for
|
||||
which this needs to be done, you can rename the applicable public key files
|
||||
within ``/etc/salt/pki/master/minions`` on the master, and delete the pending
|
||||
keys within ``/etc/salt/pki/master/minions_pre``.
|
||||
|
||||
|
||||
Major Features
|
||||
==============
|
||||
|
||||
@ -176,5 +190,3 @@ Fixes from RC to release
|
||||
- Fix :mod:`cp.push <salt.modules.cp.push>` file corruption (:issue:`6495`)
|
||||
- Fix ALT Linux password hash specification (:issue:`3474`)
|
||||
- Multiple salt-ssh-related fixes and improvements
|
||||
- Fix hostname detection by checking ``/etc/hostname`` (if present)
|
||||
(:issue:`6645`)
|
||||
|
Loading…
Reference in New Issue
Block a user