mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #36421 from rallytime/bp-36395
Back-port #36395 to carbon
This commit is contained in:
commit
5dc06a3a29
@ -104,6 +104,9 @@ Additional Features
|
|||||||
- dir_mode: 755
|
- dir_mode: 755
|
||||||
- file_mode: keep
|
- file_mode: keep
|
||||||
|
|
||||||
|
- The ``junos`` state module is now available. It has all the functions
|
||||||
|
that are present in the ``junos`` execution module.
|
||||||
|
|
||||||
Config Changes
|
Config Changes
|
||||||
==============
|
==============
|
||||||
|
|
||||||
@ -179,6 +182,18 @@ Pillar Changes
|
|||||||
location on the Master so that they are available in execution modules called
|
location on the Master so that they are available in execution modules called
|
||||||
from Pillar SLS files.
|
from Pillar SLS files.
|
||||||
|
|
||||||
|
Junos Module Changes
|
||||||
|
===================
|
||||||
|
|
||||||
|
- The following new functionalities were added to the junos module
|
||||||
|
|
||||||
|
- facts - Displays the facts gathered during the connection.
|
||||||
|
- shutdown - Shut down or reboot a device running Junos OS.
|
||||||
|
- install_config - Modify the configuration of a Junos device.
|
||||||
|
- install_os - Install Junos OS software package.
|
||||||
|
- zeroize - Remove all configuration information on the Routing Engines and reset all key values on a device.
|
||||||
|
- file_copy - Copy file from proxy to the Junos device.
|
||||||
|
|
||||||
Returner Changes
|
Returner Changes
|
||||||
================
|
================
|
||||||
|
|
||||||
@ -209,6 +224,8 @@ Functionality Changes
|
|||||||
now lists all groups for the specified user, including groups beginning with
|
now lists all groups for the specified user, including groups beginning with
|
||||||
an underscore. In previous releases, groups beginning with an underscore were
|
an underscore. In previous releases, groups beginning with an underscore were
|
||||||
excluded from the list of groups.
|
excluded from the list of groups.
|
||||||
|
- The ``junos.call_rpc`` function in the ``junos`` execution module can now be used
|
||||||
|
to call any valid rpc. Earlier it used to call only "get_software_information".
|
||||||
- A new option for minions called ``master_tries`` has been added. This
|
- A new option for minions called ``master_tries`` has been added. This
|
||||||
specifies the number of times a minion should attempt to contact a master to
|
specifies the number of times a minion should attempt to contact a master to
|
||||||
attempt a connection. This allows better handling of occasional master
|
attempt a connection. This allows better handling of occasional master
|
||||||
|
Loading…
Reference in New Issue
Block a user